Searched refs:final_used (Results 1 – 2 of 2) sorted by relevance
424 ctx->final_used = 0; in evp_cipher_init_internal()873 if (ctx->final_used) { in EVP_DecryptUpdate()908 ctx->final_used = 1; in EVP_DecryptUpdate()911 ctx->final_used = 0; in EVP_DecryptUpdate()998 if (ctx->buf_len || !ctx->final_used) { in EVP_DecryptFinal_ex()
52 int final_used; member