Home
last modified time | relevance | path

Searched defs:gcm_aad (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/demos/cipher/
H A Daesgcm.c45 static const unsigned char gcm_aad[] = { variable
/freebsd/crypto/openssl/test/
H A Daesgcmtest.c25 static const unsigned char gcm_aad[] = { variable
H A Devp_extra_test.c5110 const unsigned char *gcm_aad, size_t gcm_aad_s, in aes_gcm_encrypt()
5159 const unsigned char *gcm_aad, size_t gcm_aad_s, in aes_gcm_decrypt()
/freebsd/sys/crypto/openssl/arm/
H A Dossl_aes_gcm.c113 gcm_aad(struct ossl_gcm_context *ctx, const unsigned char *aad, size_t len) in gcm_aad() function