Home
last modified time | relevance | path

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

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