Searched refs:saltend (Results 1 – 1 of 1) sorted by relevance
253 char *saltend; in crypt_genhash_impl() local285 saltend = strrchr(salt, '$'); in crypt_genhash_impl()286 if (saltend == NULL || saltend == salt) { in crypt_genhash_impl()289 if (saltend[1] != '\0') { in crypt_genhash_impl()290 size_t len = saltend - salt + 1; in crypt_genhash_impl()