Lines Matching refs:iCFBIV
474 static const unsigned char iCFBIV[] = { variable
3761 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext,
3772 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext,
3783 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbCiphertext,
3794 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbCiphertext,
3809 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext_partial,
3814 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbCiphertext_partial,
3819 "aes-128-ofb", kCFBDefaultKey, iCFBIV, cfbPlaintext_partial,
3824 "aes-128-ofb", kCFBDefaultKey, iCFBIV, ofbCiphertext_partial,
4013 if (!TEST_true(EVP_CipherInit_ex(ctx, type, NULL, kCFBDefaultKey, iCFBIV, t->enc))) { in test_evp_reset()
4127 if (!TEST_true(EVP_CipherInit_ex(ctx, type, NULL, kCFBDefaultKey, iCFBIV, t->enc))) { in test_evp_updated_iv()
4147 if (!TEST_mem_ne(iCFBIV, sizeof(iCFBIV), updated_iv, iv_len)) { in test_evp_updated_iv()