Searched refs:keyContext (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/net/wanboot/crypt/ | ||
H A D | hmac_sha1.c | 36 SHA1_CTX keyContext; local 38 SHA1Init(&keyContext); 39 SHA1Update(&keyContext, key, klen); 40 SHA1Final(hashedKey, &keyContext); |
Completed in 52 milliseconds