Searched refs:final_used (Results 1 – 3 of 3) sorted by relevance
225 ctx->final_used = 0; in EVP_CipherInit_ex()381 if (ctx->final_used) { in EVP_DecryptUpdate()397 ctx->final_used = 1; in EVP_DecryptUpdate()400 ctx->final_used = 0; in EVP_DecryptUpdate()436 if (ctx->buf_len || !ctx->final_used) { in EVP_DecryptFinal_ex()
533 int final_used; member
3395 bool final_used = ctx->final_used != 0; in NativeCrypto_get_EVP_CIPHER_CTX_final_used() local3396 JNI_TRACE("get_EVP_CIPHER_CTX_final_used(%p) => %d", ctx, final_used); in NativeCrypto_get_EVP_CIPHER_CTX_final_used()3397 return static_cast<jboolean>(final_used); in NativeCrypto_get_EVP_CIPHER_CTX_final_used()