Home
last modified time | relevance | path

Searched refs:hashchars (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Dauth.c684 const char hashchars[] = "./ABCDEFGHIJKLMNOPQRSTUVWXYZ" in fakepw() local
696 *cp = hashchars[arc4random_uniform(sizeof(hashchars) - 1)]; in fakepw()