/linux-3.3/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 436 struct crypto_cipher *cipher; in crypto_ccm_init_tfm() local 482 struct crypto_alg *cipher; in crypto_ccm_alloc_common() local
|
D | blkcipher.c | 364 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey_unaligned() local 385 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey() local 435 struct blkcipher_alg *cipher = &alg->cra_blkcipher; in crypto_blkcipher_ctxsize() local 712 struct crypto_ablkcipher *cipher; in skcipher_geniv_init() local
|
D | ctr.c | 157 struct crypto_cipher *cipher; in crypto_ctr_init_tfm() local 307 struct crypto_blkcipher *cipher; in crypto_rfc3686_init_tfm() local
|
D | authenc.c | 43 struct scatterlist cipher[2]; member 319 struct scatterlist *cipher = areq_ctx->cipher; in crypto_authenc_genicv() local 475 struct scatterlist *cipher = areq_ctx->cipher; in crypto_authenc_iverify() local
|
D | authencesn.c | 46 struct scatterlist cipher[2]; member 411 struct scatterlist *cipher = areq_ctx->cipher; in crypto_authenc_esn_genicv() local 581 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 | 312 struct ablkcipher_alg *cipher = crypto_ablkcipher_alg(tfm); in setkey_unaligned() local 334 struct ablkcipher_alg *cipher = crypto_ablkcipher_alg(tfm); in setkey() local
|
D | pcbc.c | 208 struct crypto_cipher *cipher; in crypto_pcbc_init_tfm() local
|
D | cts.c | 257 struct crypto_blkcipher *cipher; in crypto_cts_init_tfm() local
|
D | xts.c | 243 struct crypto_cipher *cipher; in init_tfm() local
|
D | cbc.c | 198 struct crypto_cipher *cipher; in crypto_cbc_init_tfm() local
|
/linux-3.3/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() 647 struct crypto_blkcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt() local 768 struct crypto_blkcipher *cipher, *aux_cipher; in gss_krb5_aes_decrypt() local 855 krb5_rc4_setup_seq_key(struct krb5_ctx *kctx, struct crypto_blkcipher *cipher, in krb5_rc4_setup_seq_key() 921 krb5_rc4_setup_enc_key(struct krb5_ctx *kctx, struct crypto_blkcipher *cipher, in krb5_rc4_setup_enc_key()
|
D | gss_krb5_wrap.c | 236 struct crypto_blkcipher *cipher; in gss_wrap_kerberos_v1() local 324 struct crypto_blkcipher *cipher; in gss_unwrap_kerberos_v1() local
|
D | gss_krb5_keys.c | 159 struct crypto_blkcipher *cipher; in krb5_derive_key() local
|
/linux-3.3/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 103 static int crypto4xx_setkey_aes(struct crypto_ablkcipher *cipher, in crypto4xx_setkey_aes() 169 int crypto4xx_setkey_aes_cbc(struct crypto_ablkcipher *cipher, in crypto4xx_setkey_aes_cbc()
|
/linux-3.3/drivers/block/ |
D | cryptoloop.c | 46 char *cipher; in cryptoloop_init() local
|
/linux-3.3/arch/x86/crypto/ |
D | fpu.c | 85 struct crypto_blkcipher *cipher; in crypto_fpu_init_tfm() local
|
/linux-3.3/drivers/crypto/ |
D | picoxcell_crypto.c | 831 static int spacc_des_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in spacc_des_setkey() 859 static int spacc_aes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in spacc_aes_setkey() 906 static int spacc_kasumi_f8_setkey(struct crypto_ablkcipher *cipher, in spacc_kasumi_f8_setkey() 1130 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(req); in spacc_ablk_encrypt() local 1139 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(req); in spacc_ablk_decrypt() local
|
/linux-3.3/net/wireless/ |
D | wext-compat.c | 668 u32 cipher; in cfg80211_wext_siwencodeext() local 991 static int cfg80211_set_cipher_group(struct wireless_dev *wdev, u32 cipher) in cfg80211_set_cipher_group() 1016 static int cfg80211_set_cipher_pairwise(struct wireless_dev *wdev, u32 cipher) in cfg80211_set_cipher_pairwise()
|
/linux-3.3/drivers/net/wireless/ath/ |
D | key.c | 403 u32 cipher) in ath_reserve_key_cache_slot()
|
/linux-3.3/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_crypto.h | 111 struct cipher_alg cipher; member 191 struct cipher_tfm cipher; member
|
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | rtl_crypto.h | 111 struct cipher_alg cipher; member 194 struct cipher_tfm cipher; member
|