Searched refs:rndchars (Results 1 – 1 of 1) sorted by relevance
118 static const unsigned char rndchars[] = "abcdefghijklmnopqrstuvwxyz234567"; in make_cookie() local122 out[pos] = rndchars[out[pos] % (sizeof(rndchars) - 1)]; in make_cookie()