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

/sssd/src/util/crypto/nss/
H A Dnss_sha512crypt.c103 char *endp; local
106 srounds = strtoul(num, &endp, 10);
107 if (*endp == '$') {
108 salt = endp + 1;
/sssd/src/util/crypto/libcrypto/
H A Dcrypto_sha512crypt.c105 char *endp; local
108 srounds = strtoul(num, &endp, 10);
109 if (*endp == '$') {
110 salt = endp + 1;

Completed in 552 milliseconds