Searched refs:cfbPlaintext_partial (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 493 static const unsigned char cfbPlaintext_partial[] = { variable 3809 "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbPlaintext_partial, 3810 cfbCiphertext_partial, NULL, 0, sizeof(cfbPlaintext_partial), 3815 cfbPlaintext_partial, NULL, 0, sizeof(cfbCiphertext_partial), 3816 sizeof(cfbPlaintext_partial), 0, 0, 0, 0 3819 "aes-128-ofb", kCFBDefaultKey, iCFBIV, cfbPlaintext_partial, 3820 ofbCiphertext_partial, NULL, 0, sizeof(cfbPlaintext_partial), 3825 cfbPlaintext_partial, NULL, 0, sizeof(ofbCiphertext_partial), 3826 sizeof(cfbPlaintext_partial), 0, 0, 0, 0
|