Searched refs:crypted (Results 1 – 3 of 3) sorted by relevance
102 char *crypted; in xcrypt() local113 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()
43 different sizes in the *salt*, it is recommended to use the full crypted
114 different sizes in the *salt*, it is recommended to use the full crypted