EVP_Cipher
if (!EVP_Cipher(ctx->cipher_ctx, ctx->tbl, zero_iv, block_size))
if (!EVP_Cipher(ctx->cipher_ctx, ctx->tbl, ctx->last_block,
if (!EVP_Cipher(ctx->cipher_ctx, ctx->tbl, data, block_size))
if (!EVP_Cipher(ctx->cipher_ctx, out, out, block_size)) {
int EVP_Cipher(EVP_CIPHER_CTX *c, unsigned char *out, const unsigned char *in,
LCRYPTO_ALIAS(EVP_Cipher);
LCRYPTO_USED(EVP_Cipher);
if (EVP_Cipher(ctx, NULL, aad->ptr, (u_int)aad->len) < 0 ||
EVP_Cipher(ctx, out->ptr, in->ptr, (u_int)textlen) < 0 ||
EVP_Cipher(ctx, NULL, NULL, 0) < 0) {
EVP_Cipher(ctx, out->ptr, in->ptr, (u_int)out->len) < 0) {
if (!EVP_Cipher(enc, enc_data, plain, plain_len))
if (!EVP_Cipher(enc, content, CBS_data(fragment), CBS_len(fragment)))
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(ctx->main_evp, poly_key,
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)
if (!EVP_Cipher(ctx, data, data, len))