Searched refs:cfbCiphertext (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 790 static const unsigned char cfbCiphertext[] = { variable 5488 cfbCiphertext, NULL, 0, sizeof(cfbPlaintext), sizeof(cfbCiphertext), 5495 cfbCiphertext, NULL, 0, sizeof(cfbPlaintext), sizeof(cfbCiphertext), 5501 { "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbCiphertext, 5502 cfbPlaintext, NULL, 0, sizeof(cfbCiphertext), sizeof(cfbPlaintext), 5508 { "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbCiphertext, 5509 cfbPlaintext, NULL, 0, sizeof(cfbCiphertext), sizeof(cfbPlaintext), 5685 { cfbPlaintext, cfbCiphertext, 5686 sizeof(cfbPlaintext), sizeof(cfbCiphertext), 1 }, 5687 { cfbCiphertext, cfbPlaintext, [all …]
|