Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/crypt_modules/bsdbf/
H A Dbcrypt.c203 char arounds[3]; local
234 (void) memcpy(arounds, salt, sizeof (arounds));
235 if (arounds[sizeof (arounds) - 1] != '$')
237 if ((logr = atoi(arounds)) < BCRYPT_MINLOGROUNDS ||