Searched refs:hashedKey (Results 1 – 1 of 1) sorted by relevance
34 HMACHashKey(uchar_t *hashedKey, const uchar_t *key, size_t klen) in HMACHashKey() argument40 SHA1Final(hashedKey, &keyContext); in HMACHashKey()46 uchar_t hashedKey[20]; in HMACInit() local52 HMACHashKey(hashedKey, key, klen); in HMACInit()53 keyptr = hashedKey; in HMACInit()78 uchar_t hashedKey[20]; in HMACFinal() local84 HMACHashKey(hashedKey, key, klen); in HMACFinal()85 keyptr = hashedKey; in HMACFinal()