Searched refs:crypto_hash (Results 51 - 75 of 98) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c58 struct crypto_hash *rx_tfm_michael;
60 struct crypto_hash *tx_tfm_michael;
503 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr,
661 struct crypto_hash *tfm = tkey->tx_tfm_michael;
663 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/wireless/
H A Dlib80211_crypt_tkip.c65 struct crypto_hash *rx_tfm_michael;
67 struct crypto_hash *tx_tfm_michael;
532 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr,
672 struct crypto_hash *tfm = tkey->tx_tfm_michael;
674 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_crypt_tkip.c58 struct crypto_hash *rx_tfm_michael;
60 struct crypto_hash *tx_tfm_michael;
502 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr,
659 struct crypto_hash *tfm = tkey->tx_tfm_michael;
661 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c58 struct crypto_hash *rx_tfm_michael;
60 struct crypto_hash *tx_tfm_michael;
503 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr,
661 struct crypto_hash *tfm = tkey->tx_tfm_michael;
663 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/crypto/
H A Dcrypto_internal.c56 struct crypto_hash { struct
67 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
70 struct crypto_hash *ctx;
133 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
151 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wireless/
H A Dlib80211_crypt_tkip.c65 struct crypto_hash *rx_tfm_michael;
67 struct crypto_hash *tx_tfm_michael;
532 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr,
672 struct crypto_hash *tfm = tkey->tx_tfm_michael;
674 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt_tkip.c59 struct crypto_hash *rx_tfm_michael;
61 struct crypto_hash *tx_tfm_michael;
471 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr,
630 struct crypto_hash *tfm = tkey->tx_tfm_michael;
632 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_crypt_tkip.c63 struct crypto_hash *rx_tfm_michael;
65 struct crypto_hash *tx_tfm_michael;
520 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr,
703 struct crypto_hash *tfm = tkey->tx_tfm_michael;
705 struct crypto_hash *tfm3 = tkey->rx_tfm_michael;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/crypto/
H A Dcrypto_internal.c56 struct crypto_hash { struct
67 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
70 struct crypto_hash *ctx;
133 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
151 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/crypto/
H A Dcrypto_internal.c56 struct crypto_hash { struct
67 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
70 struct crypto_hash *ctx;
133 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
151 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sctp/
H A Dauth.c448 struct crypto_hash *tfm = NULL;
462 sizeof(struct crypto_hash *) * SCTP_AUTH_NUM_HMACS,
499 void sctp_auth_destroy_hmacs(struct crypto_hash *auth_hmacs[])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sctp/
H A Dauth.c448 struct crypto_hash *tfm = NULL;
462 sizeof(struct crypto_hash *) * SCTP_AUTH_NUM_HMACS,
499 void sctp_auth_destroy_hmacs(struct crypto_hash *auth_hmacs[])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c160 struct crypto_hash *md5;
161 struct crypto_hash *hmac_md5;
858 struct crypto_hash *hmac;
924 struct crypto_hash *hmac;
H A Dgss_krb5_mech.c429 struct crypto_hash *hmac;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c160 struct crypto_hash *md5;
161 struct crypto_hash *hmac_md5;
858 struct crypto_hash *hmac;
924 struct crypto_hash *hmac;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_int.h993 struct crypto_hash *csums_tfm;
994 struct crypto_hash *verify_tfm;
1040 struct crypto_hash *cram_hmac_tfm;
1041 struct crypto_hash *integrity_w_tfm; /* to be used by the worker thread */
1042 struct crypto_hash *integrity_r_tfm; /* to be used by the receiver thread */
1450 extern void drbd_csum_bio(struct drbd_conf *, struct crypto_hash *, struct bio *, void *);
1451 extern void drbd_csum_ee(struct drbd_conf *, struct crypto_hash *, struct drbd_epoch_entry *, void *);
H A Ddrbd_nl.c1185 struct crypto_hash *tfm = NULL;
1186 struct crypto_hash *integrity_w_tfm = NULL;
1187 struct crypto_hash *integrity_r_tfm = NULL;
1545 struct crypto_hash *verify_tfm = NULL;
1546 struct crypto_hash *csums_tfm = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/drbd/
H A Ddrbd_int.h993 struct crypto_hash *csums_tfm;
994 struct crypto_hash *verify_tfm;
1040 struct crypto_hash *cram_hmac_tfm;
1041 struct crypto_hash *integrity_w_tfm; /* to be used by the worker thread */
1042 struct crypto_hash *integrity_r_tfm; /* to be used by the receiver thread */
1450 extern void drbd_csum_bio(struct drbd_conf *, struct crypto_hash *, struct bio *, void *);
1451 extern void drbd_csum_ee(struct drbd_conf *, struct crypto_hash *, struct drbd_epoch_entry *, void *);
H A Ddrbd_nl.c1185 struct crypto_hash *tfm = NULL;
1186 struct crypto_hash *integrity_w_tfm = NULL;
1187 struct crypto_hash *integrity_r_tfm = NULL;
1545 struct crypto_hash *verify_tfm = NULL;
1546 struct crypto_hash *csums_tfm = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/sctp/
H A Dstructs.h91 struct crypto_hash;
295 struct crypto_hash *hmac;
1363 struct crypto_hash **auth_hmacs;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/sctp/
H A Dstructs.h91 struct crypto_hash;
295 struct crypto_hash *hmac;
1363 struct crypto_hash **auth_hmacs;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dcrypto.c24 static struct crypto_hash *pohmelfs_init_hash(struct pohmelfs_sb *psb)
27 struct crypto_hash *hash;
H A Dnetfs.h458 struct crypto_hash *hash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/pohmelfs/
H A Dcrypto.c24 static struct crypto_hash *pohmelfs_init_hash(struct pohmelfs_sb *psb)
27 struct crypto_hash *hash;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ecryptfs/
H A Decryptfs_kernel.h284 struct crypto_hash *hash_tfm; /* Crypto context for generating

Completed in 326 milliseconds

1234