Home
last modified time | relevance | path

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

/third_party/openssl/demos/cipher/
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()
/third_party/openssl/test/
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()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
Dlws-genaes.c671 }, gcm_key[] = { variable
695 e.buf = (uint8_t *)gcm_key; in test_genaes_gcm()
696 e.len = sizeof(gcm_key); in test_genaes_gcm()