Searched refs:gcm_key (Results 1 – 2 of 2) sorted by relevance
/openssl-master/demos/cipher/ |
A D | aesgcm.c | 24 static const unsigned char gcm_key[] = { variable 106 if (!EVP_EncryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_encrypt() 178 if (!EVP_DecryptInit_ex2(ctx, cipher, gcm_key, gcm_iv, params)) in aes_gcm_decrypt()
|
/openssl-master/test/ |
A D | aesgcmtest.c | 13 static const unsigned char gcm_key[] = { variable 50 && TEST_true(EVP_EncryptInit_ex(ctx, NULL, NULL, gcm_key, in do_encrypt() 78 && TEST_true(EVP_DecryptInit_ex(ctx, NULL, NULL, gcm_key, iv) > 0) in do_decrypt()
|
Completed in 4 milliseconds