Lines Matching refs:vchar_t
158 vchar_t *prime;
161 vchar_t *curve_a;
162 vchar_t *curve_b;
163 vchar_t *order;
169 vchar_t cert; /* pointer to the CERT */
170 vchar_t *pl; /* CERT payload minus isakmp general header */
182 vchar_t *, vchar_t *, vchar_t *, vchar_t **));
184 vchar_t **, vchar_t **));
187 extern vchar_t *oakley_prf __P((vchar_t *, vchar_t *, struct ph1handle *));
188 extern vchar_t *oakley_hash __P((vchar_t *, struct ph1handle *));
193 extern vchar_t *oakley_compute_hashx __P((void));
195 extern vchar_t *oakley_compute_hash3 __P((struct ph1handle *,
196 u_int32_t, vchar_t *));
197 extern vchar_t *oakley_compute_hash1 __P((struct ph1handle *,
198 u_int32_t, vchar_t *));
199 extern vchar_t *oakley_ph1hash_common __P((struct ph1handle *, int));
200 extern vchar_t *oakley_ph1hash_base_i __P((struct ph1handle *, int));
201 extern vchar_t *oakley_ph1hash_base_r __P((struct ph1handle *, int));
206 extern vchar_t *oakley_getcr __P((struct ph1handle *));
222 extern vchar_t *oakley_do_decrypt __P((struct ph1handle *,
223 vchar_t *, vchar_t *, vchar_t *));
224 extern vchar_t *oakley_do_encrypt __P((struct ph1handle *,
225 vchar_t *, vchar_t *, vchar_t *));