Lines Matching refs:cp

110   char *cp;  in __sha512_crypt_r()  local
246 cp = p_bytes = (char *) alloca (key_len); in __sha512_crypt_r()
249 free_pbytes = cp = p_bytes = (char *)malloc (key_len); in __sha512_crypt_r()
258 cp = mempcpy (cp, temp_result, 64); in __sha512_crypt_r()
259 memcpy (cp, temp_result, cnt); in __sha512_crypt_r()
272 cp = s_bytes = alloca (salt_len); in __sha512_crypt_r()
274 cp = mempcpy (cp, temp_result, 64); in __sha512_crypt_r()
275 memcpy (cp, temp_result, cnt); in __sha512_crypt_r()
315 cp = __stpncpy (buffer, sha512_salt_prefix, MAX (0, buflen)); in __sha512_crypt_r()
320 int n = __snprintf (cp, MAX (0, buflen), "%s%zu$", in __sha512_crypt_r()
322 cp += n; in __sha512_crypt_r()
326 cp = __stpncpy (cp, salt, MIN ((size_t) MAX (0, buflen), salt_len)); in __sha512_crypt_r()
331 *cp++ = '$'; in __sha512_crypt_r()
335 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
337 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
339 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
341 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
343 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
345 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
347 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
349 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
351 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
353 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
355 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
357 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
359 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
361 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
363 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
365 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
367 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
369 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
371 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
373 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
375 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
377 __b64_from_24bit (&cp, &buflen, in __sha512_crypt_r()
386 *cp = '\0'; /* Terminate the string. */ in __sha512_crypt_r()