Searched defs:hashedKey (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Dhmac_sha1.c34 HMACHashKey(uchar_t *hashedKey, const uchar_t *key, size_t klen) argument
40 SHA1Final(hashedKey, &keyContext);
46 uchar_t hashedKey[20]; local
52 HMACHashKey(hashedKey, key, klen);
53 keyptr = hashedKey;
78 uchar_t hashedKey[20]; local
84 HMACHashKey(hashedKey, key, klen);
85 keyptr = hashedKey;

Completed in 65 milliseconds