Searched refs:HMACInit (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/common/net/wanboot/crypt/ |
H A D | hmac_sha1.h | 41 extern void HMACInit(SHA1_CTX *, const uchar_t *, size_t);
|
H A D | hmac_sha1.c | 44 HMACInit(SHA1_CTX *sha1Context, const uchar_t *key, size_t klen) in HMACInit() function
|
H A D | hmac_test.c | 126 HMACInit(&sha, td[i].key, td[i].keylen); in hmactest()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/hmac/ |
H A D | hmac.c | 67 HMACInit(&ctx, hmac_key, ka->ka_len); in hash_gen()
|
/titanic_41/usr/src/lib/libwanbootutil/common/ |
H A D | mapfile-vers | 59 HMACInit;
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | wanboot.c | 987 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 D | keygen.c | 450 HMACInit(&ctx, mas_key, WANBOOT_HMAC_KEY_SIZE); in client_gen_key()
|