/linux-4.4.14/crypto/ |
D | cipher.c | 82 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; in cipher_encrypt_unaligned() local 96 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; in cipher_decrypt_unaligned() local 109 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; in crypto_init_cipher_ops() local
|
D | blkcipher.c | 378 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey_unaligned() local 399 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey() local 449 struct blkcipher_alg *cipher = &alg->cra_blkcipher; in crypto_blkcipher_ctxsize() local 724 struct crypto_ablkcipher *cipher; in skcipher_geniv_init() local
|
D | ccm.c | 26 struct crypto_spawn cipher; member 30 struct crypto_cipher *cipher; member 257 struct crypto_cipher *cipher = ctx->cipher; in crypto_ccm_auth() local 456 struct crypto_cipher *cipher; in crypto_ccm_init_tfm() local 513 struct crypto_alg *cipher; in crypto_ccm_create_common() local
|
D | ctr.c | 163 struct crypto_cipher *cipher; in crypto_ctr_init_tfm() local 311 struct crypto_ablkcipher *cipher; in crypto_rfc3686_init_tfm() local
|
D | ecb.c | 102 struct crypto_cipher *cipher; in crypto_ecb_init_tfm() local
|
D | xcbc.c | 179 struct crypto_cipher *cipher; in xcbc_init_tfm() local
|
D | ablkcipher.c | 310 struct ablkcipher_alg *cipher = crypto_ablkcipher_alg(tfm); in setkey_unaligned() local 332 struct ablkcipher_alg *cipher = crypto_ablkcipher_alg(tfm); in setkey() local
|
D | cmac.c | 205 struct crypto_cipher *cipher; in cmac_init_tfm() local
|
D | keywrap.c | 326 struct crypto_cipher *cipher; in crypto_kw_init_tfm() local
|
D | pcbc.c | 208 struct crypto_cipher *cipher; in crypto_pcbc_init_tfm() local
|
D | cbc.c | 198 struct crypto_cipher *cipher; in crypto_cbc_init_tfm() local
|
D | xts.c | 243 struct crypto_cipher *cipher; in init_tfm() local
|
D | cts.c | 258 struct crypto_blkcipher *cipher; in crypto_cts_init_tfm() local
|
D | lrw.c | 298 struct crypto_cipher *cipher; in init_tfm() local
|
D | pcrypt.c | 228 struct crypto_aead *cipher; in pcrypt_aead_init_tfm() local
|
D | cryptd.c | 278 struct crypto_blkcipher *cipher; in cryptd_blkcipher_init_tfm() local 753 struct crypto_aead *cipher; in cryptd_aead_init_tfm() local
|
D | vmac.c | 624 struct crypto_cipher *cipher; in vmac_init_tfm() local
|
D | testmgr.c | 134 struct cipher_test_suite cipher; member
|
/linux-4.4.14/drivers/staging/skein/ |
D | threefish_api.c | 28 u64 cipher[SKEIN_MAX_STATE_WORDS]; in threefish_encrypt_block_bytes() local 55 u64 cipher[SKEIN_MAX_STATE_WORDS]; in threefish_decrypt_block_bytes() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/cipher/ |
D | g84.c | 80 g84_cipher_intr(struct nvkm_engine *cipher) in g84_cipher_intr() 109 g84_cipher_init(struct nvkm_engine *cipher) in g84_cipher_init()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_seqnum.c | 46 struct crypto_blkcipher *cipher; in krb5_make_rc4_seq_num() local 104 struct crypto_blkcipher *cipher; in krb5_get_rc4_seq_num() local
|
D | gss_krb5_crypto.c | 597 gss_krb5_cts_crypt(struct crypto_blkcipher *cipher, struct xdr_buf *buf, in gss_krb5_cts_crypt() 650 struct crypto_blkcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt() local 766 struct crypto_blkcipher *cipher, *aux_cipher; in gss_krb5_aes_decrypt() local 853 krb5_rc4_setup_seq_key(struct krb5_ctx *kctx, struct crypto_blkcipher *cipher, in krb5_rc4_setup_seq_key() 917 krb5_rc4_setup_enc_key(struct krb5_ctx *kctx, struct crypto_blkcipher *cipher, in krb5_rc4_setup_enc_key()
|
D | gss_krb5_wrap.c | 242 struct crypto_blkcipher *cipher; in gss_wrap_kerberos_v1() local 330 struct crypto_blkcipher *cipher; in gss_unwrap_kerberos_v1() local
|
D | gss_krb5_keys.c | 150 struct crypto_blkcipher *cipher; in krb5_derive_key() local
|
/linux-4.4.14/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 826 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablk_dma_crypt() local 884 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablk_crypt() local 944 static int aes_ablkcipher_setkey(struct crypto_ablkcipher *cipher, in aes_ablkcipher_setkey() 979 static int des_ablkcipher_setkey(struct crypto_ablkcipher *cipher, in des_ablkcipher_setkey() 1010 static int des3_ablkcipher_setkey(struct crypto_ablkcipher *cipher, in des3_ablkcipher_setkey() 1055 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in cryp_blk_encrypt() local 1073 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in cryp_blk_decrypt() local
|
/linux-4.4.14/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 104 static int crypto4xx_setkey_aes(struct crypto_ablkcipher *cipher, in crypto4xx_setkey_aes() 170 int crypto4xx_setkey_aes_cbc(struct crypto_ablkcipher *cipher, in crypto4xx_setkey_aes_cbc()
|
D | crypto4xx_core.h | 146 struct crypto_alg cipher; member
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | cipher.c | 227 static int mv_cesa_aes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in mv_cesa_aes_setkey() 252 static int mv_cesa_des_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in mv_cesa_des_setkey() 276 static int mv_cesa_des3_ede_setkey(struct crypto_ablkcipher *cipher, in mv_cesa_des3_ede_setkey()
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | mac.c | 517 enum mt76_cipher_type cipher; in mt76_mac_wcid_set_key() local 558 enum mt76_cipher_type cipher; in mt76_mac_shared_key_setup() local
|
/linux-4.4.14/drivers/block/ |
D | cryptoloop.c | 46 char *cipher; in cryptoloop_init() local
|
/linux-4.4.14/arch/x86/crypto/ |
D | fpu.c | 86 struct crypto_blkcipher *cipher; in crypto_fpu_init_tfm() local
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 95 struct icp_qat_hw_cipher_algo_blk cipher; member 100 struct icp_qat_hw_cipher_algo_blk cipher; member 280 struct icp_qat_hw_cipher_algo_blk *cipher = &enc_ctx->cipher; in qat_alg_aead_init_enc_session() local 362 struct icp_qat_hw_cipher_algo_blk *cipher = in qat_alg_aead_init_dec_session() local
|
/linux-4.4.14/drivers/crypto/ |
D | picoxcell_crypto.c | 726 static int spacc_des_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in spacc_des_setkey() 754 static int spacc_aes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in spacc_aes_setkey() 801 static int spacc_kasumi_f8_setkey(struct crypto_ablkcipher *cipher, in spacc_kasumi_f8_setkey() 1025 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(req); in spacc_ablk_encrypt() local 1034 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(req); in spacc_ablk_decrypt() local
|
D | n2_core.c | 714 static int n2_aes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in n2_aes_setkey() 743 static int n2_des_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in n2_des_setkey() 770 static int n2_3des_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in n2_3des_setkey() 788 static int n2_arc4_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in n2_arc4_setkey() 1361 struct n2_cipher_alg *cipher, *cipher_tmp; in __n2_unregister_algs() local
|
D | talitos.c | 1386 static int ablkcipher_setkey(struct crypto_ablkcipher *cipher, in ablkcipher_setkey() 1555 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in common_nonsnoop() local 1609 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablkcipher_edesc_alloc() local 1620 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablkcipher_encrypt() local 1637 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablkcipher_decrypt() local
|
D | s5p-sss.c | 530 static int s5p_aes_setkey(struct crypto_ablkcipher *cipher, in s5p_aes_setkey()
|
D | mv_cesa.c | 199 static int mv_setkey_aes(struct crypto_ablkcipher *cipher, const u8 *key, in mv_setkey_aes()
|
D | hifn_795x.c | 2045 static int hifn_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in hifn_setkey()
|
/linux-4.4.14/net/wireless/ |
D | wext-compat.c | 658 u32 cipher; in cfg80211_wext_siwencodeext() local 989 static int cfg80211_set_cipher_group(struct wireless_dev *wdev, u32 cipher) in cfg80211_set_cipher_group() 1014 static int cfg80211_set_cipher_pairwise(struct wireless_dev *wdev, u32 cipher) in cfg80211_set_cipher_pairwise()
|
D | sme.c | 991 u32 cipher; in cfg80211_connect() local
|
D | util.c | 208 bool cfg80211_supported_cipher_suite(struct wiphy *wiphy, u32 cipher) in cfg80211_supported_cipher_suite()
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | key.c | 406 u32 cipher) in ath_reserve_key_cache_slot()
|
/linux-4.4.14/arch/cris/include/uapi/arch-v32/arch/ |
D | cryptocop.h | 65 cryptocop_cipher_type cipher; /* AES, DES, 3DES, m2m, none */ member
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00queue.h | 188 u8 cipher; member 330 enum cipher cipher; member
|
D | rt2x00reg.h | 111 enum cipher { enum
|
D | rt2x00debug.c | 142 enum cipher cipher = rxdesc->cipher; in rt2x00debug_update_crypto() local
|
D | rt73usb.h | 113 u8 cipher; member
|
D | rt61pci.h | 158 u8 cipher; member
|
D | rt2x00.h | 457 enum cipher cipher; member
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | scan.c | 118 mwifiex_is_rsn_oui_present(struct mwifiex_bssdescriptor *bss_desc, u32 cipher) in mwifiex_is_rsn_oui_present() 145 mwifiex_is_wpa_oui_present(struct mwifiex_bssdescriptor *bss_desc, u32 cipher) in mwifiex_is_wpa_oui_present()
|
D | cfg80211.c | 117 mwifiex_is_alg_wep(u32 cipher) in mwifiex_is_alg_wep()
|
D | fw.h | 1771 u8 cipher; member 1777 u8 cipher; member
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 699 u32 cipher) in rsi_hal_load_key()
|
/linux-4.4.14/net/mac80211/ |
D | key.c | 375 ieee80211_key_alloc(u32 cipher, int idx, size_t key_len, in ieee80211_key_alloc()
|
D | util.c | 2932 ieee80211_cs_get(struct ieee80211_local *local, u32 cipher, in ieee80211_cs_get()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 125 struct nvkm_engine *cipher; member 190 int (*cipher )(struct nvkm_device *, int idx, struct nvkm_engine **); member
|
/linux-4.4.14/drivers/net/wireless/ |
D | rndis_wlan.c | 416 u32 cipher; member 587 int cipher = priv->encr_keys[idx].cipher; in is_wpa_key() local 593 static int rndis_cipher_to_alg(u32 cipher) in rndis_cipher_to_alg() 1350 u32 cipher; in add_wep_key() local 1401 int seq_len, u32 cipher, __le32 flags) in add_wpa_key()
|
D | airo.c | 1640 u8 *cipher, plain[16]; in emmh32_setseed() local
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | txrx.c | 759 static u8 p54_convert_algo(u32 cipher) in p54_convert_algo()
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_wfi_netdevice.h | 78 u32 cipher; member
|
/linux-4.4.14/drivers/md/ |
D | dm-crypt.c | 141 char *cipher; member 1571 char *tmp, *cipher, *chainmode, *ivmode, *ivopts, *keycount; in crypt_ctr_cipher() local
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 461 struct cipher_alg cipher; member 556 struct cipher_tfm cipher; member
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 408 u32 cipher = info->control.hw_key->cipher; in wl1271_prepare_tx_frame() local
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-drv.c | 346 u32 cipher; in iwl_store_cscheme() local
|
D | iwl-fw-file.h | 409 __le32 cipher; member
|
/linux-4.4.14/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 239 unsigned char cipher[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1]; member
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | d3.c | 1404 u32 cipher; member
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 1510 u32 cipher, bool ucast) in rtw_cfg80211_set_cipher()
|
/linux-4.4.14/include/net/ |
D | mac80211.h | 1501 u32 cipher; member 1571 u32 cipher; member
|
D | cfg80211.h | 386 u32 cipher; member
|
/linux-4.4.14/net/rxrpc/ |
D | ar-internal.h | 255 struct crypto_blkcipher *cipher; /* encryption handle */ member
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 223 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher()
|
D | core.h | 386 u32 cipher; member
|
D | wmi.h | 1535 __le16 cipher; member
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 6596 static int wext_cipher2level(int cipher) in wext_cipher2level()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | common.h | 665 u32 cipher; member
|