Lines Matching refs:cp
524 char *cp = NULL; in shacrypt() local
654 for (cp = p_bytes, n = passwd_len; n > buf_size; n -= buf_size, cp += buf_size) in shacrypt()
655 memcpy(cp, temp_buf, buf_size); in shacrypt()
656 memcpy(cp, temp_buf, n); in shacrypt()
671 for (cp = s_bytes, n = salt_len; n > buf_size; n -= buf_size, cp += buf_size) in shacrypt()
672 memcpy(cp, temp_buf, buf_size); in shacrypt()
673 memcpy(cp, temp_buf, n); in shacrypt()
706 cp = out_buf + strlen(out_buf); in shacrypt()
707 *cp++ = ascii_dollar[0]; in shacrypt()
714 *cp++ = cov_2char[w & 0x3f]; \ in shacrypt()
760 *cp = '\0'; in shacrypt()