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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c303 uchar_t sha1_hmac[SHA1_DIGEST_LENGTH]; local
327 res = sha1_hmac;
359 SOFT_MAC_FINAL(SHA1, &sha1_hmac_ctx, sha1_hmac);
362 *cur ^= sha1_hmac[i];
366 bcopy(sha1_hmac, res, left);

Completed in 15 milliseconds