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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c788 static const char saltchars[] = local
794 gsbuffer[0] = saltchars[lrand48() % 64]; /* lrand48() is MT-SAFE */
795 gsbuffer[1] = saltchars[lrand48() % 64]; /* lrand48() is MT-SAFE */

Completed in 58 milliseconds