Lines Matching refs:cfbPlaintext
489 static const unsigned char cfbPlaintext[] = { variable
3761 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext,
3762 cfbCiphertext, NULL, 0, sizeof(cfbPlaintext), sizeof(cfbCiphertext),
3772 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext,
3773 cfbCiphertext, NULL, 0, sizeof(cfbPlaintext), sizeof(cfbCiphertext),
3784 cfbPlaintext, NULL, 0, sizeof(cfbCiphertext), sizeof(cfbPlaintext),
3795 cfbPlaintext, NULL, 0, sizeof(cfbCiphertext), sizeof(cfbPlaintext),
3982 cfbPlaintext, cfbCiphertext,
3983 sizeof(cfbPlaintext), sizeof(cfbCiphertext), 1
3986 cfbCiphertext, cfbPlaintext,
3987 sizeof(cfbCiphertext), sizeof(cfbPlaintext), 0
4135 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, cfbPlaintext, sizeof(cfbPlaintext)))) { in test_evp_updated_iv()