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

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Dhmac_sha1.c36 SHA1_CTX keyContext; local
38 SHA1Init(&keyContext);
39 SHA1Update(&keyContext, key, klen);
40 SHA1Final(hashedKey, &keyContext);

Completed in 54 milliseconds