Home
last modified time | relevance | path

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

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