Home
last modified time | relevance | path

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

/titanic_44/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) in HMACUpdate() function
H A Dhmac_test.c127 HMACUpdate(&sha, td[i].data, td[i].datalen); in hmactest()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/hmac/
H A Dhmac.c73 HMACUpdate(&ctx, buf, i); in hash_gen()
/titanic_44/usr/src/lib/libwanbootutil/common/
H A Dmapfile-vers60 HMACUpdate;
/titanic_44/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c518 HMACUpdate(sha, (uchar_t *)addr, (size_t)len); in write_msg_to_ramdisk()
1311 HMACUpdate(&sha, (uchar_t *)iv, block_size); in process_wanbootfs()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c451 HMACUpdate(&ctx, (uint8_t *)cid_buf, strlen(cid_buf)); in client_gen_key()