| /freebsd/crypto/openssl/providers/implementations/include/prov/ |
| H A D | ciphercommon.h | 246 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \ 267 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \ 282 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \ 300 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \
|
| H A D | ciphercommon_aead.h | 42 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))ossl_##lc##_cipher }, \
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_cast5_hw.c | 32 cipher_hw_cast5_##mode##_cipher \
|
| H A D | cipher_blowfish_hw.c | 32 cipher_hw_blowfish_##mode##_cipher \
|
| H A D | cipher_seed_hw.c | 32 cipher_hw_seed_##mode##_cipher \
|
| H A D | cipher_rc5_hw.c | 31 cipher_hw_rc5_##mode##_cipher \
|
| H A D | cipher_rc2_hw.c | 33 cipher_hw_rc2_##mode##_cipher \
|
| H A D | cipher_idea_hw.c | 44 cipher_hw_idea_##mode##_cipher \
|
| H A D | cipher_aes_siv.c | 252 static OSSL_FUNC_cipher_cipher_fn lc##_cipher; \ 278 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))lc##_cipher }, \
|
| H A D | cipher_aes_gcm_siv.c | 281 static OSSL_FUNC_cipher_cipher_fn ossl_##alg##_##lc##_cipher; \ 304 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))ossl_##alg##_##lc##_cipher }, \
|
| H A D | cipher_des_hw.c | 181 cipher_hw_des_##mode##_cipher, \
|
| H A D | cipher_aes_wrp.c | 303 { OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))aes_##mode##_cipher }, \
|
| H A D | cipher_aes_cbc_hmac_sha.c | 415 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))nm##_cipher }, \
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | e_camellia.c | 145 cmll_t4_##mode##_cipher, \ 156 camellia_##mode##_cipher, \ 174 camellia_##mode##_cipher, \
|
| H A D | e_aes.c | 424 aesni_##mode##_cipher, \ 435 aes_##mode##_cipher, \ 453 aesni_##mode##_cipher, \ 465 aes_##mode##_cipher, \ 814 aes_t4_##mode##_cipher, \ 825 aes_##mode##_cipher, \ 843 aes_t4_##mode##_cipher, \ 855 aes_##mode##_cipher, \ 2302 s390x_aes_##mode##_cipher, \ 2318 aes_##mode##_cipher, \ [all...] |
| H A D | e_sm4.c | 42 sm4_##mode##_cipher, \
|
| H A D | e_aria.c | 168 aria_##mode##_cipher, \ 770 aria_##mode##_cipher, \
|
| /freebsd/sys/dev/ath/ |
| H A D | if_athvar.h | 1211 #define ath_hal_ciphersupported(_ah, _cipher) \ argument 1212 (ath_hal_getcapability(_ah, HAL_CAP_CIPHER, _cipher, NULL) == HAL_OK) 1425 _keyix, _cipher, _delims, _first, _last, _lastaggr) \ argument 1427 (_pktlen), (_hdrlen), (_type), (_keyix), (_cipher), (_delims), \
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | evp.h | 420 static int cname##_cfb##cbits##_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) \ 456 cname##_##mode##_cipher, \
|
| /freebsd/crypto/openssl/engines/ |
| H A D | e_padlock.c | 512 padlock_##lmode##_cipher) \
|