Searched refs:NONCELEN (Results 1 – 1 of 1) sorted by relevance
95 #define NONCELEN (2 * HMAC_DIGEST_LEN) /* two hex nibbles/byte */ macro98 static char nonce[NONCELEN + 1];249 nonce[NONCELEN] = '\0'; in generate_nonce()323 plen += strlen("&NONCE=") + NONCELEN; in build_request_url()1385 char buf[NONCELEN + 1]; in get_wanbootfs()1474 if (read(fd, buf, NONCELEN) != NONCELEN || in get_wanbootfs()1475 bcmp(nonce, buf, NONCELEN) != 0) { in get_wanbootfs()