Searched refs:_cipher (Results 1 – 18 of 18) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 237 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \ 258 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \ 273 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \ 291 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \
|
H A D | ciphercommon_aead.h | 38 { 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 | 263 static OSSL_FUNC_cipher_cipher_fn lc##_cipher; \ 289 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void)) lc##_cipher }, \
|
H A D | cipher_des_hw.c | 183 cipher_hw_des_##mode##_cipher, \
|
H A D | cipher_aes_wrp.c | 301 { OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))aes_##mode##_cipher }, \
|
H A D | cipher_aes_cbc_hmac_sha.c | 411 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))nm##_cipher }, \
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_camellia.c | 148 cmll_t4_##mode##_cipher, \ 158 camellia_##mode##_cipher, \ 173 camellia_##mode##_cipher, \
|
H A D | e_aes.c | 402 aesni_##mode##_cipher, \ 412 aes_##mode##_cipher, \ 427 aesni_##mode##_cipher, \ 438 aes_##mode##_cipher, \ 760 aes_t4_##mode##_cipher, \ 770 aes_##mode##_cipher, \ 785 aes_t4_##mode##_cipher, \ 796 aes_##mode##_cipher, \ 2198 s390x_aes_##mode##_cipher, \ 2214 aes_##mode##_cipher, \ [all …]
|
H A D | e_aria.c | 168 aria_##mode##_cipher, \ 775 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 | 405 static int cname##_cfb##cbits##_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char… 442 cname##_##mode##_cipher, \
|
/freebsd/crypto/openssl/engines/ |
H A D | e_padlock.c | 515 padlock_##lmode##_cipher) \
|