• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/

Lines Matching refs:vchar_t

108 	vchar_t *authstr;		/* place holder of string for auth. */
120 vchar_t *sendbuf; /* buffer for re-sending */
122 vchar_t *dhpriv; /* DH; private value */
123 vchar_t *dhpub; /* DH; public value */
124 vchar_t *dhpub_p; /* DH; partner's public value */
125 vchar_t *dhgxy; /* DH; shared secret */
126 vchar_t *nonce; /* nonce value */
127 vchar_t *nonce_p; /* partner's nonce value */
128 vchar_t *skeyid; /* SKEYID */
129 vchar_t *skeyid_d; /* SKEYID_d */
130 vchar_t *skeyid_a; /* SKEYID_a, i.e. hash */
131 vchar_t *skeyid_e; /* SKEYID_e, i.e. encryption */
132 vchar_t *key; /* cipher key */
133 vchar_t *hash; /* HASH minus general header */
134 vchar_t *sig; /* SIG minus general header */
135 vchar_t *sig_p; /* peer's SIG minus general header */
140 vchar_t *id; /* ID minus gen header */
141 vchar_t *id_p; /* partner's ID minus general header */
145 vchar_t *sa; /* whole SA payload to send/to be sent*/
149 vchar_t *sa_ret; /* SA payload to reply/to be replyed */
156 vchar_t *gi_i; /* optional initiator GSS id */
157 vchar_t *gi_r; /* optional responder GSS id */
223 vchar_t *sendbuf; /* buffer for re-sending */
224 vchar_t *msg1; /* buffer for re-sending */
252 vchar_t *dhpriv; /* DH; private value */
253 vchar_t *dhpub; /* DH; public value */
254 vchar_t *dhpub_p; /* DH; partner's public value */
255 vchar_t *dhgxy; /* DH; shared secret */
256 vchar_t *id; /* ID minus gen header */
257 vchar_t *id_p; /* peer's ID minus general header */
258 vchar_t *nonce; /* nonce value in phase 2 */
259 vchar_t *nonce_p; /* partner's nonce value in phase 2 */
261 vchar_t *sa; /* whole SA payload to send/to be sent*/
265 vchar_t *sa_ret; /* SA payload to reply/to be replyed */
295 vchar_t *hash; /* hash of the received packet */
296 vchar_t *sendbuf; /* buffer for the response */
359 vchar_t *iv; /* for decoding packet */
361 vchar_t *ive; /* for encoding packet */
386 extern vchar_t *dumpph1 __P((void));
417 struct sockaddr *, vchar_t *));
419 vchar_t *, vchar_t *));