Home
last modified time | relevance | path

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

1234

/drivers/crypto/amcc/
A Dcrypto4xx_alg.c70 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in crypto4xx_crypt() local
118 static int crypto4xx_setkey_aes(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes()
174 int crypto4xx_setkey_aes_cbc(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_cbc()
181 int crypto4xx_setkey_aes_ecb(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_ecb()
188 int crypto4xx_setkey_rfc3686(struct crypto_skcipher *cipher, in crypto4xx_setkey_rfc3686()
207 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in crypto4xx_rfc3686_encrypt() local
271 struct crypto_skcipher *cipher, in crypto4xx_sk_setup_fallback()
282 int crypto4xx_setkey_aes_ctr(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_ctr()
350 struct crypto_aead *cipher, in crypto4xx_aead_setup_fallback()
466 int crypto4xx_setauthsize_aead(struct crypto_aead *cipher, in crypto4xx_setauthsize_aead()
[all …]
A Dcrypto4xx_core.h124 struct crypto_sync_skcipher *cipher; member
136 struct skcipher_alg cipher; member
/drivers/crypto/cavium/nitrox/
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()
/drivers/crypto/cavium/cpt/
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()
/drivers/crypto/aspeed/
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, const u8 *key, in aspeed_des_setkey()
539 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in aspeed_aes_crypt() local
574 static int aspeed_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in aspeed_aes_setkey()
A Daspeed-acry.c148 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_do_fallback() local
166 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_need_fallback() local
186 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_do_request() local
350 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_rsa_trigger() local
415 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_rsa_enc() local
427 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_rsa_dec() local
/drivers/crypto/rockchip/
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
/drivers/crypto/intel/keembay/
A Dkeembay-ocs-aes-core.c51 enum ocs_cipher cipher; member
146 static int check_key(const u8 *in_key, size_t key_len, enum ocs_cipher cipher) in check_key()
166 enum ocs_cipher cipher) in save_key()
183 size_t key_len, enum ocs_cipher cipher) in kmb_ocs_sk_set_key()
205 size_t key_len, enum ocs_cipher cipher) in kmb_ocs_aead_set_key()
309 enum ocs_cipher cipher, in kmb_ocs_sk_common()
636 enum ocs_cipher cipher, in kmb_ocs_aead_common()
A Docs-aes.c479 enum ocs_cipher cipher) in ocs_aes_set_key()
526 enum ocs_cipher cipher, in set_ocs_aes_command()
562 enum ocs_cipher cipher, in ocs_aes_init()
605 enum ocs_cipher cipher, enum ocs_mode mode, in ocs_aes_validate_inputs()
799 enum ocs_cipher cipher, in ocs_aes_op()
927 enum ocs_cipher cipher, in ocs_aes_gcm_op()
1309 enum ocs_cipher cipher, in ocs_aes_ccm_op()
/drivers/crypto/bcm/
A Dcipher.c1764 static int des_setkey(struct crypto_skcipher *cipher, const u8 *key, in des_setkey()
1778 static int threedes_setkey(struct crypto_skcipher *cipher, const u8 *key, in threedes_setkey()
1792 static int aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in aes_setkey()
1819 static int skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, in skcipher_setkey()
2723 static int aead_authenc_setkey(struct crypto_aead *cipher, in aead_authenc_setkey()
2818 static int aead_gcm_ccm_setkey(struct crypto_aead *cipher, in aead_gcm_ccm_setkey()
2900 static int aead_gcm_esp_setkey(struct crypto_aead *cipher, in aead_gcm_esp_setkey()
2932 static int rfc4543_gcm_esp_setkey(struct crypto_aead *cipher, in rfc4543_gcm_esp_setkey()
2965 static int aead_ccm_esp_setkey(struct crypto_aead *cipher, in aead_ccm_esp_setkey()
2985 static int aead_setauthsize(struct crypto_aead *cipher, unsigned int authsize) in aead_setauthsize()
/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
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()
/drivers/nvme/common/
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
/drivers/crypto/
A Dtalitos.c1491 static int skcipher_setkey(struct crypto_skcipher *cipher, in skcipher_setkey()
1508 static int skcipher_des_setkey(struct crypto_skcipher *cipher, in skcipher_des_setkey()
1515 static int skcipher_des3_setkey(struct crypto_skcipher *cipher, in skcipher_des3_setkey()
1522 static int skcipher_aes_setkey(struct crypto_skcipher *cipher, in skcipher_aes_setkey()
1551 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in skcipher_done() local
1572 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in common_nonsnoop() local
1642 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in skcipher_edesc_alloc() local
1653 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in skcipher_encrypt() local
1678 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in skcipher_decrypt() local
/drivers/crypto/marvell/cesa/
A Dcipher.c262 static int mv_cesa_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in mv_cesa_aes_setkey()
284 static int mv_cesa_des_setkey(struct crypto_skcipher *cipher, const u8 *key, in mv_cesa_des_setkey()
299 static int mv_cesa_des3_ede_setkey(struct crypto_skcipher *cipher, in mv_cesa_des3_ede_setkey()
/drivers/crypto/marvell/octeontx/
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()
/drivers/net/wireless/mediatek/mt76/
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
/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c838 static int aead_hmac_init(struct crypto_aead *cipher, in aead_hmac_init()
917 static int otx2_cpt_aead_cbc_aes_sha_setkey(struct crypto_aead *cipher, in otx2_cpt_aead_cbc_aes_sha_setkey()
927 static int otx2_cpt_aead_ecb_null_sha_setkey(struct crypto_aead *cipher, in otx2_cpt_aead_ecb_null_sha_setkey()
934 static int otx2_cpt_aead_gcm_aes_setkey(struct crypto_aead *cipher, in otx2_cpt_aead_gcm_aes_setkey()
/drivers/net/wireless/mediatek/mt76/mt7615/
A Dmac.c61 mt7615_mac_get_cipher(int cipher) in mt7615_mac_get_cipher()
1188 enum mt76_cipher_type cipher, u16 cipher_mask) in mt7615_mac_wtbl_update_key()
1218 enum mt76_cipher_type cipher, u16 cipher_mask, in mt7615_mac_wtbl_update_pk()
1255 enum mt76_cipher_type cipher, u16 cipher_mask) in mt7615_mac_wtbl_update_cipher()
1271 enum mt76_cipher_type cipher; in __mt7615_mac_wtbl_set_key() local
/drivers/net/wireless/mediatek/mt7601u/
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
/drivers/crypto/intel/qat/qat_common/
A Dqat_algs.c54 struct icp_qat_hw_cipher_algo_blk cipher; member
59 struct icp_qat_hw_cipher_algo_blk cipher; member
244 struct icp_qat_hw_cipher_algo_blk *cipher = &enc_ctx->cipher; in qat_alg_aead_init_enc_session() local
326 struct icp_qat_hw_cipher_algo_blk *cipher = in qat_alg_aead_init_dec_session() local
/drivers/crypto/axis/
A Dartpec6_crypto.c1088 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in artpec6_crypto_encrypt() local
1134 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in artpec6_crypto_decrypt() local
1179 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in artpec6_crypto_ctr_crypt() local
1600 artpec6_crypto_cipher_set_key(struct crypto_skcipher *cipher, const u8 *key, in artpec6_crypto_cipher_set_key()
1621 artpec6_crypto_xts_set_key(struct crypto_skcipher *cipher, const u8 *key, in artpec6_crypto_xts_set_key()
1668 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); in artpec6_crypto_prepare_crypto() local
1838 struct crypto_aead *cipher = crypto_aead_reqtfm(areq); in artpec6_crypto_prepare_aead() local
/drivers/net/wireless/intel/iwlwifi/mvm/
A Dftm-initiator.c37 u8 cipher; member
44 u8 *cipher; member
641 u8 *bssid, u8 *cipher, u8 *hltk, u8 *tk, in iwl_mvm_ftm_set_secured_ranging()
/drivers/net/wireless/realtek/rtw89/
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()
598 u32 cipher, u8 keyidx, u8 *gtk) in rtw89_wow_gtk_rekey()
/drivers/crypto/chelsio/
A Dchcr_algo.c689 static int chcr_cipher_fallback(struct crypto_skcipher *cipher, in chcr_cipher_fallback()
913 static int chcr_cipher_fallback_setkey(struct crypto_skcipher *cipher, in chcr_cipher_fallback_setkey()
926 static int chcr_aes_cbc_setkey(struct crypto_skcipher *cipher, in chcr_aes_cbc_setkey()
957 static int chcr_aes_ctr_setkey(struct crypto_skcipher *cipher, in chcr_aes_ctr_setkey()
987 static int chcr_aes_rfc3686_setkey(struct crypto_skcipher *cipher, in chcr_aes_rfc3686_setkey()
2254 static int chcr_aes_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, in chcr_aes_xts_setkey()
/drivers/net/wireless/ath/
A Dkey.c406 u32 cipher) in ath_reserve_key_cache_slot()

Completed in 924 milliseconds

1234