Home
last modified time | relevance | path

Searched refs:hmacDigest (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dtyphoon.c1415 hmac = le32_to_cpu(fHdr->hmacDigest[0]); in typhoon_download_firmware()
1417 hmac = le32_to_cpu(fHdr->hmacDigest[1]); in typhoon_download_firmware()
1419 hmac = le32_to_cpu(fHdr->hmacDigest[2]); in typhoon_download_firmware()
1421 hmac = le32_to_cpu(fHdr->hmacDigest[3]); in typhoon_download_firmware()
1423 hmac = le32_to_cpu(fHdr->hmacDigest[4]); in typhoon_download_firmware()
Dtyphoon.h515 u32 hmacDigest[5]; member