/external/ppp/pppd/ |
D | eap.c | 494 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 …]
|
D | chap_ms.c | 451 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()
|
D | upap.c | 566 BCOPY(u->us_user, outp, u->us_userlen); 569 BCOPY(u->us_passwd, outp, u->us_passwdlen); 600 BCOPY(msg, outp, msglen);
|
D | cbcp.c | 393 BCOPY(us->us_number, bufp, slen + 1); 440 BCOPY(buf, outp, len);
|
D | ccp.c | 711 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);
|
D | auth.c | 513 BCOPY(addr, wp->word, l); 535 BCOPY(number, wp->word, l); 972 BCOPY(name, peer_authname, namelen); 1772 BCOPY(secbuf, secret, len);
|
D | lcp.c | 1829 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);
|
D | pppd.h | 796 #define BCOPY(s, d, l) memcpy(d, s, l) macro
|
D | fsm.c | 810 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen);
|
D | ipv6cp.c | 1046 BCOPY(cip, ucp, cilen); /* Move it */
|
D | ipxcp.c | 1250 BCOPY(cip, ucp, cilen); /* Move it */
|
D | ipcp.c | 1671 BCOPY(cip, ucp, cilen); /* Move it */
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | chap.c | 458 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()
|
D | auth.c | 366 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()
|
D | vj.c | 363 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()
|
D | pap.c | 565 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()
|
D | chpms.c | 150 BCOPY(pwHash, ZPasswordHash, 16); in ChallengeResponse() 390 BCOPY(&response, cstate->response, MS_CHAP_RESPONSE_LEN); in ChapMS()
|
D | ppp.h | 222 #define BCOPY(s, d, l) MEMCPY((d), (s), (l)) macro
|
D | lcp.c | 1597 BCOPY(cip, rejp, cilen); /* Move it */ in lcp_reqci() 1619 BCOPY(nak_buffer, inp, *lenp); in lcp_reqci()
|
D | fsm.c | 878 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen); in fsm_sdata()
|
D | ipcp.c | 1158 BCOPY(cip, ucp, cilen); /* Move it */ in ipcp_reqci()
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 1269 #define BCOPY(soname, fnname) \ macro 1290 BCOPY(VG_Z_LIBC_SONAME, bcopy) 1297 BCOPY(VG_Z_LIBC_SONAME, bcopy)
|