Home
last modified time | relevance | path

Searched defs:cipher (Results 51 - 75 of 209) sorted by relevance

123456789

/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c543 gss_krb5_cts_crypt(struct crypto_sync_skcipher *cipher, struct xdr_buf *buf, in gss_krb5_cts_crypt() argument
606 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt() local
726 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_decrypt() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c82 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in aspeed_crypto_do_request() local
366 struct crypto_skcipher *cipher; in aspeed_hace_skcipher_trigger() local
409 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in aspeed_des_crypt() local
428 static int aspeed_des_setkey(struct crypto_skcipher *cipher, cons argument
587 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); aspeed_aes_crypt() local
622 aspeed_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) aspeed_aes_setkey() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/
H A Dcipher.c260 static int mv_cesa_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in mv_cesa_aes_setkey() argument
282 static int mv_cesa_des_setkey(struct crypto_skcipher *cipher, const u8 *key, in mv_cesa_des_setkey() argument
297 static int mv_cesa_des3_ede_setkey(struct crypto_skcipher *cipher, in mv_cesa_des3_ede_setkey() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c113 enum cipher cipher = rxdesc->cipher; in rt2x00debug_update_crypto() local
[all...]
H A Drt2x00reg.h100 enum cipher { enum
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.c533 enum mt76_cipher_type cipher; in mt76_mac_wcid_set_key() local
574 enum mt76_cipher_type cipher; in mt76_mac_shared_key_setup() local
[all...]
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c592 gss_krb5_cts_crypt(struct crypto_sync_skcipher *cipher, struct xdr_buf *buf, in gss_krb5_cts_crypt() argument
787 struct crypto_sync_skcipher *cipher, *aux_cipher; gss_krb5_aes_encrypt() local
860 struct crypto_sync_skcipher *cipher, *aux_cipher; gss_krb5_aes_decrypt() local
929 krb5_etm_checksum(struct crypto_sync_skcipher *cipher, struct crypto_ahash *tfm, const struct xdr_buf *body, int body_offset, struct xdr_netobj *cksumout) krb5_etm_checksum() argument
1015 struct crypto_sync_skcipher *cipher, *aux_cipher; krb5_etm_encrypt() local
1103 struct crypto_sync_skcipher *cipher, *aux_cipher; krb5_etm_decrypt() local
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dvmac.c52 struct crypto_cipher *cipher; member
601 struct crypto_cipher *cipher; in vmac_init_tfm() local
[all...]
H A Dskcipher.c582 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned() local
602 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey() local
882 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in skcipher_setkey_simple() local
895 struct crypto_cipher *cipher; skcipher_init_tfm_simple() local
[all...]
H A Dccm.c842 struct crypto_cipher *cipher; in cbcmac_init_tfm() local
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c73 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in crypto4xx_crypt() local
121 static int crypto4xx_setkey_aes(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes() argument
177 int crypto4xx_setkey_aes_cbc(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_cbc() argument
184 int crypto4xx_setkey_aes_cfb(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_cfb() argument
191 int crypto4xx_setkey_aes_ecb(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_ecb() argument
198 crypto4xx_setkey_aes_ofb(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_ofb() argument
205 crypto4xx_setkey_rfc3686(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_rfc3686() argument
224 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); crypto4xx_rfc3686_encrypt() local
239 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); crypto4xx_rfc3686_decrypt() local
255 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); crypto4xx_ctr_crypt() local
287 crypto4xx_sk_setup_fallback(struct crypto4xx_ctx *ctx, struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_sk_setup_fallback() argument
299 crypto4xx_setkey_aes_ctr(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_ctr() argument
366 crypto4xx_aead_setup_fallback(struct crypto4xx_ctx *ctx, struct crypto_aead *cipher, const u8 *key, unsigned int keylen) crypto4xx_aead_setup_fallback() argument
381 crypto4xx_setkey_aes_ccm(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_ccm() argument
483 crypto4xx_setauthsize_aead(struct crypto_aead *cipher, unsigned int authsize) crypto4xx_setauthsize_aead() argument
527 crypto4xx_setkey_aes_gcm(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_gcm() argument
[all...]
H A Dcrypto4xx_core.h125 struct crypto_sync_skcipher *cipher; member
137 struct skcipher_alg cipher; member
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
H A Dtxrx.c765 static u8 p54_convert_algo(u32 cipher) in p54_convert_algo() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00reg.h100 enum cipher { enum
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dtx.c392 u32 cipher = info->control.hw_key->cipher; in wl1271_prepare_tx_frame() local
/kernel/linux/linux-5.10/net/wireless/
H A Dwext-compat.c634 u32 cipher; cfg80211_wext_siwencodeext() local
965 cfg80211_set_cipher_group(struct wireless_dev *wdev, u32 cipher) cfg80211_set_cipher_group() argument
990 cfg80211_set_cipher_pairwise(struct wireless_dev *wdev, u32 cipher) cfg80211_set_cipher_pairwise() argument
[all...]
H A Dsme.c1231 u32 cipher; in cfg80211_connect() local
/kernel/linux/linux-5.10/include/linux/
H A Dqcom_scm.h163 qcom_scm_ice_set_key(u32 index, const u8 *key, u32 key_size, enum qcom_scm_ice_cipher cipher, u32 data_unit_size) qcom_scm_ice_set_key() argument
/kernel/linux/linux-5.10/net/mac80211/
H A Dkey.c532 ieee80211_key_alloc(u32 cipher, int idx, size_t key_len, in ieee80211_key_alloc() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dcrypto.h361 struct cipher_alg cipher; global() member
[all...]
/kernel/linux/linux-6.6/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c73 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in crypto4xx_crypt() local
121 static int crypto4xx_setkey_aes(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes() argument
177 int crypto4xx_setkey_aes_cbc(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_cbc() argument
184 int crypto4xx_setkey_aes_cfb(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_cfb() argument
191 int crypto4xx_setkey_aes_ecb(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_ecb() argument
198 crypto4xx_setkey_aes_ofb(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_ofb() argument
205 crypto4xx_setkey_rfc3686(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_rfc3686() argument
224 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); crypto4xx_rfc3686_encrypt() local
239 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); crypto4xx_rfc3686_decrypt() local
255 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); crypto4xx_ctr_crypt() local
287 crypto4xx_sk_setup_fallback(struct crypto4xx_ctx *ctx, struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_sk_setup_fallback() argument
299 crypto4xx_setkey_aes_ctr(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_ctr() argument
366 crypto4xx_aead_setup_fallback(struct crypto4xx_ctx *ctx, struct crypto_aead *cipher, const u8 *key, unsigned int keylen) crypto4xx_aead_setup_fallback() argument
381 crypto4xx_setkey_aes_ccm(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_ccm() argument
483 crypto4xx_setauthsize_aead(struct crypto_aead *cipher, unsigned int authsize) crypto4xx_setauthsize_aead() argument
527 crypto4xx_setkey_aes_gcm(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_gcm() argument
[all...]
H A Dcrypto4xx_core.h125 struct crypto_sync_skcipher *cipher; member
137 struct skcipher_alg cipher; member
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c57 enum hal_encrypt_type ath12k_dp_tx_get_encrypt_type(u32 cipher) in ath12k_dp_tx_get_encrypt_type() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c60 enum hal_encrypt_type ath11k_dp_tx_get_encrypt_type(u32 cipher) in ath11k_dp_tx_get_encrypt_type() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/
H A Dtxrx.c761 static u8 p54_convert_algo(u32 cipher) in p54_convert_algo() argument

Completed in 27 milliseconds

123456789