Home
last modified time | relevance | path

Searched refs:BCOPY (Results 1 – 22 of 22) sorted by relevance

/external/ppp/pppd/
Deap.c494 BCOPY(clear + 1, dp, i);
697 BCOPY(str, outp, challen);
715 BCOPY(esp->es_challenge, outp, esp->es_challen);
717 BCOPY(esp->es_server.ea_name, outp, esp->es_server.ea_namelen);
727 BCOPY(esp->es_server.ea_name, outp, esp->es_server.ea_namelen);
733 BCOPY(ts->s.data, outp, ts->s.len);
740 BCOPY(ts->g.data, outp, ts->g.len);
746 BCOPY(ts->n.data, outp, ts->n.len);
757 BCOPY(ts->B.data, outp, ts->B.len);
767 BCOPY(t_serverresponse(ts), outp, SHA_DIGESTSIZE);
[all …]
Dchap_ms.c451 BCOPY(inp, msg, len); in chapms_handle_failure()
518 BCOPY(PasswordHash, ZPasswordHash, MD4_SIGNATURE_SIZE); in ChallengeResponse()
558 BCOPY(sha1Hash, Challenge, 8); in ChallengeHash()
747 BCOPY(Digest, mppe_send_key, sizeof(mppe_send_key)); in mppe_set_keys()
748 BCOPY(Digest, mppe_recv_key, sizeof(mppe_recv_key)); in mppe_set_keys()
847 BCOPY(Digest, mppe_send_key, sizeof(mppe_send_key)); in mppe_set_keys2()
863 BCOPY(Digest, mppe_recv_key, sizeof(mppe_recv_key)); in mppe_set_keys2()
937 BCOPY(PeerChallenge, &response[MS_CHAP2_PEER_CHALLENGE], in ChapMS2()
Dupap.c566 BCOPY(u->us_user, outp, u->us_userlen);
569 BCOPY(u->us_passwd, outp, u->us_passwdlen);
600 BCOPY(msg, outp, msglen);
Dcbcp.c393 BCOPY(us->us_number, bufp, slen + 1);
440 BCOPY(buf, outp, len);
Dccp.c711 BCOPY(mppe_recv_key, &opt_buf[CILEN_MPPE], MPPE_MAX_KEY_LEN);
1175 BCOPY(p, opt_buf, CILEN_MPPE);
1176 BCOPY(mppe_send_key, &opt_buf[CILEN_MPPE],
1333 BCOPY(p, retp, clen);
Dauth.c513 BCOPY(addr, wp->word, l);
535 BCOPY(number, wp->word, l);
972 BCOPY(name, peer_authname, namelen);
1772 BCOPY(secbuf, secret, len);
Dlcp.c1829 BCOPY(p, ho->endpoint.value, cilen);
1857 BCOPY(cip, rejp, cilen); /* Move it */
1878 BCOPY(nak_buffer, inp, *lenp);
2159 BCOPY(p, epd.value, epd.length);
Dpppd.h796 #define BCOPY(s, d, l) memcpy(d, s, l) macro
Dfsm.c810 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen);
Dipv6cp.c1046 BCOPY(cip, ucp, cilen); /* Move it */
Dipxcp.c1250 BCOPY(cip, ucp, cilen); /* Move it */
Dipcp.c1671 BCOPY(cip, ucp, cilen); /* Move it */
/external/syslinux/core/lwip/src/netif/ppp/
Dchap.c458 BCOPY(inp, rhostname, len); in ChapReceiveChallenge()
497 BCOPY(hash, cstate->response, MD5_SIGNATURE_SIZE); in ChapReceiveChallenge()
577 BCOPY(inp, rhostname, len); in ChapReceiveResponse()
728 BCOPY(cstate->challenge, outp, chal_len); in ChapSendChallenge()
731 BCOPY(cstate->chal_name, outp, name_len); /* append hostname */ in ChapSendChallenge()
767 BCOPY(msg, outp, msglen); in ChapSendStatus()
828 BCOPY(cstate->response, outp, md_len); /* copy MD to buffer */ in ChapSendResponse()
831 BCOPY(cstate->resp_name, outp, name_len); /* append our name */ in ChapSendResponse()
Dauth.c366 BCOPY(addr, wp->word, l);
611 BCOPY(name, peer_authname, namelen); in auth_peer_success()
883 BCOPY(apasswd, passwd, passwdlen); in check_passwd()
885 BCOPY(auser, user, userlen); in check_passwd()
1096 BCOPY(ppp_settings.passwd, secret, len); in get_secret()
1123 BCOPY(secbuf, secret, len); in get_secret()
Dvj.c363 BCOPY(ip, &cs->cs_ip, hlen); in vj_compress_tcp()
396 BCOPY(new_seq, cp, deltaS); in vj_compress_tcp()
406 BCOPY(ip, &cs->cs_ip, hlen); in vj_compress_tcp()
449 BCOPY(ip, &cs->cs_ip, hlen); in vj_uncompress_uncomp()
Dpap.c565 BCOPY(u->us_user, outp, u->us_userlen); in upap_sauthreq()
568 BCOPY(u->us_passwd, outp, u->us_passwdlen); in upap_sauthreq()
597 BCOPY(msg, outp, msglen); in upap_sresp()
Dchpms.c150 BCOPY(pwHash, ZPasswordHash, 16); in ChallengeResponse()
390 BCOPY(&response, cstate->response, MS_CHAP_RESPONSE_LEN); in ChapMS()
Dppp.h222 #define BCOPY(s, d, l) MEMCPY((d), (s), (l)) macro
Dlcp.c1597 BCOPY(cip, rejp, cilen); /* Move it */ in lcp_reqci()
1619 BCOPY(nak_buffer, inp, *lenp); in lcp_reqci()
Dfsm.c878 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen); in fsm_sdata()
Dipcp.c1158 BCOPY(cip, ucp, cilen); /* Move it */ in ipcp_reqci()
/external/valgrind/shared/
Dvg_replace_strmem.c1269 #define BCOPY(soname, fnname) \ macro
1290 BCOPY(VG_Z_LIBC_SONAME, bcopy)
1297 BCOPY(VG_Z_LIBC_SONAME, bcopy)