/linux-4.1.27/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 | ccm.c | 26 struct crypto_spawn cipher; member 30 struct crypto_cipher *cipher; member 251 struct crypto_cipher *cipher = ctx->cipher; in crypto_ccm_auth() local 437 struct crypto_cipher *cipher; in crypto_ccm_init_tfm() local 483 struct crypto_alg *cipher; in crypto_ccm_alloc_common() local
|
D | blkcipher.c | 377 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey_unaligned() local 398 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey() local 448 struct blkcipher_alg *cipher = &alg->cra_blkcipher; in crypto_blkcipher_ctxsize() local 723 struct crypto_ablkcipher *cipher; in skcipher_geniv_init() 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 | authenc.c | 43 struct scatterlist cipher[2]; member 331 struct scatterlist *cipher = areq_ctx->cipher; in crypto_authenc_genicv() local 488 struct scatterlist *cipher = areq_ctx->cipher; in crypto_authenc_iverify() local
|
D | authencesn.c | 46 struct scatterlist cipher[2]; member 393 struct scatterlist *cipher = areq_ctx->cipher; in crypto_authenc_esn_genicv() local 563 struct scatterlist *cipher = areq_ctx->cipher; in crypto_authenc_esn_iverify() 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 | 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 | cbc.c | 198 struct crypto_cipher *cipher; in crypto_cbc_init_tfm() local
|
D | pcbc.c | 208 struct crypto_cipher *cipher; in crypto_pcbc_init_tfm() local
|
D | lrw.c | 298 struct crypto_cipher *cipher; in init_tfm() local
|
D | cryptd.c | 279 struct crypto_blkcipher *cipher; in cryptd_blkcipher_init_tfm() local 724 struct crypto_aead *cipher; in cryptd_aead_init_tfm() local
|
D | pcrypt.c | 279 struct crypto_aead *cipher; in pcrypt_aead_init_tfm() local
|
D | gcm.c | 54 struct scatterlist cipher[1]; member 1126 struct scatterlist *cipher = rctx->cipher; in crypto_rfc4543_crypt() local
|
D | vmac.c | 624 struct crypto_cipher *cipher; in vmac_init_tfm() local
|
D | testmgr.c | 125 struct cipher_test_suite cipher; member
|
/linux-4.1.27/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.1.27/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() 919 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.1.27/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.1.27/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.1.27/arch/x86/crypto/ |
D | fpu.c | 86 struct crypto_blkcipher *cipher; in crypto_fpu_init_tfm() local
|
/linux-4.1.27/drivers/block/ |
D | cryptoloop.c | 46 char *cipher; in cryptoloop_init() local
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 96 struct icp_qat_hw_cipher_algo_blk cipher; member 101 struct icp_qat_hw_cipher_algo_blk cipher; member 288 struct icp_qat_hw_cipher_algo_blk *cipher = &enc_ctx->cipher; in qat_alg_aead_init_enc_session() local 369 struct icp_qat_hw_cipher_algo_blk *cipher = in qat_alg_aead_init_dec_session() local
|
/linux-4.1.27/drivers/crypto/ |
D | picoxcell_crypto.c | 815 static int spacc_des_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in spacc_des_setkey() 843 static int spacc_aes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in spacc_aes_setkey() 890 static int spacc_kasumi_f8_setkey(struct crypto_ablkcipher *cipher, in spacc_kasumi_f8_setkey() 1114 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(req); in spacc_ablk_encrypt() local 1123 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(req); in spacc_ablk_decrypt() local
|
D | talitos.c | 1320 static int ablkcipher_setkey(struct crypto_ablkcipher *cipher, in ablkcipher_setkey() 1368 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in common_nonsnoop() local 1464 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablkcipher_edesc_alloc() local 1475 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablkcipher_encrypt() local 1492 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(areq); in ablkcipher_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 | s5p-sss.c | 548 static int s5p_aes_setkey(struct crypto_ablkcipher *cipher, in s5p_aes_setkey()
|
D | mv_cesa.c | 194 static int mv_setkey_aes(struct crypto_ablkcipher *cipher, const u8 *key, in mv_setkey_aes()
|
D | hifn_795x.c | 2047 static int hifn_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in hifn_setkey()
|
/linux-4.1.27/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 | 989 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.1.27/drivers/net/wireless/ath/ |
D | key.c | 406 u32 cipher) in ath_reserve_key_cache_slot()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_crypto.h | 111 struct cipher_alg cipher; member 191 struct cipher_tfm cipher; member
|
/linux-4.1.27/arch/cris/include/uapi/arch-v32/arch/ |
D | cryptocop.h | 65 cryptocop_cipher_type cipher; /* AES, DES, 3DES, m2m, none */ member
|
/linux-4.1.27/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 | 455 enum cipher cipher; member
|
/linux-4.1.27/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 | 74 mwifiex_is_alg_wep(u32 cipher) in mwifiex_is_alg_wep()
|
D | fw.h | 1652 u8 cipher; member 1658 u8 cipher; member
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 699 u32 cipher) in rsi_hal_load_key()
|
/linux-4.1.27/net/mac80211/ |
D | key.c | 374 ieee80211_key_alloc(u32 cipher, int idx, size_t key_len, in ieee80211_key_alloc()
|
D | util.c | 2934 ieee80211_cs_get(struct ieee80211_local *local, u32 cipher, in ieee80211_cs_get()
|
/linux-4.1.27/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 | 1639 u8 *cipher, plain[16]; in emmh32_setseed() local
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | txrx.c | 759 static u8 p54_convert_algo(u32 cipher) in p54_convert_algo()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-drv.c | 346 u32 cipher; in iwl_store_cscheme() local
|
D | iwl-fw-file.h | 385 __le32 cipher; member
|
/linux-4.1.27/drivers/md/ |
D | dm-crypt.c | 140 char *cipher; member 1551 char *tmp, *cipher, *chainmode, *ivmode, *ivopts, *keycount; in crypt_ctr_cipher() local
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 408 u32 cipher = info->control.hw_key->cipher; in wl1271_prepare_tx_frame() local
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 560 struct cipher_alg cipher; member 680 struct cipher_tfm cipher; member
|
/linux-4.1.27/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 240 unsigned char cipher[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1]; member
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | d3.c | 1401 u32 cipher; member
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 1474 u32 cipher; member 1503 u32 cipher; member
|
D | cfg80211.h | 385 u32 cipher; member
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 1510 u32 cipher, bool ucast) in rtw_cfg80211_set_cipher()
|
/linux-4.1.27/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.1.27/net/rxrpc/ |
D | ar-internal.h | 255 struct crypto_blkcipher *cipher; /* encryption handle */ member
|
/linux-4.1.27/drivers/crypto/caam/ |
D | caamalg.c | 3384 struct cipher_alg cipher; member
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 6596 static int wext_cipher2level(int cipher) in wext_cipher2level()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | common.h | 665 u32 cipher; member
|