Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/drivers/crypto/amcc/
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()
177 int crypto4xx_setkey_aes_cbc(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_cbc()
184 int crypto4xx_setkey_aes_cfb(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_cfb()
191 int crypto4xx_setkey_aes_ecb(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_ecb()
198 int crypto4xx_setkey_aes_ofb(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_ofb()
205 int crypto4xx_setkey_rfc3686(struct crypto_skcipher *cipher, in crypto4xx_setkey_rfc3686()
224 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in crypto4xx_rfc3686_encrypt() local
239 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in crypto4xx_rfc3686_decrypt() local
255 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in crypto4xx_ctr_crypt() local
[all …]
Dcrypto4xx_core.h125 struct crypto_sync_skcipher *cipher; member
137 struct skcipher_alg cipher; member
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
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()
362 static int nitrox_aes_ctr_rfc3686_setkey(struct crypto_skcipher *cipher, in nitrox_aes_ctr_rfc3686_setkey()
/kernel/linux/linux-5.10/crypto/
Decb.c16 struct crypto_cipher *cipher, in crypto_ecb_crypt()
46 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_encrypt() local
55 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_decrypt() local
Dcbc.c24 struct crypto_cipher *cipher; in crypto_cbc_encrypt_segment() local
51 struct crypto_cipher *cipher; in crypto_cbc_encrypt_inplace() local
99 struct crypto_cipher *cipher; in crypto_cbc_decrypt_segment() local
129 struct crypto_cipher *cipher; in crypto_cbc_decrypt_inplace() local
Dkeywrap.c126 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_decrypt() local
195 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_encrypt() local
Dpcbc.c66 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_encrypt() local
133 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_decrypt() local
Dofb.c20 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt() local
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; in skcipher_init_tfm_simple() local
Dctr.c101 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ctr_crypt() local
222 struct crypto_skcipher *cipher; in crypto_rfc3686_init_tfm() local
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
Dcptvf_algs.c232 static int cvm_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_xts_setkey()
289 static int cvm_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_setkey()
304 static int cvm_cbc_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cbc_aes_setkey()
310 static int cvm_ecb_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_ecb_aes_setkey()
316 static int cvm_cfb_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cfb_aes_setkey()
322 static int cvm_cbc_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cbc_des3_setkey()
329 static int cvm_ecb_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_ecb_des3_setkey()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
Dg84.c80 g84_cipher_intr(struct nvkm_engine *cipher) in g84_cipher_intr()
109 g84_cipher_init(struct nvkm_engine *cipher) in g84_cipher_init()
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/
Dcryp_core.c826 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in ablk_dma_crypt() local
884 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in ablk_crypt() local
942 static int aes_skcipher_setkey(struct crypto_skcipher *cipher, in aes_skcipher_setkey()
975 static int des_skcipher_setkey(struct crypto_skcipher *cipher, in des_skcipher_setkey()
994 static int des3_skcipher_setkey(struct crypto_skcipher *cipher, in des3_skcipher_setkey()
1015 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in cryp_blk_encrypt() local
1033 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in cryp_blk_decrypt() local
/kernel/linux/linux-5.10/drivers/crypto/rockchip/
Drk3288_crypto_skcipher.c31 static int rk_aes_setkey(struct crypto_skcipher *cipher, in rk_aes_setkey()
45 static int rk_des_setkey(struct crypto_skcipher *cipher, in rk_des_setkey()
60 static int rk_tdes_setkey(struct crypto_skcipher *cipher, in rk_tdes_setkey()
200 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in rk_ablk_hw_init() local
/kernel/linux/linux-5.10/drivers/crypto/bcm/
Dcipher.c1766 static int des_setkey(struct crypto_skcipher *cipher, const u8 *key, in des_setkey()
1780 static int threedes_setkey(struct crypto_skcipher *cipher, const u8 *key, in threedes_setkey()
1794 static int aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in aes_setkey()
1821 static int skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, in skcipher_setkey()
2758 static int aead_authenc_setkey(struct crypto_aead *cipher, in aead_authenc_setkey()
2853 static int aead_gcm_ccm_setkey(struct crypto_aead *cipher, in aead_gcm_ccm_setkey()
2935 static int aead_gcm_esp_setkey(struct crypto_aead *cipher, in aead_gcm_esp_setkey()
2967 static int rfc4543_gcm_esp_setkey(struct crypto_aead *cipher, in rfc4543_gcm_esp_setkey()
3000 static int aead_ccm_esp_setkey(struct crypto_aead *cipher, in aead_ccm_esp_setkey()
3020 static int aead_setauthsize(struct crypto_aead *cipher, unsigned int authsize) in aead_setauthsize()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dftm-responder.c73 u8 cipher; member
321 u8 *addr, u32 cipher, u8 *tk, u32 tk_len, in iwl_mvm_ftm_respoder_add_pasn_sta()
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c543 gss_krb5_cts_crypt(struct crypto_sync_skcipher *cipher, struct xdr_buf *buf, in gss_krb5_cts_crypt()
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
Dgss_krb5_keys.c150 struct crypto_sync_skcipher *cipher; in krb5_derive_key() local
/kernel/linux/linux-5.10/drivers/crypto/
Dtalitos.c1490 static int skcipher_setkey(struct crypto_skcipher *cipher, in skcipher_setkey()
1507 static int skcipher_des_setkey(struct crypto_skcipher *cipher, in skcipher_des_setkey()
1514 static int skcipher_des3_setkey(struct crypto_skcipher *cipher, in skcipher_des3_setkey()
1521 static int skcipher_aes_setkey(struct crypto_skcipher *cipher, in skcipher_aes_setkey()
1550 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in skcipher_done() local
1571 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in common_nonsnoop() local
1641 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in skcipher_edesc_alloc() local
1652 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in skcipher_encrypt() local
1677 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in skcipher_decrypt() local
Dpicoxcell_crypto.c733 static int spacc_des_setkey(struct crypto_skcipher *cipher, const u8 *key, in spacc_des_setkey()
753 static int spacc_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, in spacc_des3_setkey()
773 static int spacc_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in spacc_aes_setkey()
814 static int spacc_kasumi_f8_setkey(struct crypto_skcipher *cipher, in spacc_kasumi_f8_setkey()
1041 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in spacc_ablk_encrypt() local
1050 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in spacc_ablk_decrypt() local
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
Dcipher.c250 static int mv_cesa_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in mv_cesa_aes_setkey()
272 static int mv_cesa_des_setkey(struct crypto_skcipher *cipher, const u8 *key, in mv_cesa_des_setkey()
287 static int mv_cesa_des3_ede_setkey(struct crypto_skcipher *cipher, in mv_cesa_des3_ede_setkey()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
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
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
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
/kernel/linux/linux-5.10/drivers/hyperhold/
Dhp_device.c133 char *cipher = HP_CIPHER_NAME; in soft_crypto_init() local
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c739 static int aead_hmac_init(struct crypto_aead *cipher) in aead_hmac_init()
835 static int otx_cpt_aead_cbc_aes_sha_setkey(struct crypto_aead *cipher, in otx_cpt_aead_cbc_aes_sha_setkey()
894 static int otx_cpt_aead_ecb_null_sha_setkey(struct crypto_aead *cipher, in otx_cpt_aead_ecb_null_sha_setkey()
930 static int otx_cpt_aead_gcm_aes_setkey(struct crypto_aead *cipher, in otx_cpt_aead_gcm_aes_setkey()

12345