Lines Matching refs:iCFBIV
656 static const unsigned char iCFBIV[] = { variable
4218 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext,
4229 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext,
4240 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbCiphertext,
4251 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbCiphertext,
4266 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext_partial,
4271 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbCiphertext_partial,
4276 "aes-128-ofb", kCFBDefaultKey, iCFBIV, cfbPlaintext_partial,
4281 "aes-128-ofb", kCFBDefaultKey, iCFBIV, ofbCiphertext_partial,
4470 if (!TEST_true(EVP_CipherInit_ex(ctx, type, NULL, kCFBDefaultKey, iCFBIV, t->enc))) { in test_evp_reset()
4584 if (!TEST_true(EVP_CipherInit_ex(ctx, type, NULL, kCFBDefaultKey, iCFBIV, t->enc))) { in test_evp_updated_iv()
4605 if (!TEST_mem_ne(iCFBIV, sizeof(iCFBIV), updated_iv, iv_len)) { in test_evp_updated_iv()