Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 25 of 71) sorted by relevance

123

/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c41 const struct nitrox_cipher *cipher = flexi_cipher_table; in flexi_cipher_type() local
83 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(skreq); in nitrox_cbc_cipher_callback() local
165 static inline int nitrox_skcipher_setkey(struct crypto_skcipher *cipher, in nitrox_skcipher_setkey()
197 static int nitrox_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in nitrox_aes_setkey()
249 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(skreq); in nitrox_skcipher_crypt() local
293 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(skreq); in nitrox_cbc_decrypt() local
320 static int nitrox_3des_setkey(struct crypto_skcipher *cipher, in nitrox_3des_setkey()
337 static int nitrox_aes_xts_setkey(struct crypto_skcipher *cipher, in nitrox_aes_xts_setkey()
361 static int nitrox_aes_ctr_rfc3686_setkey(struct crypto_skcipher *cipher, in nitrox_aes_ctr_rfc3686_setkey()
/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c232 static int cvm_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_xts_setkey()
288 static int cvm_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_setkey()
302 static int cvm_cbc_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cbc_aes_setkey()
308 static int cvm_ecb_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_ecb_aes_setkey()
314 static int cvm_cbc_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cbc_des3_setkey()
321 static int cvm_ecb_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_ecb_des3_setkey()
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c393 gss_krb5_cts_crypt(struct crypto_sync_skcipher * cipher,struct xdr_buf * buf,u32 offset,u8 * iv,struct page ** pages,int encrypt) gss_krb5_cts_crypt() argument
588 struct crypto_sync_skcipher *cipher, *aux_cipher; gss_krb5_aes_encrypt() local
661 struct crypto_sync_skcipher *cipher, *aux_cipher; gss_krb5_aes_decrypt() local
730 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
816 struct crypto_sync_skcipher *cipher, *aux_cipher; krb5_etm_encrypt() local
904 struct crypto_sync_skcipher *cipher, *aux_cipher; krb5_etm_decrypt() local
H A Dgss_krb5_keys.c
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c108 static int rk_aes_setkey(struct crypto_skcipher *cipher, in rk_aes_setkey()
123 static int rk_des_setkey(struct crypto_skcipher *cipher, in rk_des_setkey()
139 static int rk_tdes_setkey(struct crypto_skcipher *cipher, in rk_tdes_setkey()
254 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in rk_cipher_hw_init() local
/linux/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
H A Dg84.c80 g84_cipher_intr(struct nvkm_engine *cipher) in g84_cipher_intr()
108 g84_cipher_init(struct nvkm_engine *cipher) in g84_cipher_init()
/linux/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c51 test_lib_chacha(u8 * revert,u8 * cipher,u8 * plain) test_lib_chacha() argument
126 test_skcipher(char * name,u8 * revert,u8 * cipher,u8 * plain) test_skcipher() argument
[all...]
/linux/drivers/nvme/common/
H A Dkeyring.c200 enum nvme_tcp_tls_cipher cipher; member
241 enum nvme_tcp_tls_cipher cipher = nvme_tls_psk_prio[prio].cipher; in nvme_tls_psk_default() local
/linux/drivers/crypto/
H A Dtalitos.c1563 static int skcipher_setkey(struct crypto_skcipher *cipher, in skcipher_setkey()
1580 static int skcipher_des_setkey(struct crypto_skcipher *cipher, in skcipher_des_setkey()
1587 static int skcipher_des3_setkey(struct crypto_skcipher *cipher, in skcipher_des3_setkey()
1594 static int skcipher_aes_setkey(struct crypto_skcipher *cipher, in skcipher_aes_setkey()
1623 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in skcipher_done() local
1644 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in common_nonsnoop() local
1714 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in skcipher_edesc_alloc() local
1725 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in skcipher_encrypt() local
1750 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in skcipher_decrypt() local
/linux/tools/testing/selftests/bpf/progs/
H A Dcrypto_bench.c14 char cipher[128] = {}; global() variable
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c749 static int aead_hmac_init(struct crypto_aead *cipher, in aead_hmac_init()
827 static int otx_cpt_aead_cbc_aes_sha_setkey(struct crypto_aead *cipher, in otx_cpt_aead_cbc_aes_sha_setkey()
844 static int otx_cpt_aead_ecb_null_sha_setkey(struct crypto_aead *cipher, in otx_cpt_aead_ecb_null_sha_setkey()
851 static int otx_cpt_aead_gcm_aes_setkey(struct crypto_aead *cipher, in otx_cpt_aead_gcm_aes_setkey()
/linux/net/tls/
H A Dtls_main.c59 #define CHECK_CIPHER_DESC(cipher,ci) \ argument
76 #define CIPHER_DESC(cipher,ci,algname,_offloadable) [cipher - TLS_CIPHER_MIN] = { \ argument
88 #define CIPHER_DESC_NONCE0(cipher,ci,algname,_offloadable) [cipher - TLS_CIPHER_MIN] = { \ argument
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c61 enum mt76x02_cipher_type cipher; in mt76x02_mac_shared_key_setup() local
84 enum mt76x02_cipher_type cipher; in mt76x02_mac_wcid_sync_pn() local
109 enum mt76x02_cipher_type cipher; in mt76x02_mac_wcid_set_key() local
/linux/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
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c61 mt7615_mac_get_cipher(int cipher) in mt7615_mac_get_cipher()
1173 enum mt76_cipher_type cipher, u16 cipher_mask) in mt7615_mac_wtbl_update_key()
1203 enum mt76_cipher_type cipher, u16 cipher_mask, in mt7615_mac_wtbl_update_pk()
1240 enum mt76_cipher_type cipher, u16 cipher_mask) in mt7615_mac_wtbl_update_cipher()
1256 enum mt76_cipher_type cipher; in __mt7615_mac_wtbl_set_key() local
/linux/net/wireless/
H A Dwext-compat.c641 u32 cipher; in cfg80211_wext_siwencodeext() local
990 static int cfg80211_set_cipher_group(struct wireless_dev *wdev, u32 cipher) in cfg80211_set_cipher_group()
1015 static int cfg80211_set_cipher_pairwise(struct wireless_dev *wdev, u32 cipher) in cfg80211_set_cipher_pairwise()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c62 enum hal_encrypt_type ath12k_dp_tx_get_encrypt_type(u32 cipher) in ath12k_dp_tx_get_encrypt_type()
/linux/drivers/net/wireless/ath/
H A Dkey.c406 u32 cipher) in ath_reserve_key_cache_slot()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c37 u8 cipher; member
44 u8 *cipher; member
652 u8 *bssid, u8 *cipher, u8 *hltk, u8 *tk, in iwl_mvm_ftm_set_secured_ranging()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dwow.c30 #define RTW89_CIPHER_INFO_DEF(cipher) \ argument
48 struct rtw89_cipher_info *rtw89_cipher_alg_recognize(u32 cipher) in rtw89_cipher_alg_recognize()
646 u32 cipher, u8 keyidx, u8 *gtk) in rtw89_wow_gtk_rekey()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.h179 u8 cipher; member
322 enum cipher cipher; member
H A Drt2x00reg.h100 enum cipher { enum
/linux/drivers/md/
H A Ddm-inlinecrypt.c313 const struct dm_inlinecrypt_cipher *cipher; in inlinecrypt_ctr() local
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dscan.c109 u32 cipher) in nxpwifi_is_rsn_oui_present()
128 nxpwifi_is_wpa_oui_present(struct nxpwifi_bssdescriptor *bss_desc, u32 cipher) in nxpwifi_is_wpa_oui_present()
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dcommand.c424 enum host_cmd_key_cipher cipher, in mm81x_cmd_install_key()

123