Searched refs:tfm_michael (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/ |
| H A D | mic.c | 46 int orinoco_mic(struct crypto_shash *tfm_michael, u8 *key, in orinoco_mic() argument 50 SHASH_DESC_ON_STACK(desc, tfm_michael); in orinoco_mic() 54 if (tfm_michael == NULL) { in orinoco_mic() 67 desc->tfm = tfm_michael; in orinoco_mic() 69 err = crypto_shash_setkey(tfm_michael, key, MIC_KEYLEN); in orinoco_mic()
|
| H A D | mic.h | 19 int orinoco_mic(struct crypto_shash *tfm_michael, u8 *key,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | sec_tkip.c | 537 static int michael_mic(struct crypto_ahash *tfm_michael, u8 * key, u8 * hdr, argument 540 AHASH_REQUEST_ON_STACK(req, tfm_michael); 543 if (tfm_michael == NULL) { 550 if (crypto_ahash_setkey(tfm_michael, key, 8)) 552 ahash_request_set_tfm(req, tfm_michael); 560 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, argument 565 if (tfm_michael == NULL) { 572 if (crypto_hash_setkey(tfm_michael, key, 8)) 574 desc.tfm = tfm_michael;
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | lib80211_crypt_tkip.c | 474 static int michael_mic(struct crypto_shash *tfm_michael, u8 *key, u8 *hdr, in michael_mic() argument 477 SHASH_DESC_ON_STACK(desc, tfm_michael); in michael_mic() 480 if (tfm_michael == NULL) { in michael_mic() 485 desc->tfm = tfm_michael; in michael_mic() 487 if (crypto_shash_setkey(tfm_michael, key, 8)) in michael_mic()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/ |
| H A D | rtllib_crypt_tkip.c | 457 static int michael_mic(struct crypto_shash *tfm_michael, u8 *key, u8 *hdr, in michael_mic() argument 460 SHASH_DESC_ON_STACK(desc, tfm_michael); in michael_mic() 463 desc->tfm = tfm_michael; in michael_mic() 465 if (crypto_shash_setkey(tfm_michael, key, 8)) in michael_mic()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/ |
| H A D | ieee80211_crypt_tkip.c | 446 static int michael_mic(struct crypto_shash *tfm_michael, u8 *key, u8 *hdr, in michael_mic() argument 449 SHASH_DESC_ON_STACK(desc, tfm_michael); in michael_mic() 452 desc->tfm = tfm_michael; in michael_mic() 454 if (crypto_shash_setkey(tfm_michael, key, 8)) in michael_mic()
|