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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c300 uchar_t sha1_hmac[SHA1_HASH_SIZE]; local
324 res = sha1_hmac;
356 SOFT_MAC_FINAL(SHA1, &sha1_hmac_ctx, sha1_hmac);
359 *cur ^= sha1_hmac[i];
363 bcopy(sha1_hmac, res, left);

Completed in 48 milliseconds