Searched refs:final_used (Results 1 – 3 of 3) sorted by relevance
233 ctx->final_used = 0; in EVP_CipherInit_ex()390 if (ctx->final_used) { in EVP_DecryptUpdate()406 ctx->final_used = 1; in EVP_DecryptUpdate()409 ctx->final_used = 0; in EVP_DecryptUpdate()446 if (ctx->buf_len || !ctx->final_used) { in EVP_DecryptFinal_ex()
478 int final_used; member
4994 bool final_used = ctx->final_used != 0; local4995 JNI_TRACE("get_EVP_CIPHER_CTX_final_used(%p) => %d", ctx, final_used);4996 return final_used;