Searched defs:rounds_custom (Results 1 - 2 of 2) sorted by relevance

/sssd/src/util/crypto/nss/
H A Dnss_sha512crypt.c78 bool rounds_custom = false; local
112 rounds_custom = true;
273 if (rounds_custom) {
/sssd/src/util/crypto/libcrypto/
H A Dcrypto_sha512crypt.c80 bool rounds_custom = false; local
114 rounds_custom = true;
283 if (rounds_custom) {

Completed in 1024 milliseconds