Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dxcrypt.c102 char *crypted; in xcrypt() local
113 crypted = md5_crypt(password, salt); in xcrypt()
115 crypted = crypt(password, salt); in xcrypt()
118 crypted = bigcrypt(password, salt); in xcrypt()
120 crypted = crypt(password, salt); in xcrypt()
122 crypted = bigcrypt(password, salt); in xcrypt()
124 crypted = crypt(password, salt); in xcrypt()
127 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.rst114 different sizes in the *salt*, it is recommended to use the full crypted