Searched refs:gsstoken (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp_ident.c339 vchar_t *gsstoken = NULL; local
378 if (isakmp_p2ph(&gsstoken, pa->ptr) < 0)
380 gssapi_save_received_token(iph1, gsstoken);
539 vchar_t *gsstoken = NULL; local
591 if (isakmp_p2ph(&gsstoken, pa->ptr) < 0)
593 gssapi_save_received_token(iph1, gsstoken);
626 if (gsstoken == NULL) {
649 iph1->status = gsstoken != 0 ? PHASE1ST_MSG3RECEIVED :
663 if (gsstoken)
664 vfree(gsstoken);
905 vchar_t *gsstoken = NULL; local
1086 vchar_t *gsstoken = NULL; local
1379 vchar_t *gsstoken = NULL; local
1508 vchar_t *gsstoken = NULL; local
[all...]
H A Dgssapi.c107 gssapi_vm2gssbuf(vchar_t *vmbuf, gss_buffer_t gsstoken) argument
110 gsstoken->value = racoon_malloc(vmbuf->l);
111 if (gsstoken->value == NULL)
113 memcpy(gsstoken->value, vmbuf->v, vmbuf->l);
114 gsstoken->length = vmbuf->l;
120 gssapi_gss2vmbuf(gss_buffer_t gsstoken, vchar_t **vmbuf) argument
123 *vmbuf = vmalloc(gsstoken->length);
126 memcpy((*vmbuf)->v, gsstoken->value, gsstoken->length);
127 (*vmbuf)->l = gsstoken
373 gss_buffer_t gsstoken; local
395 gss_buffer_t gsstoken; local
[all...]
H A Disakmp_agg.c99 vchar_t *cr = NULL, *gsstoken = NULL; local
218 gssapi_get_token_to_send(iph1, &gsstoken);
219 p = set_isakmp_payload(p, gsstoken, ISAKMP_NPTYPE_NONE);
242 if (gsstoken)
243 vfree(gsstoken);
266 vchar_t *gsstoken = NULL; local
338 if (isakmp_p2ph(&gsstoken, pa->ptr) < 0)
340 gssapi_save_received_token(iph1, gsstoken);
614 vchar_t *gsstoken = NULL; local
674 if (isakmp_p2ph(&gsstoken, p
754 vchar_t *gsstoken = NULL, *gsshash = NULL; local
[all...]

Completed in 64 milliseconds