Home
last modified time | relevance | path

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

/freebsd-12-stable/secure/lib/libcrypt/
Dcrypt-blowfish.c147 char arounds[3]; in crypt_blowfish() local
185 memcpy(arounds, salt, sizeof(arounds)); in crypt_blowfish()
186 if (arounds[sizeof(arounds) - 1] != '$') in crypt_blowfish()
188 arounds[sizeof(arounds) - 1] = 0; in crypt_blowfish()
189 logr = strtonum(arounds, BCRYPT_MINLOGROUNDS, 31, NULL); in crypt_blowfish()
/freebsd-12-stable/usr.sbin/cron/doc/
DMAIL324 are work arounds, but only putting it in cron will really work. This is
/freebsd-12-stable/crypto/heimdal/lib/wind/
Drfc3492.txt240 number of wrap-arounds.
/freebsd-12-stable/crypto/openssl/
DCHANGES10911 work arounds for the VC++ problem that it treats func() as