Searched refs:final_used (Results 1 – 2 of 2) sorted by relevance
276 ctx->final_used=0; in EVP_CipherInit_ex()444 if(ctx->final_used) in EVP_DecryptUpdate()462 ctx->final_used=1; in EVP_DecryptUpdate()466 ctx->final_used = 0; in EVP_DecryptUpdate()500 if (ctx->buf_len || !ctx->final_used) in EVP_DecryptFinal_ex()
367 int final_used; member