Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h246 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 Dciphercommon_aead.h42 { 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.c252 static OSSL_FUNC_cipher_cipher_fn lc##_cipher; \
278 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))lc##_cipher }, \
H A Dcipher_aes_gcm_siv.c281 static OSSL_FUNC_cipher_cipher_fn ossl_##alg##_##lc##_cipher; \
304 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))ossl_##alg##_##lc##_cipher }, \
H A Dcipher_des_hw.c181 cipher_hw_des_##mode##_cipher, \
H A Dcipher_aes_wrp.c303 { OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))aes_##mode##_cipher }, \
H A Dcipher_aes_cbc_hmac_sha.c415 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))nm##_cipher }, \
/freebsd/crypto/openssl/crypto/evp/
H A De_camellia.c145 cmll_t4_##mode##_cipher, \
156 camellia_##mode##_cipher, \
174 camellia_##mode##_cipher, \
H A De_aes.c424 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 De_sm4.c42 sm4_##mode##_cipher, \
H A De_aria.c168 aria_##mode##_cipher, \
770 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.h420 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 De_padlock.c512 padlock_##lmode##_cipher) \