Searched refs:test_bulk_cipher (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | test_bulk.c | 119 test_bulk_cipher(const char *cname, const EVP_CIPHER *c) in test_bulk_cipher() function 201 test_bulk_cipher("hcrypto_aes_256_cbc", EVP_hcrypto_aes_256_cbc()); in test_bulk_provider_hcrypto() 203 test_bulk_cipher("hcrypto_aes_256_cfb8", EVP_hcrypto_aes_256_cfb8()); in test_bulk_provider_hcrypto() 205 test_bulk_cipher("hcrypto_rc4", EVP_hcrypto_rc4()); in test_bulk_provider_hcrypto() 218 test_bulk_cipher("cc_aes_256_cbc", EVP_cc_aes_256_cbc()); in test_bulk_provider_cc() 220 test_bulk_cipher("cc_aes_256_cfb8", EVP_cc_aes_256_cfb8()); in test_bulk_provider_cc() 222 test_bulk_cipher("cc_rc4", EVP_cc_rc4()); in test_bulk_provider_cc() 236 test_bulk_cipher("w32crypto_aes_256_cbc", EVP_w32crypto_aes_256_cbc()); in test_bulk_provider_w32crypto() 238 test_bulk_cipher("w32crypto_aes_256_cfb8", EVP_w32crypto_aes_256_cfb8()); in test_bulk_provider_w32crypto() 240 test_bulk_cipher("w32crypto_rc4", EVP_w32crypto_rc4()); in test_bulk_provider_w32crypto() [all …]
|