Searched refs:ph1handle (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp_newg.h32 extern int isakmp_newgroup_r __P((struct ph1handle *, vchar_t *));
H A Disakmp_agg.h32 extern int agg_i1send __P((struct ph1handle *, vchar_t *));
33 extern int agg_i2recv __P((struct ph1handle *, vchar_t *));
34 extern int agg_i2send __P((struct ph1handle *, vchar_t *));
36 extern int agg_r1recv __P((struct ph1handle *, vchar_t *));
37 extern int agg_r1send __P((struct ph1handle *, vchar_t *));
38 extern int agg_r2recv __P((struct ph1handle *, vchar_t *));
39 extern int agg_r2send __P((struct ph1handle *, vchar_t *));
H A Disakmp_base.h32 extern int base_i1send __P((struct ph1handle *, vchar_t *));
33 extern int base_i2recv __P((struct ph1handle *, vchar_t *));
34 extern int base_i2send __P((struct ph1handle *, vchar_t *));
35 extern int base_i3recv __P((struct ph1handle *, vchar_t *));
36 extern int base_i3send __P((struct ph1handle *, vchar_t *));
38 extern int base_r1recv __P((struct ph1handle *, vchar_t *));
39 extern int base_r1send __P((struct ph1handle *, vchar_t *));
40 extern int base_r2recv __P((struct ph1handle *, vchar_t *));
41 extern int base_r2send __P((struct ph1handle *, vchar_t *));
H A Disakmp_ident.h32 extern int ident_i1send __P((struct ph1handle *, vchar_t *));
33 extern int ident_i2recv __P((struct ph1handle *, vchar_t *));
34 extern int ident_i2send __P((struct ph1handle *, vchar_t *));
35 extern int ident_i3recv __P((struct ph1handle *, vchar_t *));
36 extern int ident_i3send __P((struct ph1handle *, vchar_t *));
37 extern int ident_i4recv __P((struct ph1handle *, vchar_t *));
38 extern int ident_i4send __P((struct ph1handle *, vchar_t *));
40 extern int ident_r1recv __P((struct ph1handle *, vchar_t *));
41 extern int ident_r1send __P((struct ph1handle *, vchar_t *));
42 extern int ident_r2recv __P((struct ph1handle *, vchar_
[all...]
H A Dgssapi.h43 struct ph1handle;
74 int gssapi_get_itoken __P((struct ph1handle *, int *));
75 int gssapi_get_rtoken __P((struct ph1handle *, int *));
76 int gssapi_save_received_token __P((struct ph1handle *, vchar_t *));
77 int gssapi_get_token_to_send __P((struct ph1handle *, vchar_t **));
78 int gssapi_get_itokens __P((struct ph1handle *, vchar_t **));
79 int gssapi_get_rtokens __P((struct ph1handle *, vchar_t **));
80 vchar_t *gssapi_wraphash __P((struct ph1handle *));
81 vchar_t *gssapi_unwraphash __P((struct ph1handle *));
82 void gssapi_set_id_sent __P((struct ph1handle *));
[all...]
H A Doakley.h137 struct ph1handle;
151 extern vchar_t *oakley_prf __P((vchar_t *, vchar_t *, struct ph1handle *));
152 extern vchar_t *oakley_hash __P((vchar_t *, struct ph1handle *));
159 extern vchar_t *oakley_compute_hash3 __P((struct ph1handle *,
161 extern vchar_t *oakley_compute_hash1 __P((struct ph1handle *,
163 extern vchar_t *oakley_ph1hash_common __P((struct ph1handle *, int));
164 extern vchar_t *oakley_ph1hash_base_i __P((struct ph1handle *, int));
165 extern vchar_t *oakley_ph1hash_base_r __P((struct ph1handle *, int));
167 extern int oakley_validate_auth __P((struct ph1handle *));
169 extern int oakley_getmycert __P((struct ph1handle *));
[all...]
H A Disakmp_inf.h33 extern int isakmp_info_recv __P((struct ph1handle *, vchar_t *));
34 extern int isakmp_info_send_d1 __P((struct ph1handle *));
38 extern int isakmp_info_send_n1 __P((struct ph1handle *, int, vchar_t *));
40 extern int isakmp_info_send_common __P((struct ph1handle *,
46 extern void isakmp_check_notify __P((struct isakmp_gen *, struct ph1handle *));
H A Disakmp_var.h48 struct ph1handle;
66 extern int isakmp_send __P((struct ph1handle *, vchar_t *));
69 extern int isakmp_ph1resend __P((struct ph1handle *));
73 extern void isakmp_ph1expire __P((struct ph1handle *));
75 extern void isakmp_ph1delete __P((struct ph1handle *));
95 extern u_int32_t isakmp_newmsgid2 __P((struct ph1handle *));
96 extern caddr_t set_isakmp_header __P((vchar_t *, struct ph1handle *, int));
105 extern int copy_ph1addresses __P(( struct ph1handle *,
107 extern void log_ph1established __P((const struct ph1handle *));
H A Disakmp_newg.c66 struct ph1handle *iph1;
H A Dhandler.h96 struct ph1handle { struct
172 LIST_ENTRY(ph1handle) chain;
275 struct ph1handle *ph1; /* back pointer to isakmp status */
278 LIST_ENTRY(ph2handle) ph1bind; /* chain to ph1handle */
378 struct ph1handle;
382 extern struct ph1handle *getph1byindex __P((isakmp_index *));
383 extern struct ph1handle *getph1byindex0 __P((isakmp_index *));
384 extern struct ph1handle *getph1byaddr __P((struct sockaddr *,
387 extern struct ph1handle *newph1 __P((void));
388 extern void delph1 __P((struct ph1handle *));
[all...]
H A Dipsec_doi.h177 extern int ipsecdoi_checkph1proposal __P((vchar_t *, struct ph1handle *));
182 extern vchar_t *get_sabyproppair __P((struct prop_pair *, struct ph1handle *));
185 extern int ipsecdoi_checkid1 __P((struct ph1handle *));
186 extern int ipsecdoi_setid1 __P((struct ph1handle *));
H A Dgssapi.c133 gssapi_get_default_name(struct ph1handle *iph1, int remote, gss_name_t *service)
164 gssapi_init(struct ph1handle *iph1)
245 gssapi_get_itoken(struct ph1handle *iph1, int *lenp)
315 gssapi_get_rtoken(struct ph1handle *iph1, int *lenp)
370 gssapi_save_received_token(struct ph1handle *iph1, vchar_t *token)
392 gssapi_get_token_to_send(struct ph1handle *iph1, vchar_t **token)
413 gssapi_get_itokens(struct ph1handle *iph1, vchar_t **tokens)
448 gssapi_get_rtokens(struct ph1handle *iph1, vchar_t **tokens)
486 gssapi_wraphash(struct ph1handle *iph1)
546 gssapi_unwraphash(struct ph1handle *iph
[all...]
H A Dhandler.c68 static LIST_HEAD(_ph1tree_, ph1handle) ph1tree;
87 struct ph1handle *
91 struct ph1handle *p;
106 struct ph1handle *
110 struct ph1handle *p;
127 struct ph1handle *
131 struct ph1handle *p;
150 struct ph1handle *iph1;
186 struct ph1handle *
189 struct ph1handle *iph
[all...]
H A Dproposal.h147 struct ph1handle;
156 extern struct saprop *cmpsaprop_alloc __P((struct ph1handle *,
H A Disakmp_inf.c88 static int isakmp_info_recv_n __P((struct ph1handle *, vchar_t *));
89 static int isakmp_info_recv_d __P((struct ph1handle *, vchar_t *));
93 static void info_recv_initialcontact __P((struct ph1handle *));
104 struct ph1handle *iph1;
197 struct ph1handle *iph1;
242 struct ph1handle *iph1;
303 struct ph1handle *iph1 = NULL;
374 struct ph1handle *iph1;
436 struct ph1handle *iph1 = iph2->ph1;
482 struct ph1handle *iph
[all...]
H A Disakmp.c90 static int nostate1 __P((struct ph1handle *, vchar_t *));
96 __P((struct ph1handle *, vchar_t *)) = {
138 static int ph1_main __P((struct ph1handle *, vchar_t *));
142 static int isakmp_ph2begin_i __P((struct ph1handle *, struct ph2handle *));
143 static int isakmp_ph2begin_r __P((struct ph1handle *, vchar_t *));
280 struct ph1handle *iph1;
546 struct ph1handle *iph1;
731 struct ph1handle *iph1;
810 struct ph1handle *iph1;
901 struct ph1handle *iph
[all...]
H A Disakmp_ident.c77 static vchar_t *ident_ir2mx __P((struct ph1handle *));
78 static vchar_t *ident_ir3mx __P((struct ph1handle *));
92 struct ph1handle *iph1;
167 struct ph1handle *iph1;
261 struct ph1handle *iph1;
332 struct ph1handle *iph1;
435 struct ph1handle *iph1;
530 struct ph1handle *iph1;
684 struct ph1handle *iph1;
716 struct ph1handle *iph
[all...]
H A Doakley.c107 static int get_cert_fromlocal __P((struct ph1handle *, int));
108 static int oakley_check_certid __P((struct ph1handle *iph1));
312 struct ph1handle *iph1;
342 struct ph1handle *iph1;
611 oakley_compute_hashx(struct ph1handle *iph1, ...)
666 struct ph1handle *iph1;
720 struct ph1handle *iph1;
773 struct ph1handle *iph1;
896 struct ph1handle *iph1;
1018 struct ph1handle *iph
[all...]
H A Disakmp_base.c85 struct ph1handle *iph1;
177 struct ph1handle *iph1;
287 struct ph1handle *iph1;
445 struct ph1handle *iph1;
565 struct ph1handle *iph1;
594 struct ph1handle *iph1;
698 struct ph1handle *iph1;
790 struct ph1handle *iph1;
904 struct ph1handle *iph1;
H A Disakmp_agg.c92 struct ph1handle *iph1;
258 struct ph1handle *iph1;
449 struct ph1handle *iph1;
607 struct ph1handle *iph1;
741 struct ph1handle *iph1;
1078 struct ph1handle *iph1;
1182 struct ph1handle *iph1;
H A Dipsec_doi.c89 static vchar_t *get_ph1approval __P((struct ph1handle *, struct prop_pair **));
168 struct ph1handle *iph1;
197 struct ph1handle *iph1;
1350 struct ph1handle *iph1;
2893 struct ph1handle *iph1;
3029 struct ph1handle *iph1;
H A Dproposal.c176 struct ph1handle *ph1;

Completed in 266 milliseconds