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

/freebsd-13-stable/secure/lib/libcrypt/
H A Dcrypt-blowfish.c147 char arounds[3]; local
185 memcpy(arounds, salt, sizeof(arounds));
186 if (arounds[sizeof(arounds) - 1] != '$')
188 arounds[sizeof(arounds) - 1] = 0;
189 logr = strtonum(arounds, BCRYPT_MINLOGROUNDS, 31, NULL);

Completed in 115 milliseconds