Searched refs:final_used (Results 1 – 2 of 2) sorted by relevance
225 ctx->final_used = 0; in EVP_CipherInit_ex()381 if (ctx->final_used) { in EVP_DecryptUpdate()397 ctx->final_used = 1; in EVP_DecryptUpdate()400 ctx->final_used = 0; in EVP_DecryptUpdate()436 if (ctx->buf_len || !ctx->final_used) { in EVP_DecryptFinal_ex()
515 int final_used; member
Completed in 8 milliseconds