Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dcipher.c82 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
Dblkcipher.c378 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
Dccm.c26 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
Dctr.c163 struct crypto_cipher *cipher; in crypto_ctr_init_tfm() local
311 struct crypto_ablkcipher *cipher; in crypto_rfc3686_init_tfm() local
Decb.c102 struct crypto_cipher *cipher; in crypto_ecb_init_tfm() local
Dxcbc.c179 struct crypto_cipher *cipher; in xcbc_init_tfm() local
Dablkcipher.c310 struct ablkcipher_alg *cipher = crypto_ablkcipher_alg(tfm); in setkey_unaligned() local
332 struct ablkcipher_alg *cipher = crypto_ablkcipher_alg(tfm); in setkey() local
Dcmac.c205 struct crypto_cipher *cipher; in cmac_init_tfm() local
Dkeywrap.c326 struct crypto_cipher *cipher; in crypto_kw_init_tfm() local
Dpcbc.c208 struct crypto_cipher *cipher; in crypto_pcbc_init_tfm() local
Dcbc.c198 struct crypto_cipher *cipher; in crypto_cbc_init_tfm() local
Dxts.c243 struct crypto_cipher *cipher; in init_tfm() local
Dcts.c258 struct crypto_blkcipher *cipher; in crypto_cts_init_tfm() local
Dlrw.c298 struct crypto_cipher *cipher; in init_tfm() local
Dpcrypt.c228 struct crypto_aead *cipher; in pcrypt_aead_init_tfm() local
Dcryptd.c278 struct crypto_blkcipher *cipher; in cryptd_blkcipher_init_tfm() local
753 struct crypto_aead *cipher; in cryptd_aead_init_tfm() local
Dvmac.c624 struct crypto_cipher *cipher; in vmac_init_tfm() local
Dtestmgr.c134 struct cipher_test_suite cipher; member
/linux-4.4.14/drivers/staging/skein/
Dthreefish_api.c28 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/
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()
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_seqnum.c46 struct crypto_blkcipher *cipher; in krb5_make_rc4_seq_num() local
104 struct crypto_blkcipher *cipher; in krb5_get_rc4_seq_num() local
Dgss_krb5_crypto.c597 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()
Dgss_krb5_wrap.c242 struct crypto_blkcipher *cipher; in gss_wrap_kerberos_v1() local
330 struct crypto_blkcipher *cipher; in gss_unwrap_kerberos_v1() local
Dgss_krb5_keys.c150 struct crypto_blkcipher *cipher; in krb5_derive_key() local
/linux-4.4.14/drivers/crypto/ux500/cryp/
Dcryp_core.c826 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/
Dcrypto4xx_alg.c104 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()
Dcrypto4xx_core.h146 struct crypto_alg cipher; member
/linux-4.4.14/drivers/crypto/marvell/
Dcipher.c227 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/
Dmac.c517 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/
Dcryptoloop.c46 char *cipher; in cryptoloop_init() local
/linux-4.4.14/arch/x86/crypto/
Dfpu.c86 struct crypto_blkcipher *cipher; in crypto_fpu_init_tfm() local
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_algs.c95 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/
Dpicoxcell_crypto.c726 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
Dn2_core.c714 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
Dtalitos.c1386 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
Ds5p-sss.c530 static int s5p_aes_setkey(struct crypto_ablkcipher *cipher, in s5p_aes_setkey()
Dmv_cesa.c199 static int mv_setkey_aes(struct crypto_ablkcipher *cipher, const u8 *key, in mv_setkey_aes()
Dhifn_795x.c2045 static int hifn_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in hifn_setkey()
/linux-4.4.14/net/wireless/
Dwext-compat.c658 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()
Dsme.c991 u32 cipher; in cfg80211_connect() local
Dutil.c208 bool cfg80211_supported_cipher_suite(struct wiphy *wiphy, u32 cipher) in cfg80211_supported_cipher_suite()
/linux-4.4.14/drivers/net/wireless/ath/
Dkey.c406 u32 cipher) in ath_reserve_key_cache_slot()
/linux-4.4.14/arch/cris/include/uapi/arch-v32/arch/
Dcryptocop.h65 cryptocop_cipher_type cipher; /* AES, DES, 3DES, m2m, none */ member
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00queue.h188 u8 cipher; member
330 enum cipher cipher; member
Drt2x00reg.h111 enum cipher { enum
Drt2x00debug.c142 enum cipher cipher = rxdesc->cipher; in rt2x00debug_update_crypto() local
Drt73usb.h113 u8 cipher; member
Drt61pci.h158 u8 cipher; member
Drt2x00.h457 enum cipher cipher; member
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dscan.c118 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()
Dcfg80211.c117 mwifiex_is_alg_wep(u32 cipher) in mwifiex_is_alg_wep()
Dfw.h1771 u8 cipher; member
1777 u8 cipher; member
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c699 u32 cipher) in rsi_hal_load_key()
/linux-4.4.14/net/mac80211/
Dkey.c375 ieee80211_key_alloc(u32 cipher, int idx, size_t key_len, in ieee80211_key_alloc()
Dutil.c2932 ieee80211_cs_get(struct ieee80211_local *local, u32 cipher, in ieee80211_cs_get()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h125 struct nvkm_engine *cipher; member
190 int (*cipher )(struct nvkm_device *, int idx, struct nvkm_engine **); member
/linux-4.4.14/drivers/net/wireless/
Drndis_wlan.c416 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()
Dairo.c1640 u8 *cipher, plain[16]; in emmh32_setseed() local
/linux-4.4.14/drivers/net/wireless/p54/
Dtxrx.c759 static u8 p54_convert_algo(u32 cipher) in p54_convert_algo()
/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h78 u32 cipher; member
/linux-4.4.14/drivers/md/
Ddm-crypt.c141 char *cipher; member
1571 char *tmp, *cipher, *chainmode, *ivmode, *ivopts, *keycount; in crypt_ctr_cipher() local
/linux-4.4.14/include/linux/
Dcrypto.h461 struct cipher_alg cipher; member
556 struct cipher_tfm cipher; member
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dtx.c408 u32 cipher = info->control.hw_key->cipher; in wl1271_prepare_tx_frame() local
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-drv.c346 u32 cipher; in iwl_store_cscheme() local
Diwl-fw-file.h409 __le32 cipher; member
/linux-4.4.14/fs/ecryptfs/
Decryptfs_kernel.h239 unsigned char cipher[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1]; member
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dd3.c1404 u32 cipher; member
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c1510 u32 cipher, bool ucast) in rtw_cfg80211_set_cipher()
/linux-4.4.14/include/net/
Dmac80211.h1501 u32 cipher; member
1571 u32 cipher; member
Dcfg80211.h386 u32 cipher; member
/linux-4.4.14/net/rxrpc/
Dar-internal.h255 struct crypto_blkcipher *cipher; /* encryption handle */ member
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c223 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher()
Dcore.h386 u32 cipher; member
Dwmi.h1535 __le16 cipher; member
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.c6596 static int wext_cipher2level(int cipher) in wext_cipher2level()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Dcommon.h665 u32 cipher; member