Home
last modified time | relevance | path

Searched refs:gcm_tag (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/demos/cipher/
H A Daesgcm.c57 static const unsigned char gcm_tag[] = { variable
195 (void*)gcm_tag, sizeof(gcm_tag)); in aes_gcm_decrypt()
/freebsd/crypto/openssl/test/
H A Daesgcmtest.c33 static const unsigned char gcm_tag[] = { variable
101 && TEST_mem_eq(gcm_tag, sizeof(gcm_tag), tag, taglen) in kat_test()
H A Devp_extra_test.c5112 const unsigned char *gcm_tag, size_t gcm_tag_s) in aes_gcm_encrypt() argument
5145 || !TEST_mem_eq(outtag, gcm_tag_s, gcm_tag, gcm_tag_s)) in aes_gcm_encrypt()
5161 const unsigned char *gcm_tag, size_t gcm_tag_s) in aes_gcm_decrypt() argument
5191 (void*)gcm_tag, gcm_tag_s); in aes_gcm_decrypt()
5234 static const unsigned char gcm_tag[] = { in test_aes_gcm_ivlen_change_cve_2023_5363() local
5241 gcm_ct, sizeof(gcm_ct), gcm_tag, sizeof(gcm_tag)) in test_aes_gcm_ivlen_change_cve_2023_5363()
5244 gcm_ct, sizeof(gcm_ct), gcm_tag, sizeof(gcm_tag)); in test_aes_gcm_ivlen_change_cve_2023_5363()
/freebsd/sys/crypto/openssl/arm/
H A Dossl_aes_gcm.c332 gcm_tag(struct ossl_gcm_context *ctx, unsigned char *tag, size_t len) in gcm_tag() function
345 .tag = gcm_tag,
/freebsd/sys/crypto/openssl/amd64/
H A Dossl_aes_gcm.c47 gcm_tag(struct ossl_gcm_context *ctx, unsigned char *tag, size_t len) in gcm_tag() function
220 .tag = gcm_tag,
673 .tag = gcm_tag,