Home
last modified time | relevance | path

Searched defs:aad_buf (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.h36 unsigned char aad_buf[OCB_MAX_AAD_LEN]; /* Store partial AAD blocks */ member
/freebsd/contrib/wpa/src/crypto/
H A Daes-ccm.c32 u8 aad_buf[2 * AES_BLOCK_SIZE]; in aes_ccm_auth_start() local
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c294 uint8_t *aad_buf, uint32_t aad_len, uint8_t *iv_buf, uint8_t *digest_buf, in qat_crypt()
/freebsd/crypto/openssl/crypto/evp/
H A De_aes.c111 unsigned char aad_buf[16]; /* Store partial AAD blocks */ member
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c7957 unsigned char aad_buf[100], *aad; in test_CCM_inner() local