Lines Matching refs:vchar_t
126 vchar_t *authstr; /* place holder of string for auth. */
147 vchar_t *sendbuf; /* buffer for re-sending */
149 vchar_t *dhpriv; /* DH; private value */
150 vchar_t *dhpub; /* DH; public value */
151 vchar_t *dhpub_p; /* DH; partner's public value */
152 vchar_t *dhgxy; /* DH; shared secret */
153 vchar_t *nonce; /* nonce value */
154 vchar_t *nonce_p; /* partner's nonce value */
155 vchar_t *skeyid; /* SKEYID */
156 vchar_t *skeyid_d; /* SKEYID_d */
157 vchar_t *skeyid_a; /* SKEYID_a, i.e. hash */
158 vchar_t *skeyid_e; /* SKEYID_e, i.e. encryption */
159 vchar_t *key; /* cipher key */
160 vchar_t *hash; /* HASH minus general header */
161 vchar_t *sig; /* SIG minus general header */
162 vchar_t *sig_p; /* peer's SIG minus general header */
170 vchar_t *id; /* ID minus gen header */
171 vchar_t *id_p; /* partner's ID minus general header */
175 vchar_t *sa; /* whole SA payload to send/to be sent*/
179 vchar_t *sa_ret; /* SA payload to reply/to be replyed */
186 vchar_t *gi_i; /* optional initiator GSS id */
187 vchar_t *gi_r; /* optional responder GSS id */
265 vchar_t *sendbuf; /* buffer for re-sending */
266 vchar_t *msg1; /* buffer for re-sending */
294 vchar_t *dhpriv; /* DH; private value */
295 vchar_t *dhpub; /* DH; public value */
296 vchar_t *dhpub_p; /* DH; partner's public value */
297 vchar_t *dhgxy; /* DH; shared secret */
298 vchar_t *id; /* ID minus gen header */
299 vchar_t *id_p; /* peer's ID minus general header */
300 vchar_t *nonce; /* nonce value in phase 2 */
301 vchar_t *nonce_p; /* partner's nonce value in phase 2 */
303 vchar_t *sa; /* whole SA payload to send/to be sent*/
307 vchar_t *sa_ret; /* SA payload to reply/to be replyed */
339 vchar_t *hash; /* hash of the received packet */
340 vchar_t *sendbuf; /* buffer for the response */
403 vchar_t *iv; /* for decoding packet */
405 vchar_t *ive; /* for encoding packet */
437 extern vchar_t *dumpph1 __P((void));
472 struct sockaddr *, vchar_t *));
474 vchar_t *, vchar_t *));