Searched refs:cfbPlaintext_partial (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 775 static const unsigned char cfbPlaintext_partial[] = { variable 4875 { "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext_partial, 4876 cfbCiphertext_partial, NULL, 0, sizeof(cfbPlaintext_partial), 4879 cfbPlaintext_partial, NULL, 0, sizeof(cfbCiphertext_partial), 4880 sizeof(cfbPlaintext_partial), 0, 0, 0, 0 }, 4881 { "aes-128-ofb", kCFBDefaultKey, iCFBIV, cfbPlaintext_partial, 4882 ofbCiphertext_partial, NULL, 0, sizeof(cfbPlaintext_partial), 4885 cfbPlaintext_partial, NULL, 0, sizeof(ofbCiphertext_partial), 4886 sizeof(cfbPlaintext_partial), 0, 0, 0, 0 },
|