Searched refs:crypto_blkcipher (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dgss_krb5.h45 struct crypto_blkcipher *enc;
46 struct crypto_blkcipher *seq;
134 krb5_encrypt(struct crypto_blkcipher *key,
138 krb5_decrypt(struct crypto_blkcipher *key,
142 gss_encrypt_xdr_buf(struct crypto_blkcipher *tfm, struct xdr_buf *outbuf,
146 gss_decrypt_xdr_buf(struct crypto_blkcipher *tfm, struct xdr_buf *inbuf,
150 krb5_make_seq_num(struct crypto_blkcipher *key,
155 krb5_get_seq_num(struct crypto_blkcipher *key,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dtkip.h22 void ieee80211_tkip_encrypt_data(struct crypto_blkcipher *tfm,
31 int ieee80211_tkip_decrypt_data(struct crypto_blkcipher *tfm,
H A Dwep.h29 void ieee80211_wep_encrypt_data(struct crypto_blkcipher *tfm, u8 *rc4key,
31 int ieee80211_wep_decrypt_data(struct crypto_blkcipher *tfm, u8 *rc4key,
H A Dwep.c130 void ieee80211_wep_encrypt_data(struct crypto_blkcipher *tfm, u8 *rc4key,
199 int ieee80211_wep_decrypt_data(struct crypto_blkcipher *tfm, u8 *rc4key,
H A Dtkip.c221 void ieee80211_tkip_encrypt_data(struct crypto_blkcipher *tfm,
237 int ieee80211_tkip_decrypt_data(struct crypto_blkcipher *tfm,
H A Dieee80211_i.h446 struct crypto_blkcipher *wep_tx_tfm;
447 struct crypto_blkcipher *wep_rx_tfm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_krb5_seqnum.c44 krb5_make_seq_num(struct crypto_blkcipher *key,
65 krb5_get_seq_num(struct crypto_blkcipher *key,
H A Dgss_krb5_crypto.c54 struct crypto_blkcipher *tfm,
90 struct crypto_blkcipher *tfm,
233 gss_encrypt_xdr_buf(struct crypto_blkcipher *tfm, struct xdr_buf *buf,
303 gss_decrypt_xdr_buf(struct crypto_blkcipher *tfm, struct xdr_buf *buf,
H A Dgss_krb5_mech.c81 get_key(const void *p, const void *end, struct crypto_blkcipher **res)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h94 struct crypto_blkcipher;
125 struct crypto_blkcipher *tfm;
372 struct crypto_blkcipher { struct
642 static inline struct crypto_blkcipher *__crypto_blkcipher_cast(
645 return (struct crypto_blkcipher *)tfm;
648 static inline struct crypto_blkcipher *crypto_blkcipher_cast(
655 static inline struct crypto_blkcipher *crypto_alloc_blkcipher(
666 struct crypto_blkcipher *tfm)
671 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm)
685 static inline const char *crypto_blkcipher_name(struct crypto_blkcipher *tf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcryptoloop.c49 struct crypto_blkcipher *tfm;
117 struct crypto_blkcipher *tfm = lo->key_data;
180 struct crypto_blkcipher *tfm = lo->key_data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcryptd.c41 struct crypto_blkcipher *child;
60 struct crypto_blkcipher *child = ctx->child;
73 struct crypto_blkcipher *child,
106 struct crypto_blkcipher *child = ctx->child;
115 struct crypto_blkcipher *child = ctx->child;
157 struct crypto_blkcipher *cipher;
H A Decb.c74 struct crypto_blkcipher *tfm = desc->tfm;
88 struct crypto_blkcipher *tfm = desc->tfm;
H A Dblkcipher.c69 static inline unsigned int blkcipher_done_slow(struct crypto_blkcipher *tfm,
106 struct crypto_blkcipher *tfm = desc->tfm;
222 struct crypto_blkcipher *tfm = desc->tfm;
273 struct crypto_blkcipher *tfm,
314 struct crypto_blkcipher *tfm = desc->tfm;
H A Dcbc.c99 struct crypto_blkcipher *tfm = desc->tfm;
188 struct crypto_blkcipher *tfm = desc->tfm;
H A Dpcbc.c107 struct crypto_blkcipher *tfm = desc->tfm;
192 struct crypto_blkcipher *tfm = desc->tfm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Desp.h26 struct crypto_blkcipher *tfm; /* crypto handle */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/crypto/
H A Dalgapi.h163 static inline struct crypto_blkcipher *crypto_spawn_blkcipher(
172 static inline void *crypto_blkcipher_ctx(struct crypto_blkcipher *tfm)
177 static inline void *crypto_blkcipher_ctx_aligned(struct crypto_blkcipher *tfm)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_wep.c37 struct crypto_blkcipher *tx_tfm;
38 struct crypto_blkcipher *rx_tfm;
H A Dieee80211_crypt_tkip.c57 struct crypto_blkcipher *rx_tfm_arc4;
59 struct crypto_blkcipher *tx_tfm_arc4;
678 struct crypto_blkcipher *tfm2 = tkey->tx_tfm_arc4;
680 struct crypto_blkcipher *tfm4 = tkey->rx_tfm_arc4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Decryptfs_kernel.h242 struct crypto_blkcipher *tfm;
283 struct crypto_blkcipher *global_key_tfm;
542 ecryptfs_process_cipher(struct crypto_blkcipher **key_tfm, char *cipher_name,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Desp6.c47 struct crypto_blkcipher *tfm;
146 struct crypto_blkcipher *tfm = esp->conf.tfm;
298 struct crypto_blkcipher *tfm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Desp4.c20 struct crypto_blkcipher *tfm;
153 struct crypto_blkcipher *tfm = esp->conf.tfm;
336 struct crypto_blkcipher *tfm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-key.c160 struct crypto_blkcipher *ci;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c97 struct crypto_blkcipher *tfm;
743 struct crypto_blkcipher *tfm;

Completed in 266 milliseconds

12