Home
last modified time | relevance | path

Searched refs:aad_buf (Results 1 – 3 of 3) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.h36 unsigned char aad_buf[OCB_MAX_AAD_LEN]; /* Store partial AAD blocks */ member
H A Dcipher_aes_ocb.c250 buf = ctx->aad_buf; in aes_ocb_block_update()
286 if (!aes_generic_ocb_setaad(ctx, ctx->aad_buf, ctx->aad_buf_len)) in aes_ocb_block_final()
/openssl/crypto/evp/
H A De_aes.c111 unsigned char aad_buf[16]; /* Store partial AAD blocks */ member
4018 buf = octx->aad_buf; in aes_ocb_cipher()
4118 (&octx->ocb, octx->aad_buf, octx->aad_buf_len)) in aes_ocb_cipher()

Completed in 20 milliseconds