Searched refs:HMACUpdate (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/common/net/wanboot/crypt/ |
H A D | hmac_sha1.h | 42 extern void HMACUpdate(SHA1_CTX *, const uchar_t *, size_t);
|
H A D | hmac_sha1.c | 69 HMACUpdate(SHA1_CTX *sha1Context, const uchar_t *data, size_t dlen) in HMACUpdate() function
|
H A D | hmac_test.c | 127 HMACUpdate(&sha, td[i].data, td[i].datalen); in hmactest()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/hmac/ |
H A D | hmac.c | 73 HMACUpdate(&ctx, buf, i); in hash_gen()
|
/titanic_44/usr/src/lib/libwanbootutil/common/ |
H A D | mapfile-vers | 60 HMACUpdate;
|
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | wanboot.c | 518 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 D | keygen.c | 451 HMACUpdate(&ctx, (uint8_t *)cid_buf, strlen(cid_buf)); in client_gen_key()
|