Home
last modified time | relevance | path

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

123

/linux-3.3/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
436 struct crypto_cipher *cipher; in crypto_ccm_init_tfm() local
482 struct crypto_alg *cipher; in crypto_ccm_alloc_common() local
Dblkcipher.c364 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
Dctr.c157 struct crypto_cipher *cipher; in crypto_ctr_init_tfm() local
307 struct crypto_blkcipher *cipher; in crypto_rfc3686_init_tfm() local
Dauthenc.c43 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
Dauthencesn.c46 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
Decb.c102 struct crypto_cipher *cipher; in crypto_ecb_init_tfm() local
Dxcbc.c179 struct crypto_cipher *cipher; in xcbc_init_tfm() local
Dablkcipher.c312 struct ablkcipher_alg *cipher = crypto_ablkcipher_alg(tfm); in setkey_unaligned() local
334 struct ablkcipher_alg *cipher = crypto_ablkcipher_alg(tfm); in setkey() local
Dpcbc.c208 struct crypto_cipher *cipher; in crypto_pcbc_init_tfm() local
Dcts.c257 struct crypto_blkcipher *cipher; in crypto_cts_init_tfm() local
Dxts.c243 struct crypto_cipher *cipher; in init_tfm() local
Dcbc.c198 struct crypto_cipher *cipher; in crypto_cbc_init_tfm() local
/linux-3.3/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()
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()
Dgss_krb5_wrap.c236 struct crypto_blkcipher *cipher; in gss_wrap_kerberos_v1() local
324 struct crypto_blkcipher *cipher; in gss_unwrap_kerberos_v1() local
Dgss_krb5_keys.c159 struct crypto_blkcipher *cipher; in krb5_derive_key() local
/linux-3.3/drivers/crypto/amcc/
Dcrypto4xx_alg.c103 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/
Dcryptoloop.c46 char *cipher; in cryptoloop_init() local
/linux-3.3/arch/x86/crypto/
Dfpu.c85 struct crypto_blkcipher *cipher; in crypto_fpu_init_tfm() local
/linux-3.3/drivers/crypto/
Dpicoxcell_crypto.c831 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/
Dwext-compat.c668 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/
Dkey.c403 u32 cipher) in ath_reserve_key_cache_slot()
/linux-3.3/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h111 struct cipher_alg cipher; member
191 struct cipher_tfm cipher; member
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Drtl_crypto.h111 struct cipher_alg cipher; member
194 struct cipher_tfm cipher; member

123