Lines Matching refs:cfbPlaintext
671 static const unsigned char cfbPlaintext[] = { variable
4218 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext,
4219 cfbCiphertext, NULL, 0, sizeof(cfbPlaintext), sizeof(cfbCiphertext),
4229 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext,
4230 cfbCiphertext, NULL, 0, sizeof(cfbPlaintext), sizeof(cfbCiphertext),
4241 cfbPlaintext, NULL, 0, sizeof(cfbCiphertext), sizeof(cfbPlaintext),
4252 cfbPlaintext, NULL, 0, sizeof(cfbCiphertext), sizeof(cfbPlaintext),
4439 cfbPlaintext, cfbCiphertext,
4440 sizeof(cfbPlaintext), sizeof(cfbCiphertext), 1
4443 cfbCiphertext, cfbPlaintext,
4444 sizeof(cfbCiphertext), sizeof(cfbPlaintext), 0
4592 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, cfbPlaintext, sizeof(cfbPlaintext)))) { in test_evp_updated_iv()