Searched refs:gcm_tag (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/demos/cipher/ |
D | aesgcm.c | 57 static const unsigned char gcm_tag[] = { variable 195 (void*)gcm_tag, sizeof(gcm_tag)); in aes_gcm_decrypt()
|
/third_party/openssl/test/ |
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()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
D | lws-genaes.c | 682 }, gcm_tag[] = { variable 690 uint8_t res[sizeof(gcm_ct)], tag[sizeof(gcm_tag)]; in test_genaes_gcm() 709 (uint8_t *)gcm_iv, (uint8_t *)gcm_tag, in test_genaes_gcm() 710 &iv_off, sizeof(gcm_tag))) { in test_genaes_gcm() 742 (uint8_t *)gcm_iv, (uint8_t *)gcm_tag, in test_genaes_gcm() 743 &iv_off, sizeof(gcm_tag))) { in test_genaes_gcm()
|