Searched refs:final_used (Results 1 – 5 of 5) sorted by relevance
226 ctx->final_used = 0; in EVP_CipherInit_ex()382 if (ctx->final_used) { in EVP_DecryptUpdate()398 ctx->final_used = 1; in EVP_DecryptUpdate()401 ctx->final_used = 0; in EVP_DecryptUpdate()437 if (ctx->buf_len || !ctx->final_used) { in EVP_DecryptFinal_ex()
536 int final_used; member
557 int final_used; member
3462 bool final_used = ctx->final_used != 0; in NativeCrypto_get_EVP_CIPHER_CTX_final_used() local3463 JNI_TRACE("get_EVP_CIPHER_CTX_final_used(%p) => %d", ctx, final_used); in NativeCrypto_get_EVP_CIPHER_CTX_final_used()3464 return static_cast<jboolean>(final_used); in NativeCrypto_get_EVP_CIPHER_CTX_final_used()