Searched refs:kGCMDefaultKey (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | evp_extra_test.c | 648 static const unsigned char kGCMDefaultKey[32] = { 0 }; variable 4223 "aes-256-gcm", kGCMDefaultKey, iGCMDefaultIV, gcmDefaultPlaintext, 4234 "aes-256-gcm", kGCMDefaultKey, iGCMDefaultIV, gcmDefaultPlaintext, 4245 "aes-256-gcm", kGCMDefaultKey, iGCMDefaultIV, gcmDefaultCiphertext, 4256 "aes-256-gcm", kGCMDefaultKey, iGCMDefaultIV, gcmDefaultCiphertext, 4780 if (!TEST_true(EVP_CipherInit_ex(ctx, ciph, NULL, kGCMDefaultKey, iv, 1))) in test_ivlen_change()
|
Completed in 15 milliseconds