Searched refs:crypto_cipher (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Daes_ccm.h17 struct crypto_cipher * ieee80211_aes_key_setup_encrypt(const u8 key[]);
18 void ieee80211_aes_ccm_encrypt(struct crypto_cipher *tfm, u8 *scratch,
21 int ieee80211_aes_ccm_decrypt(struct crypto_cipher *tfm, u8 *scratch,
24 void ieee80211_aes_key_free(struct crypto_cipher *tfm);
H A Daes_ccm.c20 static void ieee80211_aes_encrypt(struct crypto_cipher *tfm,
27 static inline void aes_ccm_prepare(struct crypto_cipher *tfm, u8 *b_0, u8 *aad,
55 void ieee80211_aes_ccm_encrypt(struct crypto_cipher *tfm, u8 *scratch,
94 int ieee80211_aes_ccm_decrypt(struct crypto_cipher *tfm, u8 *scratch,
137 struct crypto_cipher * ieee80211_aes_key_setup_encrypt(const u8 key[])
139 struct crypto_cipher *tfm;
151 void ieee80211_aes_key_free(struct crypto_cipher *tfm)
H A Dieee80211_key.h66 struct crypto_cipher *tfm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Decb.c22 struct crypto_cipher *child;
29 struct crypto_cipher *child = ctx->child;
43 struct crypto_cipher *tfm,
76 struct crypto_cipher *child = ctx->child;
90 struct crypto_cipher *child = ctx->child;
102 struct crypto_cipher *cipher;
H A Dcbc.c22 struct crypto_cipher *child;
30 struct crypto_cipher *child = ctx->child;
44 struct crypto_cipher *tfm,
70 struct crypto_cipher *tfm,
101 struct crypto_cipher *child = ctx->child;
123 struct crypto_cipher *tfm,
151 struct crypto_cipher *tfm,
190 struct crypto_cipher *child = ctx->child;
246 struct crypto_cipher *cipher;
H A Dpcbc.c26 struct crypto_cipher *child;
34 struct crypto_cipher *child = ctx->child;
48 struct crypto_cipher *tfm,
75 struct crypto_cipher *tfm,
109 struct crypto_cipher *child = ctx->child;
131 struct crypto_cipher *tfm,
160 struct crypto_cipher *tfm,
194 struct crypto_cipher *child = ctx->child;
250 struct crypto_cipher *cipher;
H A Dlrw.c31 struct crypto_cipher *child;
55 struct crypto_cipher *child = ctx->child;
204 struct crypto_cipher *cipher;
H A Dxcbc.c51 struct crypto_cipher *child;
117 struct crypto_cipher *tfm = ctx->child;
200 struct crypto_cipher *tfm = ctx->child;
259 struct crypto_cipher *cipher;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h376 struct crypto_cipher { struct
789 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm)
791 return (struct crypto_cipher *)tfm;
794 static inline struct crypto_cipher *crypto_cipher_cast(struct crypto_tfm *tfm)
800 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name,
810 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm)
815 static inline void crypto_free_cipher(struct crypto_cipher *tfm)
829 static inline struct cipher_tfm *crypto_cipher_crt(struct crypto_cipher *tfm)
834 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm)
839 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/crypto/
H A Dalgapi.h182 static inline struct crypto_cipher *crypto_spawn_cipher(
191 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_ccmp.c52 struct crypto_cipher *tfm;
60 static inline void ieee80211_ccmp_aes_encrypt(struct crypto_cipher *tfm,
110 static void ccmp_init_blocks(struct crypto_cipher *tfm,
393 struct crypto_cipher *tfm = data->tfm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c89 struct crypto_cipher *essiv_tfm;
142 struct crypto_cipher *essiv_tfm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo.c1207 struct crypto_cipher *tfm;
1276 struct crypto_cipher *tfm);
1615 struct crypto_cipher *tfm)

Completed in 115 milliseconds