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

/sssd/src/util/crypto/nss/
H A Dnss_sha512crypt.c37 const char sha512_rounds_prefix[] = "rounds="; variable
38 #define ROUNDS_SIZE (sizeof(sha512_rounds_prefix) - 1)
100 if (strncmp(salt, sha512_rounds_prefix, ROUNDS_SIZE) == 0) {
275 sha512_rounds_prefix, rounds);
338 + sizeof (sha512_rounds_prefix) + 9 + 1
/sssd/src/util/crypto/libcrypto/
H A Dcrypto_sha512crypt.c39 const char sha512_rounds_prefix[] = "rounds="; variable
40 #define ROUNDS_SIZE (sizeof(sha512_rounds_prefix) - 1)
102 if (strncmp(salt, sha512_rounds_prefix, ROUNDS_SIZE) == 0) {
285 sha512_rounds_prefix, rounds);
348 + sizeof (sha512_rounds_prefix) + 9 + 1

Completed in 31 milliseconds