Searched refs:gcm_tag (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/demos/cipher/ |
H A D | aesgcm.c | 57 static const unsigned char gcm_tag[] = { variable 195 (void*)gcm_tag, sizeof(gcm_tag)); in aes_gcm_decrypt()
|
/freebsd/crypto/openssl/test/ |
H A D | aesgcmtest.c | 33 static const unsigned char gcm_tag[] = { variable 101 && TEST_mem_eq(gcm_tag, sizeof(gcm_tag), tag, taglen) in kat_test()
|
H A D | evp_extra_test.c | 5112 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 D | ossl_aes_gcm.c | 332 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 D | ossl_aes_gcm.c | 47 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,
|