Searched refs:gcm_aad (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/demos/cipher/ |
D | aesgcm.c | 45 static const unsigned char gcm_aad[] = { variable 110 if (!EVP_EncryptUpdate(ctx, NULL, &outlen, gcm_aad, sizeof(gcm_aad))) in aes_gcm_encrypt() 182 if (!EVP_DecryptUpdate(ctx, NULL, &outlen, gcm_aad, sizeof(gcm_aad))) in aes_gcm_decrypt()
|
/third_party/openssl/test/ |
D | aesgcmtest.c | 25 static const unsigned char gcm_aad[] = { variable 52 && TEST_true(EVP_EncryptUpdate(ctx, NULL, &outlen, gcm_aad, in do_encrypt() 53 sizeof(gcm_aad)) > 0) in do_encrypt() 80 && TEST_true(EVP_DecryptUpdate(ctx, NULL, &outlen, gcm_aad, in do_decrypt() 81 sizeof(gcm_aad)) > 0) in do_decrypt()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
D | lws-genaes.c | 679 }, gcm_aad[] = { variable 708 if (lws_genaes_crypt(&ctx, gcm_aad, sizeof(gcm_aad), NULL, in test_genaes_gcm() 741 if (lws_genaes_crypt(&ctx, gcm_aad, sizeof(gcm_aad), NULL, in test_genaes_gcm()
|