Searched refs:gcm_aad (Results 1 – 2 of 2) sorted by relevance
/openssl-master/demos/cipher/ |
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-master/test/ |
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()
|
Completed in 4 milliseconds