Searched refs:endp (Results 1 – 3 of 3) sorted by relevance
132 char *endp; in __sha256_crypt_r() local133 unsigned long int srounds = strtoul (num, &endp, 10); in __sha256_crypt_r()134 if (*endp == '$') in __sha256_crypt_r()136 salt = endp + 1; in __sha256_crypt_r()
132 char *endp; in __sha512_crypt_r() local133 unsigned long int srounds = strtoul (num, &endp, 10); in __sha512_crypt_r()134 if (*endp == '$') in __sha512_crypt_r()136 salt = endp + 1; in __sha512_crypt_r()
19 const md5_uint32 *endp = words + nwords; in __md5_process_block() local34 while (words < endp) in __md5_process_block()
Completed in 8 milliseconds