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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c95 #define NONCELEN (2 * HMAC_DIGEST_LEN) /* two hex nibbles/byte */ macro
98 static char nonce[NONCELEN + 1];
249 nonce[NONCELEN] = '\0';
323 plen += strlen("&NONCE=") + NONCELEN;
1385 char buf[NONCELEN + 1];
1474 if (read(fd, buf, NONCELEN) != NONCELEN ||
1475 bcmp(nonce, buf, NONCELEN) != 0) {

Completed in 56 milliseconds