Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth.c635 const char hashchars[] = "./ABCDEFGHIJKLMNOPQRSTUVWXYZ" in fakepw() local
647 *cp = hashchars[arc4random_uniform(sizeof(hashchars) - 1)]; in fakepw()