Searched refs:rounds (Results 1 - 2 of 2) sorted by relevance

/sssd/src/util/crypto/nss/
H A Dnss_sha512crypt.c36 /* Prefix for optional rounds specification. */
37 const char sha512_rounds_prefix[] = "rounds=";
77 size_t rounds = ROUNDS_DEFAULT; local
111 rounds = srounds;
231 for (cnt = 0; cnt < rounds; cnt++) {
275 sha512_rounds_prefix, rounds);
/sssd/src/util/crypto/libcrypto/
H A Dcrypto_sha512crypt.c38 /* Prefix for optional rounds specification. */
39 const char sha512_rounds_prefix[] = "rounds=";
79 size_t rounds = ROUNDS_DEFAULT; local
113 rounds = srounds;
238 for (cnt = 0; cnt < rounds; cnt++) {
285 sha512_rounds_prefix, rounds);

Completed in 1118 milliseconds