Searched refs:vchar_t (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp_ident.h37 extern int ident_i1send (phase1_handle_t *, vchar_t *);
38 extern int ident_i2recv (phase1_handle_t *, vchar_t *);
39 extern int ident_i3send (phase1_handle_t *, vchar_t *);
40 extern int ident_i4recv (phase1_handle_t *, vchar_t *);
41 extern int ident_i5send (phase1_handle_t *, vchar_t *);
42 extern int ident_i6recv (phase1_handle_t *, vchar_t *);
43 extern int ident_ifinalize (phase1_handle_t *, vchar_t *);
45 extern int ident_r1recv (phase1_handle_t *, vchar_t *);
46 extern int ident_r2send (phase1_handle_t *, vchar_t *);
47 extern int ident_r3recv (phase1_handle_t *, vchar_t *);
[all...]
H A Dcrypto_openssl.h46 extern int eay_cmp_asn1dn (vchar_t *, vchar_t *);
47 extern int eay_get_x509subjectaltname (vchar_t *, char **, int *, int, int*);
48 extern vchar_t *eay_get_x509_common_name (vchar_t *);
58 extern vchar_t *eay_des_encrypt (vchar_t *, vchar_t *, vchar_t *);
59 extern vchar_t *eay_des_decryp
[all...]
H A Disakmp_quick.h37 extern int quick_iprep (phase2_handle_t *, vchar_t *);
38 extern int quick_i1send (phase2_handle_t *, vchar_t *);
39 extern int quick_i2recv (phase2_handle_t *, vchar_t *);
40 extern int quick_i3send (phase2_handle_t *, vchar_t *);
41 extern int quick_i4recv (phase2_handle_t *, vchar_t *);
43 extern int quick_r1recv (phase2_handle_t *, vchar_t *);
44 extern int quick_rprep (phase2_handle_t *, vchar_t *);
45 extern int quick_r2send (phase2_handle_t *, vchar_t *);
46 extern int quick_r3recv (phase2_handle_t *, vchar_t *);
47 extern int quick_r4send (phase2_handle_t *, vchar_t *);
[all...]
H A Dalgorithm.h42 caddr_t (*init) (vchar_t *);
43 void (*update) (caddr_t, vchar_t *);
44 vchar_t *(*final) (caddr_t);
46 vchar_t *(*one) (vchar_t *, vchar_t *);
54 void (*update) (caddr_t, vchar_t *);
55 vchar_t *(*final) (caddr_t);
57 vchar_t *(*one) (vchar_t *);
[all...]
H A Dopen_dir.h26 extern int open_dir_authorize_id (vchar_t *id, vchar_t *group);
H A Disakmp_agg.h37 extern int agg_i1send (phase1_handle_t *, vchar_t *);
38 extern int agg_i2recv (phase1_handle_t *, vchar_t *);
39 extern int agg_i3send (phase1_handle_t *, vchar_t *);
41 extern int agg_r1recv (phase1_handle_t *, vchar_t *);
42 extern int agg_r2send (phase1_handle_t *, vchar_t *);
43 extern int agg_r3recv (phase1_handle_t *, vchar_t *);
44 extern int agg_rfinalize (phase1_handle_t *, vchar_t *);
H A Ddnssec.h35 extern cert_t *dnssec_getcert (vchar_t *);
H A Dvmbuf.h47 vchar_t *n; /* next vchar_t buffer */
53 } vchar_t; typedef in typeref:struct:_vchar_t_
66 extern vchar_t *vmalloc (size_t);
67 extern vchar_t *vrealloc (vchar_t *, size_t);
68 extern void vfree (vchar_t *);
69 extern vchar_t *vdup (vchar_t *);
70 extern vchar_t *vne
[all...]
H A Disakmp_inf.h41 extern int isakmp_info_recv (phase1_handle_t *, vchar_t *);
45 struct sockaddr_storage *, struct sockaddr_storage *, int, vchar_t *);
46 extern int isakmp_info_send_n1 (phase1_handle_t *, int, vchar_t *);
47 extern int isakmp_info_send_n2 (phase2_handle_t *, int, vchar_t *);
49 vchar_t *, u_int32_t, int);
51 extern vchar_t * isakmp_add_pl_n (vchar_t *, u_int8_t **, int,
52 struct saproto *, vchar_t *);
H A Ddump.h37 extern int isakmp_dump (vchar_t *, struct sockaddr_storage *, struct sockaddr_storage *);
H A Disakmp_frag.h59 vchar_t *frag_packet;
62 int isakmp_sendfrags (phase1_handle_t *, vchar_t *);
64 int isakmp_frag_extract (phase1_handle_t *, vchar_t *);
65 vchar_t *isakmp_frag_reassembly (phase1_handle_t *);
66 vchar_t *isakmp_frag_addcap (vchar_t *, int);
67 int sendfragsfromto (int s, vchar_t *, struct sockaddr_storage *, struct sockaddr_storage *, int, u_int32_t);
H A Doakley.h178 vchar_t *prime;
181 vchar_t *curve_a;
182 vchar_t *curve_b;
183 vchar_t *order;
200 vchar_t cert; /* pointer to the CERT */
201 vchar_t *pl; /* CERT payload minus isakmp general header */
213 extern int oakley_dh_compute (const struct dhgroup *, vchar_t *, vchar_t *, vchar_t *, vchar_t **);
[all...]
H A Dsainfo.h41 vchar_t *idsrc;
42 vchar_t *iddst;
50 vchar_t *group;
56 vchar_t *id_i; /* identifier of the authorized initiator */
71 extern struct sainfo *getsainfo (const vchar_t *,
72 const vchar_t *, const vchar_t *, int);
73 extern struct sainfo *getsainfo_by_dst_id (const vchar_t *, const vchar_t *);
H A Dcrypto_cssm.h38 extern int crypto_cssm_verify_x509sign(SecKeyRef publicKeyRef, vchar_t *hash, vchar_t *signature, Boolean useSHA1);
39 extern SecCertificateRef crypto_cssm_x509cert_CreateSecCertificateRef (vchar_t *cert);
40 extern vchar_t* crypto_cssm_getsign(CFDataRef persistentCertRef, vchar_t* hash);
41 extern vchar_t* crypto_cssm_get_x509cert(CFDataRef persistentCertRef, cert_status_t *certStatus);
H A Disakmp_var.h69 extern vchar_t *isakmp_parsewoh (int, struct isakmp_gen *, int);
70 extern vchar_t *isakmp_parse (vchar_t *);
81 extern int isakmp_send (phase1_handle_t *, vchar_t *);
108 extern vchar_t *isakmp_add_attr_v (vchar_t *, int, caddr_t, int);
109 extern vchar_t *isakmp_add_attr_l (vchar_t *, int, u_int32_t);
113 extern int isakmp_p2ph (vchar_t **, struct isakmp_gen *);
116 extern caddr_t set_isakmp_header1 (vchar_t *, phase1_handle_
[all...]
H A Dhandler.h112 vchar_t *sendbuf; /* buffer for re-sending */
118 vchar_t *dhpriv; /* DH; private value */
119 vchar_t *dhpub; /* DH; public value */
120 vchar_t *dhpub_p; /* DH; partner's public value */
121 vchar_t *dhgxy; /* DH; shared secret */
122 vchar_t *nonce; /* nonce value */
123 vchar_t *nonce_p; /* partner's nonce value */
124 vchar_t *skeyid; /* SKEYID */
125 vchar_t *skeyid_d; /* SKEYID_d */
126 vchar_t *skeyid_
[all...]
H A Dipsec_doi.h225 extern int ipsecdoi_checkph1proposal (vchar_t *, phase1_handle_t *);
229 extern struct prop_pair **get_proppair (vchar_t *, int);
230 extern vchar_t *get_sabyproppair (struct prop_pair *, phase1_handle_t *);
232 extern vchar_t *get_sabysaprop (struct saprop *, vchar_t *);
233 extern int ipsecdoi_chkcmpids (const vchar_t *, const vchar_t *, int );
236 extern int set_identifier (vchar_t **, int, vchar_t *);
237 extern int set_identifier_qual (vchar_t **, in
[all...]
H A Dlocalconf.h86 vchar_t *user_id;
87 vchar_t *user_pw;
88 vchar_t *version; /* our version string - if present */
133 vchar_t *ident[IDTYPE_MAX]; /* base of Identifier payload. */
150 vchar_t *ext_nat_id; /* our address id for our nat address */
178 extern vchar_t *getpskbyname(vchar_t *);
179 extern vchar_t *getpskbyaddr(struct sockaddr_storage *);
181 extern vchar_t *getpskfromkeychain(const char *, u_int8_t, int, vchar_t *);
[all...]
H A Dvmbuf.c52 vchar_t *
56 vchar_t *var;
58 if ((var = (vchar_t *)racoon_malloc(sizeof(*var))) == NULL)
75 vchar_t *
77 vchar_t *ptr;
107 vchar_t *var;
120 vchar_t *
122 vchar_t *src;
124 vchar_t *new;
139 vchar_t *
[all...]
H A Dcrypto_openssl.c101 static X509 *mem2x509(vchar_t *);
103 static caddr_t eay_hmac_init (vchar_t *, CCHmacAlgorithm);
255 vchar_t *n1, *n2;
282 vchar_t *
284 vchar_t *cert;
288 vchar_t *commonName = NULL;
318 vchar_t *cert;
413 vchar_t *cert;
477 vchar_t *
481 vchar_t *dat
[all...]
H A Disakmp_xauth.h81 vchar_t *login; /* xauth login */
82 vchar_t *pass; /* xauth password */
105 vchar_t *isakmp_xauth_req (phase1_handle_t *, struct isakmp_data *);
106 vchar_t *isakmp_xauth_set (phase1_handle_t *, struct isakmp_data *);
H A Disakmp_cfg.h161 vchar_t *attr_list; /* list of mode config attributes - used when started by api */
184 void isakmp_cfg_r (phase1_handle_t *, vchar_t *);
185 int isakmp_cfg_attr_r (phase1_handle_t *, u_int32_t, struct isakmp_pl_attr *, vchar_t *);
187 int isakmp_cfg_request (phase1_handle_t *, struct isakmp_pl_attr *, vchar_t *);
188 int isakmp_cfg_set (phase1_handle_t *, struct isakmp_pl_attr *, vchar_t *);
189 int isakmp_cfg_send (phase1_handle_t *, vchar_t *, u_int32_t, int, int, int, vchar_t *);
193 vchar_t *isakmp_cfg_copy (phase1_handle_t *, struct isakmp_data *);
194 vchar_t *isakmp_cfg_short (phase1_handle_t *, struct isakmp_data *, int);
195 vchar_t *isakmp_cfg_varle
[all...]
H A Dvendorid.h84 vchar_t *hash;
87 vchar_t *set_vendorid (int);
H A Dnattraversal.h102 vchar_t *natt_hash_addr (phase1_handle_t *iph1, struct sockaddr_storage *addr);
103 int natt_compare_addr_hash (phase1_handle_t *iph1, vchar_t *natd_received, int natd_seq);
108 int create_natoa_payloads(phase2_handle_t *iph2, vchar_t **, vchar_t **);
109 struct sockaddr_storage * process_natoa_payload(vchar_t *buf);
112 isakmp_plist_append_natt_vids (struct payload_list *plist, vchar_t *vid_natt[MAX_NATT_VID_COUNT]);
/macosx-10.10/ipsec-286.1.1/ipsec-tools/setkey/
H A Dvchar.h38 } vchar_t; typedef in typeref:struct:__anon9235

Completed in 144 milliseconds

123