Lines Matching refs:cfbPlaintext
485 static const unsigned char cfbPlaintext[] = {
3586 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext,
3587 cfbCiphertext, NULL, 0, sizeof(cfbPlaintext), sizeof(cfbCiphertext),
3597 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext,
3598 cfbCiphertext, NULL, 0, sizeof(cfbPlaintext), sizeof(cfbCiphertext),
3609 cfbPlaintext, NULL, 0, sizeof(cfbCiphertext), sizeof(cfbPlaintext),
3620 cfbPlaintext, NULL, 0, sizeof(cfbCiphertext), sizeof(cfbPlaintext),
3745 cfbPlaintext, cfbCiphertext,
3746 sizeof(cfbPlaintext), sizeof(cfbCiphertext), 1
3749 cfbCiphertext, cfbPlaintext,
3750 sizeof(cfbCiphertext), sizeof(cfbPlaintext), 0
3898 if (!TEST_true(EVP_CipherUpdate(ctx, outbuf, &outlen1, cfbPlaintext, sizeof(cfbPlaintext)))) {