Searched refs:gcm_tag (Results 1 – 3 of 3) sorted by relevance
/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()
|
/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 | 5653 const unsigned char *gcm_tag, size_t gcm_tag_s) in aes_gcm_encrypt() argument 5686 || !TEST_mem_eq(outtag, gcm_tag_s, gcm_tag, gcm_tag_s)) in aes_gcm_encrypt() 5702 const unsigned char *gcm_tag, size_t gcm_tag_s) in aes_gcm_decrypt() argument 5732 (void*)gcm_tag, gcm_tag_s); in aes_gcm_decrypt() 5775 static const unsigned char gcm_tag[] = { in test_aes_gcm_ivlen_change_cve_2023_5363() local 5782 gcm_ct, sizeof(gcm_ct), gcm_tag, sizeof(gcm_tag)) in test_aes_gcm_ivlen_change_cve_2023_5363() 5785 gcm_ct, sizeof(gcm_ct), gcm_tag, sizeof(gcm_tag)); in test_aes_gcm_ivlen_change_cve_2023_5363()
|
Completed in 22 milliseconds