Home
last modified time | relevance | path

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

/freebsd-14-stable/secure/lib/libcrypt/
HDcrypt-blowfish.c145 char arounds[3]; in crypt_blowfish() local
183 memcpy(arounds, salt, sizeof(arounds)); in crypt_blowfish()
184 if (arounds[sizeof(arounds) - 1] != '$') in crypt_blowfish()
186 arounds[sizeof(arounds) - 1] = 0; in crypt_blowfish()
187 logr = strtonum(arounds, BCRYPT_MINLOGROUNDS, 31, NULL); in crypt_blowfish()
/freebsd-14-stable/usr.sbin/cron/doc/
HDMAIL322 are work arounds, but only putting it in cron will really work. This is
/freebsd-14-stable/crypto/heimdal/lib/wind/
HDrfc3492.txt240 number of wrap-arounds.
/freebsd-14-stable/crypto/openssl/
HDCHANGES.md16320 work arounds for the VC++ problem that it treats func() as