Searched refs:final_used (Results 1 – 2 of 2) sorted by relevance
472 ctx->final_used = 0; in evp_cipher_init_internal()1214 if (ctx->final_used) { in EVP_DecryptUpdate()1249 ctx->final_used = 1; in EVP_DecryptUpdate()1252 ctx->final_used = 0; in EVP_DecryptUpdate()1339 if (ctx->buf_len || !ctx->final_used) { in EVP_DecryptFinal_ex()
51 int final_used; member