Searched refs:rounds_custom (Results 1 – 3 of 3) sorted by relevance
72 bool rounds_custom; in crypt_sha256() local76 rounds_custom = false; in crypt_sha256()92 rounds_custom = true; in crypt_sha256()212 if (rounds_custom) in crypt_sha256()
72 bool rounds_custom; in crypt_sha512() local76 rounds_custom = false; in crypt_sha512()92 rounds_custom = true; in crypt_sha512()212 if (rounds_custom) in crypt_sha512()
522 char rounds_custom = 0; in shacrypt() local559 rounds_custom = 1; in shacrypt()590 if (rounds_custom) { in shacrypt()605 if (strlen(out_buf) > 3 + 17 * rounds_custom + salt_len ) in shacrypt()