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

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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_cmac.h14 struct crypto_cipher * ieee80211_aes_cmac_key_setup(const u8 key[]);
15 void ieee80211_aes_cmac(struct crypto_cipher *tfm, u8 *scratch, const u8 *aad,
17 void ieee80211_aes_cmac_key_free(struct crypto_cipher *tfm);
H A Daes_ccm.c19 static void aes_ccm_prepare(struct crypto_cipher *tfm, u8 *scratch, u8 *a)
52 void ieee80211_aes_ccm_encrypt(struct crypto_cipher *tfm, u8 *scratch,
93 int ieee80211_aes_ccm_decrypt(struct crypto_cipher *tfm, u8 *scratch,
136 struct crypto_cipher *ieee80211_aes_key_setup_encrypt(const u8 key[])
138 struct crypto_cipher *tfm;
150 void ieee80211_aes_key_free(struct crypto_cipher *tfm)
H A Daes_cmac.c38 static void aes_128_cmac_vector(struct crypto_cipher *tfm, u8 *scratch,
98 void ieee80211_aes_cmac(struct crypto_cipher *tfm, u8 *scratch, const u8 *aad,
117 struct crypto_cipher * ieee80211_aes_cmac_key_setup(const u8 key[])
119 struct crypto_cipher *tfm;
131 void ieee80211_aes_cmac_key_free(struct crypto_cipher *tfm)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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_cmac.h14 struct crypto_cipher * ieee80211_aes_cmac_key_setup(const u8 key[]);
15 void ieee80211_aes_cmac(struct crypto_cipher *tfm, u8 *scratch, const u8 *aad,
17 void ieee80211_aes_cmac_key_free(struct crypto_cipher *tfm);
H A Daes_ccm.c19 static void aes_ccm_prepare(struct crypto_cipher *tfm, u8 *scratch, u8 *a)
52 void ieee80211_aes_ccm_encrypt(struct crypto_cipher *tfm, u8 *scratch,
93 int ieee80211_aes_ccm_decrypt(struct crypto_cipher *tfm, u8 *scratch,
136 struct crypto_cipher *ieee80211_aes_key_setup_encrypt(const u8 key[])
138 struct crypto_cipher *tfm;
150 void ieee80211_aes_key_free(struct crypto_cipher *tfm)
H A Daes_cmac.c38 static void aes_128_cmac_vector(struct crypto_cipher *tfm, u8 *scratch,
98 void ieee80211_aes_cmac(struct crypto_cipher *tfm, u8 *scratch, const u8 *aad,
117 struct crypto_cipher * ieee80211_aes_cmac_key_setup(const u8 key[])
119 struct crypto_cipher *tfm;
131 void ieee80211_aes_cmac_key_free(struct crypto_cipher *tfm)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/crypto/
H A Dvmac.h57 struct crypto_cipher *child;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/crypto/
H A Dvmac.h57 struct crypto_cipher *child;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/tls/
H A Dtlsv1_record.h59 struct crypto_cipher *write_cbc;
60 struct crypto_cipher *read_cbc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_record.h59 struct crypto_cipher *write_cbc;
60 struct crypto_cipher *read_cbc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/tls/
H A Dtlsv1_record.h59 struct crypto_cipher *write_cbc;
60 struct crypto_cipher *read_cbc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_record.h59 struct crypto_cipher *write_cbc;
60 struct crypto_cipher *read_cbc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/tls/
H A Dtlsv1_record.h59 struct crypto_cipher *write_cbc;
60 struct crypto_cipher *read_cbc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_record.h59 struct crypto_cipher *write_cbc;
60 struct crypto_cipher *read_cbc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/crypto/
H A Dcrypto.h195 struct crypto_cipher;
210 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
226 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
241 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
252 void crypto_cipher_deinit(struct crypto_cipher *ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/crypto/
H A Dcrypto.h215 struct crypto_cipher;
230 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
246 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
261 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
272 void crypto_cipher_deinit(struct crypto_cipher *ctx);
H A Dcrypto_nss.c185 struct crypto_cipher { struct
189 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
197 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
204 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
211 void crypto_cipher_deinit(struct crypto_cipher *ctx)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/crypto/
H A Dcrypto.h195 struct crypto_cipher;
210 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
226 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
241 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
252 void crypto_cipher_deinit(struct crypto_cipher *ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/crypto/
H A Dcrypto.h215 struct crypto_cipher;
230 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
246 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
261 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
272 void crypto_cipher_deinit(struct crypto_cipher *ctx);
H A Dcrypto_nss.c185 struct crypto_cipher { struct
189 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
197 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
204 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
211 void crypto_cipher_deinit(struct crypto_cipher *ctx)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/crypto/
H A Dcrypto.h195 struct crypto_cipher;
210 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
226 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
241 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
252 void crypto_cipher_deinit(struct crypto_cipher *ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Dcrypto.h215 struct crypto_cipher;
230 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
246 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
261 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
272 void crypto_cipher_deinit(struct crypto_cipher *ctx);
H A Dcrypto_nss.c185 struct crypto_cipher { struct
189 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
197 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
204 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
211 void crypto_cipher_deinit(struct crypto_cipher *ctx)

Completed in 136 milliseconds

12345