Searched refs:final_used (Results 1 – 2 of 2) sorted by relevance
429 ctx->final_used = 0; in evp_cipher_init_internal()878 if (ctx->final_used) { in EVP_DecryptUpdate()913 ctx->final_used = 1; in EVP_DecryptUpdate()916 ctx->final_used = 0; in EVP_DecryptUpdate()1003 if (ctx->buf_len || !ctx->final_used) { in EVP_DecryptFinal_ex()
52 int final_used; member