Searched refs:final_used (Results 1 – 3 of 3) sorted by relevance
257 if (ctx->final_used) { in EVP_DecryptUpdate()273 ctx->final_used = 1; in EVP_DecryptUpdate()276 ctx->final_used = 0; in EVP_DecryptUpdate()308 if (ctx->buf_len || !ctx->final_used) { in EVP_DecryptFinal_ex()
338 ctx->final_used = 0; in EVP_CipherInit_ex()
419 int final_used; member