Home
last modified time | relevance | path

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

/linux-4.1.27/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
Dccm.c26 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
Dblkcipher.c377 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
Dctr.c163 struct crypto_cipher *cipher; in crypto_ctr_init_tfm() local
311 struct crypto_ablkcipher *cipher; in crypto_rfc3686_init_tfm() local
Dauthenc.c43 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
Dauthencesn.c46 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
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
Dxts.c243 struct crypto_cipher *cipher; in init_tfm() local
Dcts.c258 struct crypto_blkcipher *cipher; in crypto_cts_init_tfm() local
Dcbc.c198 struct crypto_cipher *cipher; in crypto_cbc_init_tfm() local
Dpcbc.c208 struct crypto_cipher *cipher; in crypto_pcbc_init_tfm() local
Dlrw.c298 struct crypto_cipher *cipher; in init_tfm() local
Dcryptd.c279 struct crypto_blkcipher *cipher; in cryptd_blkcipher_init_tfm() local
724 struct crypto_aead *cipher; in cryptd_aead_init_tfm() local
Dpcrypt.c279 struct crypto_aead *cipher; in pcrypt_aead_init_tfm() local
Dgcm.c54 struct scatterlist cipher[1]; member
1126 struct scatterlist *cipher = rctx->cipher; in crypto_rfc4543_crypt() local
Dvmac.c624 struct crypto_cipher *cipher; in vmac_init_tfm() local
Dtestmgr.c125 struct cipher_test_suite cipher; member
/linux-4.1.27/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.1.27/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()
919 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.1.27/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.1.27/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.1.27/arch/x86/crypto/
Dfpu.c86 struct crypto_blkcipher *cipher; in crypto_fpu_init_tfm() local
/linux-4.1.27/drivers/block/
Dcryptoloop.c46 char *cipher; in cryptoloop_init() local
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c96 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/
Dpicoxcell_crypto.c815 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
Dtalitos.c1320 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
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
Ds5p-sss.c548 static int s5p_aes_setkey(struct crypto_ablkcipher *cipher, in s5p_aes_setkey()
Dmv_cesa.c194 static int mv_setkey_aes(struct crypto_ablkcipher *cipher, const u8 *key, in mv_setkey_aes()
Dhifn_795x.c2047 static int hifn_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in hifn_setkey()
/linux-4.1.27/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.c989 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.1.27/drivers/net/wireless/ath/
Dkey.c406 u32 cipher) in ath_reserve_key_cache_slot()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h111 struct cipher_alg cipher; member
191 struct cipher_tfm cipher; member
/linux-4.1.27/arch/cris/include/uapi/arch-v32/arch/
Dcryptocop.h65 cryptocop_cipher_type cipher; /* AES, DES, 3DES, m2m, none */ member
/linux-4.1.27/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.h455 enum cipher cipher; member
/linux-4.1.27/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.c74 mwifiex_is_alg_wep(u32 cipher) in mwifiex_is_alg_wep()
Dfw.h1652 u8 cipher; member
1658 u8 cipher; member
/linux-4.1.27/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c699 u32 cipher) in rsi_hal_load_key()
/linux-4.1.27/net/mac80211/
Dkey.c374 ieee80211_key_alloc(u32 cipher, int idx, size_t key_len, in ieee80211_key_alloc()
Dutil.c2934 ieee80211_cs_get(struct ieee80211_local *local, u32 cipher, in ieee80211_cs_get()
/linux-4.1.27/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.c1639 u8 *cipher, plain[16]; in emmh32_setseed() local
/linux-4.1.27/drivers/net/wireless/p54/
Dtxrx.c759 static u8 p54_convert_algo(u32 cipher) in p54_convert_algo()
/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-drv.c346 u32 cipher; in iwl_store_cscheme() local
Diwl-fw-file.h385 __le32 cipher; member
/linux-4.1.27/drivers/md/
Ddm-crypt.c140 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/
Dtx.c408 u32 cipher = info->control.hw_key->cipher; in wl1271_prepare_tx_frame() local
/linux-4.1.27/include/linux/
Dcrypto.h560 struct cipher_alg cipher; member
680 struct cipher_tfm cipher; member
/linux-4.1.27/fs/ecryptfs/
Decryptfs_kernel.h240 unsigned char cipher[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1]; member
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dd3.c1401 u32 cipher; member
/linux-4.1.27/include/net/
Dmac80211.h1474 u32 cipher; member
1503 u32 cipher; member
Dcfg80211.h385 u32 cipher; member
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c1510 u32 cipher, bool ucast) in rtw_cfg80211_set_cipher()
/linux-4.1.27/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.1.27/net/rxrpc/
Dar-internal.h255 struct crypto_blkcipher *cipher; /* encryption handle */ member
/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c3384 struct cipher_alg cipher; member
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2200.c6596 static int wext_cipher2level(int cipher) in wext_cipher2level()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
Dcommon.h665 u32 cipher; member