EVP_Cipher
if (!EVP_Cipher(&ctx->cctx, ctx->tbl, zero_iv, bl))
if (!EVP_Cipher(&ctx->cctx, ctx->tbl, ctx->last_block, bl))
if (!EVP_Cipher(&ctx->cctx, ctx->tbl, data, bl))
if (!EVP_Cipher(&ctx->cctx, out, out, bl)) {
int EVP_Cipher(EVP_CIPHER_CTX *c, unsigned char *out, const unsigned char *in,
if (!EVP_Cipher(enc, plain, CBS_data(fragment), plain_len))
if (!EVP_Cipher(enc, enc_data, plain, plain_len))
EVP_Cipher(ctx->main_evp, poly_key,
EVP_Cipher(ctx->header_evp, dest, src, aadlen) < 0) {
EVP_Cipher(ctx->main_evp, dest + aadlen, src + aadlen, len) < 0) {
if (EVP_Cipher(ctx->header_evp, buf, (u_char *)cp, sizeof(buf)) < 0)
EVP_Cipher(cc->evp, NULL, (u_char *)src, aadlen) < 0)
if (EVP_Cipher(cc->evp, dest + aadlen, (u_char *)src + aadlen,
if (EVP_Cipher(cc->evp, NULL, NULL, 0) < 0)