Searched defs:cipher (Results 1 - 25 of 106) sorted by relevance

12345

/linux-master/crypto/
H A Dxctr.c103 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); local
H A Dcipher.c94 struct crypto_cipher *crypto_clone_cipher(struct crypto_cipher *cipher) argument
H A Dcbc.c58 struct crypto_lskcipher *cipher = *ctx; local
127 struct crypto_lskcipher *cipher = *ctx; local
H A Dpcbc.c67 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); local
134 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); local
H A Dkeywrap.c127 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); local
196 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); local
H A Dxcbc.c164 struct crypto_cipher *cipher; local
H A Decb.c16 static int crypto_ecb_crypt(struct crypto_cipher *cipher, const u8 *src, argument
38 struct crypto_cipher *cipher = *ctx; local
49 struct crypto_cipher *cipher = *ctx; local
60 struct crypto_cipher *cipher = *ctx; local
73 struct crypto_cipher *cipher; local
[all...]
H A Dctr.c102 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); local
223 struct crypto_skcipher *cipher; local
[all...]
H A Dcts.c288 struct crypto_skcipher *cipher; local
H A Dlrw.c270 struct crypto_skcipher *cipher; local
H A Dpcrypt.c181 struct crypto_aead *cipher; local
H A Dcmac.c199 struct crypto_cipher *cipher; local
215 struct crypto_cipher *cipher; local
[all...]
/linux-master/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c51 static int test_lib_chacha(u8 *revert, u8 *cipher, u8 *plain) argument
126 static int test_skcipher(char *name, u8 *revert, u8 *cipher, u8 *plain) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
H A Dg84.c80 g84_cipher_intr(struct nvkm_engine *cipher) argument
108 g84_cipher_init(struct nvkm_engine *cipher) argument
/linux-master/arch/arm64/crypto/
H A DMakefile
/linux-master/drivers/nvme/common/
H A Dkeyring.c116 enum nvme_tcp_tls_cipher cipher; member in struct:nvme_tls_psk_priority_list
140 enum nvme_tcp_tls_cipher cipher = nvme_tls_psk_prio[prio].cipher; local
/linux-master/drivers/net/wireless/ath/
H A Dkey.c405 ath_reserve_key_cache_slot(struct ath_common *common, u32 cipher) argument
[all...]
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c157 struct crypto_sync_skcipher *cipher; local
/linux-master/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c108 static int rk_aes_setkey(struct crypto_skcipher *cipher, argument
123 static int rk_des_setkey(struct crypto_skcipher *cipher, argument
139 static int rk_tdes_setkey(struct crypto_skcipher *cipher, argument
254 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); local
[all...]
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c232 static int cvm_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, argument
288 static int cvm_setkey(struct crypto_skcipher *cipher, const u8 *key, argument
302 static int cvm_cbc_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, argument
308 static int cvm_ecb_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, argument
314 static int cvm_cbc_des3_setkey(struct crypto_skcipher *cipher, cons argument
321 cvm_ecb_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen) argument
[all...]
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c41 const struct nitrox_cipher *cipher = flexi_cipher_table; local
83 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(skreq); local
165 static inline int nitrox_skcipher_setkey(struct crypto_skcipher *cipher, argument
197 nitrox_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
249 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(skreq); local
293 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(skreq); local
320 nitrox_3des_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
337 nitrox_aes_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
361 nitrox_aes_ctr_rfc3686_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-responder.c22 u8 cipher; member in struct:iwl_mvm_pasn_hltk_data
322 iwl_mvm_ftm_respoder_add_pasn_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u8 *addr, u32 cipher, u8 *tk, u32 tk_len, u8 *hltk, u32 hltk_len) argument
[all...]
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c113 enum cipher cipher = rxdesc->cipher; local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.c533 enum mt76_cipher_type cipher; local
574 enum mt76_cipher_type cipher; local
[all...]
/linux-master/drivers/crypto/marvell/cesa/
H A Dcipher.c260 static int mv_cesa_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, argument
282 static int mv_cesa_des_setkey(struct crypto_skcipher *cipher, const u8 *key, argument
297 static int mv_cesa_des3_ede_setkey(struct crypto_skcipher *cipher, argument

Completed in 253 milliseconds

12345