Searched refs:gcm_aad (Results 1 – 3 of 3) sorted by relevance
/openssl/demos/cipher/ |
H A 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()
|
/openssl/test/ |
H A 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()
|
H A D | evp_extra_test.c | 5651 const unsigned char *gcm_aad, size_t gcm_aad_s, in aes_gcm_encrypt() argument 5673 || (gcm_aad != NULL in aes_gcm_encrypt() 5675 gcm_aad, gcm_aad_s))) in aes_gcm_encrypt() 5700 const unsigned char *gcm_aad, size_t gcm_aad_s, in aes_gcm_decrypt() argument 5723 || (gcm_aad != NULL in aes_gcm_decrypt() 5725 gcm_aad, gcm_aad_s))) in aes_gcm_decrypt()
|
Completed in 18 milliseconds