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

  /external/ipsec-tools/src/racoon/
evt.c 306 evt_phase1(ph1, type, optdata)
307 const struct ph1handle *ph1;
316 if (ph1->local)
317 memcpy(&e->evt.ec_ph1src, ph1->local, sysdep_sa_len(ph1->local));
318 if (ph1->remote)
319 memcpy(&e->evt.ec_ph1dst, ph1->remote, sysdep_sa_len(ph1->remote));
321 evtmsg_broadcast(&ph1->evt_listeners, e);
335 struct ph1handle *ph1 = ph2->ph1 local
    [all...]
isakmp_quick.c 150 iph2->msgid = isakmp_newmsgid2(iph2->ph1);
151 iph2->ivm = oakley_newiv2(iph2->ph1, iph2->msgid);
219 iph2->nonce = eay_set_random(iph2->ph1->rmconf->nonce_size);
267 iph2->ph1->rmconf->support_proxy == 0 &&
280 && (iph2->ph1->natt_flags & NAT_DETECTED)) {
281 natoa = iph2->ph1->natt_options->payload_nat_oa;
361 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, body);
424 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
428 msg = oakley_do_decrypt(iph2->ph1, msg0, iph2->ivm->iv, iph2->ivm->ive);
446 plog(LLV_ERROR, LOCATION, iph2->ph1->remote
    [all...]
evt.h 122 void evt_phase1 __P((const struct ph1handle *ph1, int type, vchar_t *optdata));
135 #define evt_phase1(ph1, type, optdata) ;
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...]
admin.c 428 struct ph1handle *ph1; local
435 ph1 = getph1byaddr(src, dst, 0);
436 if (ph1 != NULL) {
437 event_list = &ph1->evt_listeners;
438 if (ph1->status == PHASE1ST_ESTABLISHED)
483 ph1 = isakmp_ph1begin_i(rmconf, dst, src);
484 if (ph1 == NULL)
487 event_list = &ph1->evt_listeners;
handler.c 257 "unexpected rmconf switch; killing ph1\n");
290 * the iph1 is new, migrate all phase2s that belong to a dying or dead ph1
593 if (p->msgid == msgid && p->ph1 == iph1)
923 iph2->ph1 = iph1;
932 if (iph2->ph1 != NULL) {
934 iph2->ph1->ph2cnt--;
935 iph2->ph1 = NULL;
1285 * Note: we must have an updated ph1->rmconf before doing that,
1286 * we'll set check_level to EXACT if we don't have a ph1
1290 if (iph2->ph1 != NULL
    [all...]
isakmp.c 813 "failed to pre-process ph1 packet (side: %d, status %d).\n",
842 "failed to process ph1 packet (side: %d, status: %d).\n",
980 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
988 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
993 isakmp_info_send_n1(iph2->ph1, error, NULL);
1017 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
1227 "failed to process ph1 packet (side: %d, status: %d).\n",
    [all...]
handler.h 121 struct sockaddr *remote; /* remote address to negosiate ph1 */
122 struct sockaddr *local; /* local address to negosiate ph1 */
222 /* For limiting enumeration of ph1 tree */
351 struct ph1handle *ph1; /* back pointer to isakmp status */ member in struct:ph2handle
369 struct sockaddr *remote; /* remote address to negosiate ph1 */
pfkey.c 957 natt_type = iph2->ph1->natt_options->encaps_type;
1192 sa_args.l_natt_type = iph2->ph1->natt_options->encaps_type;
1193 sa_args.l_natt_sport = extract_port(iph2->ph1->remote);
1194 sa_args.l_natt_dport = extract_port(iph2->ph1->local);
1197 sa_args.l_natt_frag = iph2->ph1->rmconf->esp_frag;
    [all...]
isakmp_inf.c 643 "No ph1 handler found, could not send DELETE_SA\n");
830 struct ph1handle *iph1 = iph2->ph1;
873 * When ph1->skeyid_a == NULL, send message without encoding.
986 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf, iph2->ivm->ive,
995 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) {
    [all...]
isakmp_cfg.c 1284 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf,
1293 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) {
    [all...]
oakley.c 577 res = oakley_prf(iph2->ph1->skeyid_d, buf, iph2->ph1);
650 this = oakley_prf(iph2->ph1->skeyid_d, seed,
651 iph2->ph1);
    [all...]
ipsec_doi.c 1032 pr = cmpsaprop_alloc(iph2->ph1, q1, q2, iph2->side);
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 331 milliseconds