Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/crypt/
H A Dhmac_sha1.h41 extern void HMACInit(SHA1_CTX *, const uchar_t *, size_t);
H A Dhmac_sha1.c44 HMACInit(SHA1_CTX *sha1Context, const uchar_t *key, size_t klen) in HMACInit() function
H A Dhmac_test.c126 HMACInit(&sha, td[i].key, td[i].keylen); in hmactest()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/hmac/
H A Dhmac.c67 HMACInit(&ctx, hmac_key, ka->ka_len); in hash_gen()
/titanic_41/usr/src/lib/libwanbootutil/common/
H A Dmapfile-vers59 HMACInit;
/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c987 HMACInit(&sha, g_hash_key, WANBOOT_HMAC_KEY_SIZE); in process_miniroot()
1237 HMACInit(&sha, g_hash_key, WANBOOT_HMAC_KEY_SIZE); in process_wanbootfs()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c450 HMACInit(&ctx, mas_key, WANBOOT_HMAC_KEY_SIZE); in client_gen_key()