Lines Matching refs:cp
525 char *cp = NULL; in shacrypt() local
655 for (cp = p_bytes, n = passwd_len; n > buf_size; n -= buf_size, cp += buf_size) in shacrypt()
656 memcpy(cp, temp_buf, buf_size); in shacrypt()
657 memcpy(cp, temp_buf, n); in shacrypt()
672 for (cp = s_bytes, n = salt_len; n > buf_size; n -= buf_size, cp += buf_size) in shacrypt()
673 memcpy(cp, temp_buf, buf_size); in shacrypt()
674 memcpy(cp, temp_buf, n); in shacrypt()
707 cp = out_buf + strlen(out_buf); in shacrypt()
708 *cp++ = ascii_dollar[0]; in shacrypt()
715 *cp++ = cov_2char[w & 0x3f]; \ in shacrypt()
761 *cp = '\0'; in shacrypt()