Searched refs:kCFBDefaultKey (Results 1 - 1 of 1) sorted by relevance
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 457 static const unsigned char kCFBDefaultKey[] = { variable 3586 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext, 3597 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext, 3608 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbCiphertext, 3619 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbCiphertext, 3776 if (!TEST_true(EVP_CipherInit_ex(ctx, type, NULL, kCFBDefaultKey, iCFBIV, t->enc))) { in test_evp_reset() 3890 if (!TEST_true(EVP_CipherInit_ex(ctx, type, NULL, kCFBDefaultKey, iCFBIV, t->enc))) { in test_evp_updated_iv()
|
Completed in 7 milliseconds