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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c131 static unsigned char *g_hash_key = NULL; variable
216 g_hash_key = key;
987 HMACInit(&sha, g_hash_key, WANBOOT_HMAC_KEY_SIZE);
1004 HMACFinal(&sha, g_hash_key, WANBOOT_HMAC_KEY_SIZE, cdigest);
1237 HMACInit(&sha, g_hash_key, WANBOOT_HMAC_KEY_SIZE);
1336 HMACFinal(&sha, g_hash_key, WANBOOT_HMAC_KEY_SIZE, cdigest);

Completed in 69 milliseconds