HomeSort by relevance Sort by last modified time
    Searched refs:ph1 (Results 1 - 18 of 18) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_quick.c 116 iph2->msgid = isakmp_newmsgid2(iph2->ph1);
117 iph2->ivm = oakley_newiv2(iph2->ph1, iph2->msgid);
180 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
226 && iph2->ph1->rmconf->support_proxy == 0
278 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, body);
288 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
335 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
339 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive);
357 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
373 plog(LLV_WARNING, LOCATION, iph2->ph1->remote
    [all...]
proposal.c 194 cmpsaprop_alloc(ph1, pp1, pp2, side)
195 struct ph1handle *ph1;
217 switch (ph1->rmconf->pcheck_level) {
443 if ((ph1->natt_flags & NAT_DETECTED) &&
448 s_ipsecdoi_encmode(pr2->encmode - ph1->natt_options->mode_udp_diff));
449 pr2->encmode -= ph1->natt_options->mode_udp_diff;
453 if ((ph1->natt_flags & NAT_DETECTED) &&
459 s_ipsecdoi_encmode(pr1->encmode - ph1->natt_options->mode_udp_diff),
460 pr1->encmode - ph1->natt_options->mode_udp_diff);
461 pr1->encmode -= ph1->natt_options->mode_udp_diff
    [all...]
nattraversal.h 45 #define NATT_AVAILABLE(ph1) ((iph1)->natt_flags & NAT_ANNOUNCED)
handler.c 482 if (p->msgid == msgid && p->ph1 == iph1)
778 iph2->ph1 = iph1;
786 if (iph2->ph1 != NULL) {
787 iph2->ph1 = NULL;
1123 * Note: we must have an updated ph1->rmconf before doing that,
1124 * we'll set check_level to EXACT if we don't have a ph1
1128 if (iph2->ph1 != NULL)
1129 iph1=iph2->ph1;
1305 "Removing PH1...\n");
pfkey.c 850 proxy = iph2->ph1->rmconf->support_proxy;
1040 proxy = iph2->ph1->rmconf->support_proxy;
1111 sa_args.l_natt_type = iph2->ph1->natt_options->encaps_type;
1112 sa_args.l_natt_sport = extract_port (iph2->ph1->remote);
1113 sa_args.l_natt_dport = extract_port (iph2->ph1->local);
1116 sa_args.l_natt_frag = iph2->ph1->rmconf->esp_frag;
1281 iph2->ph1->ph2cnt++;
1287 * situation where they'll mismatch with ph1's values
1291 set_port(iph2->src, extract_port(iph2->ph1->local));
1292 set_port(iph2->dst, extract_port(iph2->ph1->remote))
    [all...]
isakmp.c 972 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
980 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
984 isakmp_info_send_n1(iph2->ph1, error, NULL);
1008 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
    [all...]
handler.h 118 struct sockaddr *remote; /* remote address to negosiate ph1 */
119 struct sockaddr *local; /* local address to negosiate ph1 */
319 struct ph1handle *ph1; /* back pointer to isakmp status */ member in struct:ph2handle
329 struct sockaddr *remote; /* remote address to negosiate ph1 */
isakmp_inf.c 377 /* don't think this realy deletes ph1 ? */
643 "No ph1 handler found, could not send DELETE_SA\n");
840 struct ph1handle *iph1 = iph2->ph1;
883 * When ph1->skeyid_a == NULL, send message without encoding.
924 iph2->ph1 = iph1;
938 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, payload);
1006 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf, iph2->ivm->ive,
1015 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) {
    [all...]
isakmp_cfg.c 1165 iph2->ph1 = iph1;
1184 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, payload);
1255 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf,
1264 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) {
    [all...]
ipsec_doi.c 908 iph2->sa_ret = get_sabyproppair(ret, iph2->ph1);
1000 iph2->sa_ret = get_sabyproppair(p, iph2->ph1);
1172 pr = cmpsaprop_alloc(iph2->ph1, q1, q2, iph2->side);
    [all...]
oakley.c 534 res = oakley_prf(iph2->ph1->skeyid_d, buf, iph2->ph1);
607 this = oakley_prf(iph2->ph1->skeyid_d, seed,
608 iph2->ph1);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerStepInterpolator.java 268 final double ph1 = ydiff + 0.25 * (aspl - bspl); local
269 polynoms[5][i] = 16 * (yMidDots[1][i] - ph1);
  /external/libjpeg-turbo/
turbojpeg.c 1043 int ph1=tjPlaneHeight(1, height, subsamp); local
1046 dstPlanes[2]=dstPlanes[1]+strides[1]*ph1;
1228 int ph1=tjPlaneHeight(1, height, subsamp); local
1719 int ph1=tjPlaneHeight(1, height, subsamp); local
1958 int ph1=tjPlaneHeight(1, height, jpegSubsamp); local
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
defs_freebsd.go 160 uint64_t ph1;
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
defs_freebsd.go 160 uint64_t ph1;
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 413 milliseconds