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

/sssd/src/util/crypto/nss/
H A Dnss_sha512crypt.c38 #define ROUNDS_SIZE (sizeof(sha512_rounds_prefix) - 1) macro
100 if (strncmp(salt, sha512_rounds_prefix, ROUNDS_SIZE) == 0) {
105 num = salt + ROUNDS_SIZE;
/sssd/src/util/crypto/libcrypto/
H A Dcrypto_sha512crypt.c40 #define ROUNDS_SIZE (sizeof(sha512_rounds_prefix) - 1) macro
102 if (strncmp(salt, sha512_rounds_prefix, ROUNDS_SIZE) == 0) {
107 num = salt + ROUNDS_SIZE;

Completed in 13 milliseconds