Searched refs:rounds_custom (Results 1 – 3 of 3) sorted by relevance
73 bool rounds_custom; in crypt_sha256() local77 rounds_custom = false; in crypt_sha256()93 rounds_custom = true; in crypt_sha256()213 if (rounds_custom) in crypt_sha256()
73 bool rounds_custom; in crypt_sha512() local77 rounds_custom = false; in crypt_sha512()93 rounds_custom = true; in crypt_sha512()213 if (rounds_custom) in crypt_sha512()
519 char rounds_custom = 0; in shacrypt() local556 rounds_custom = 1; in shacrypt()587 if (rounds_custom) { in shacrypt()601 if (strlen(out_buf) > 3 + 17 * rounds_custom + salt_len ) in shacrypt()