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

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Dhmac_sha1.h42 extern void HMACUpdate(SHA1_CTX *, const uchar_t *, size_t);
H A Dhmac_sha1.c69 HMACUpdate(SHA1_CTX *sha1Context, const uchar_t *data, size_t dlen) function
H A Dhmac_test.c127 HMACUpdate(&sha, td[i].data, td[i].datalen);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/hmac/
H A Dhmac.c73 HMACUpdate(&ctx, buf, i);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c451 HMACUpdate(&ctx, (uint8_t *)cid_buf, strlen(cid_buf));
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c518 HMACUpdate(sha, (uchar_t *)addr, (size_t)len);
1311 HMACUpdate(&sha, (uchar_t *)iv, block_size);

Completed in 48 milliseconds