Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dxcrypt.c101 char *crypted; in xcrypt() local
112 crypted = md5_crypt(password, salt); in xcrypt()
114 crypted = crypt(password, salt); in xcrypt()
117 crypted = bigcrypt(password, salt); in xcrypt()
119 crypted = crypt(password, salt); in xcrypt()
121 crypted = bigcrypt(password, salt); in xcrypt()
123 crypted = crypt(password, salt); in xcrypt()
126 return crypted; in xcrypt()
/external/python/cpython2/Doc/library/
Dcrypt.rst43 different sizes in the *salt*, it is recommended to use the full crypted
/external/python/cpython3/Doc/library/
Dcrypt.rst112 different sizes in the *salt*, it is recommended to use the full crypted