Home
last modified time | relevance | path

Searched refs:gcm_key (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/demos/evp/
H A Daesgcm.c20 static const unsigned char gcm_key[] = { variable
64 EVP_EncryptInit_ex(ctx, NULL, NULL, gcm_key, gcm_iv); in aes_gcm_encrypt()
96 EVP_DecryptInit_ex(ctx, NULL, NULL, gcm_key, gcm_iv); in aes_gcm_decrypt()
/netbsd-src/crypto/external/bsd/openssl/dist/demos/cipher/
H A Daesgcm.c24 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()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Daesgcmtest.c13 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()