Searched refs:tfm_michael (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/orinoco/
H A Dmic.c46 int orinoco_mic(struct crypto_hash *tfm_michael, u8 *key, argument
54 if (tfm_michael == NULL) {
55 printk(KERN_WARNING "orinoco_mic: tfm_michael == NULL\n");
72 if (crypto_hash_setkey(tfm_michael, key, MIC_KEYLEN))
75 desc.tfm = tfm_michael;
H A Dmic.h18 int orinoco_mic(struct crypto_hash *tfm_michael, u8 *key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dmic.c46 int orinoco_mic(struct crypto_hash *tfm_michael, u8 *key, argument
54 if (tfm_michael == NULL) {
55 printk(KERN_WARNING "orinoco_mic: tfm_michael == NULL\n");
72 if (crypto_hash_setkey(tfm_michael, key, MIC_KEYLEN))
75 desc.tfm = tfm_michael;
H A Dmic.h18 int orinoco_mic(struct crypto_hash *tfm_michael, u8 *key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt_tkip.c63 struct crypto_tfm *tfm_michael; member in struct:ieee80211_tkip_data
471 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, argument
477 if (tfm_michael == NULL) {
478 printk(KERN_WARNING "michael_mic: tfm_michael == NULL\n");
486 if (crypto_hash_setkey(tfm_michael, key, 8))
489 desc.tfm = 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.c63 struct crypto_tfm *tfm_michael; member in struct:ieee80211_tkip_data
471 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, argument
477 if (tfm_michael == NULL) {
478 printk(KERN_WARNING "michael_mic: tfm_michael == NULL\n");
486 if (crypto_hash_setkey(tfm_michael, key, 8))
489 desc.tfm = tfm_michael;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_crypt_tkip.c520 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, argument
526 if (tfm_michael == NULL) {
527 printk(KERN_WARNING "michael_mic: tfm_michael == NULL\n");
534 if (crypto_hash_setkey(tfm_michael, key, 8))
537 desc.tfm = tfm_michael;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_crypt_tkip.c502 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, argument
508 if (tfm_michael == NULL) {
509 printk(KERN_WARNING "michael_mic: tfm_michael == NULL\n");
517 if (crypto_hash_setkey(tfm_michael, key, 8))
520 desc.tfm = tfm_michael;
/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.c503 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, argument
509 if (tfm_michael == NULL) {
510 printk(KERN_WARNING "michael_mic: tfm_michael == NULL\n");
518 if (crypto_hash_setkey(tfm_michael, key, 8))
521 desc.tfm = 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.c532 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, argument
538 if (tfm_michael == NULL) {
539 printk(KERN_WARNING "michael_mic: tfm_michael == NULL\n");
546 if (crypto_hash_setkey(tfm_michael, key, 8))
549 desc.tfm = 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.c502 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, argument
508 if (tfm_michael == NULL) {
509 printk(KERN_WARNING "michael_mic: tfm_michael == NULL\n");
517 if (crypto_hash_setkey(tfm_michael, key, 8))
520 desc.tfm = 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.c503 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, argument
509 if (tfm_michael == NULL) {
510 printk(KERN_WARNING "michael_mic: tfm_michael == NULL\n");
518 if (crypto_hash_setkey(tfm_michael, key, 8))
521 desc.tfm = tfm_michael;
/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.c532 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, argument
538 if (tfm_michael == NULL) {
539 printk(KERN_WARNING "michael_mic: tfm_michael == NULL\n");
546 if (crypto_hash_setkey(tfm_michael, key, 8))
549 desc.tfm = 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.c520 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, argument
526 if (tfm_michael == NULL) {
527 printk(KERN_WARNING "michael_mic: tfm_michael == NULL\n");
534 if (crypto_hash_setkey(tfm_michael, key, 8))
537 desc.tfm = tfm_michael;

Completed in 201 milliseconds