Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c253 char *saltend; in crypt_genhash_impl() local
285 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()