Searched refs:HashValue (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcrypt_sha2.c69 NdisMoveMemory(pSHA_CTX->HashValue, SHA1_DefaultHashValue,
105 a = pSHA_CTX->HashValue[0];
106 b = pSHA_CTX->HashValue[1];
107 c = pSHA_CTX->HashValue[2];
108 d = pSHA_CTX->HashValue[3];
109 e = pSHA_CTX->HashValue[4];
143 pSHA_CTX->HashValue[0] += a;
144 pSHA_CTX->HashValue[1] += b;
145 pSHA_CTX->HashValue[2] += c;
146 pSHA_CTX->HashValue[
[all...]
H A Dcrypt_md5.c84 NdisMoveMemory(pMD5_CTX->HashValue, MD5_DefaultHashValue,
120 a = pMD5_CTX->HashValue[0];
121 b = pMD5_CTX->HashValue[1];
122 c = pMD5_CTX->HashValue[2];
123 d = pMD5_CTX->HashValue[3];
214 pMD5_CTX->HashValue[0] += a;
215 pMD5_CTX->HashValue[1] += b;
216 pMD5_CTX->HashValue[2] += c;
217 pMD5_CTX->HashValue[3] += d;
304 pMD5_CTX->HashValue[inde
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dcrypt_sha2.c69 NdisMoveMemory(pSHA_CTX->HashValue, SHA1_DefaultHashValue,
105 a = pSHA_CTX->HashValue[0];
106 b = pSHA_CTX->HashValue[1];
107 c = pSHA_CTX->HashValue[2];
108 d = pSHA_CTX->HashValue[3];
109 e = pSHA_CTX->HashValue[4];
143 pSHA_CTX->HashValue[0] += a;
144 pSHA_CTX->HashValue[1] += b;
145 pSHA_CTX->HashValue[2] += c;
146 pSHA_CTX->HashValue[
[all...]
H A Dcrypt_md5.c84 NdisMoveMemory(pMD5_CTX->HashValue, MD5_DefaultHashValue,
120 a = pMD5_CTX->HashValue[0];
121 b = pMD5_CTX->HashValue[1];
122 c = pMD5_CTX->HashValue[2];
123 d = pMD5_CTX->HashValue[3];
214 pMD5_CTX->HashValue[0] += a;
215 pMD5_CTX->HashValue[1] += b;
216 pMD5_CTX->HashValue[2] += c;
217 pMD5_CTX->HashValue[3] += d;
304 pMD5_CTX->HashValue[inde
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dcrypt_md5.h58 u32 HashValue[4]; member in struct:rt_md5_ctx_struc
H A Dcrypt_sha2.h58 u32 HashValue[5]; /* 5 = (SHA1_DIGEST_SIZE / 32) */ member in struct:rt_sha1_ctx
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/
H A Dcrypt_md5.h58 u32 HashValue[4]; member in struct:rt_md5_ctx_struc
H A Dcrypt_sha2.h58 u32 HashValue[5]; /* 5 = (SHA1_DIGEST_SIZE / 32) */ member in struct:rt_sha1_ctx

Completed in 126 milliseconds