Home
last modified time | relevance | path

Searched refs:_cipher (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h237 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 Dciphercommon_aead.h38 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))ossl_##lc##_cipher }, \
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_cast5_hw.c32 cipher_hw_cast5_##mode##_cipher \
H A Dcipher_blowfish_hw.c32 cipher_hw_blowfish_##mode##_cipher \
H A Dcipher_seed_hw.c32 cipher_hw_seed_##mode##_cipher \
H A Dcipher_rc5_hw.c31 cipher_hw_rc5_##mode##_cipher \
H A Dcipher_rc2_hw.c33 cipher_hw_rc2_##mode##_cipher \
H A Dcipher_idea_hw.c44 cipher_hw_idea_##mode##_cipher \
H A Dcipher_aes_siv.c263 static OSSL_FUNC_cipher_cipher_fn lc##_cipher; \
289 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void)) lc##_cipher }, \
H A Dcipher_des_hw.c183 cipher_hw_des_##mode##_cipher, \
H A Dcipher_aes_wrp.c301 { OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))aes_##mode##_cipher }, \
H A Dcipher_aes_cbc_hmac_sha.c411 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))nm##_cipher }, \
/freebsd/crypto/openssl/crypto/evp/
H A De_camellia.c148 cmll_t4_##mode##_cipher, \
158 camellia_##mode##_cipher, \
173 camellia_##mode##_cipher, \
H A De_aes.c402 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 De_aria.c168 aria_##mode##_cipher, \
775 aria_##mode##_cipher, \
/freebsd/sys/dev/ath/
H A Dif_athvar.h1211 #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 Devp.h405 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 De_padlock.c515 padlock_##lmode##_cipher) \