HomeSort by relevance Sort by last modified time
    Searched refs:gsstoken (Results 1 - 3 of 3) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_ident.c 430 vchar_t *gsstoken = NULL; local
471 if (isakmp_p2ph(&gsstoken, pa->ptr) < 0)
473 gssapi_save_received_token(iph1, gsstoken);
546 if (gsstoken)
547 vfree(gsstoken);
674 vchar_t *gsstoken = NULL; local
724 if (isakmp_p2ph(&gsstoken, pa->ptr) < 0)
726 gssapi_save_received_token(iph1, gsstoken);
756 if (gsstoken == NULL) {
787 iph1->status = gsstoken != 0 ? PHASE1ST_MSG3RECEIVED
1118 vchar_t *gsstoken = NULL; local
1338 vchar_t *gsstoken = NULL; local
1640 vchar_t *gsstoken = NULL; local
1749 vchar_t *gsstoken = NULL; local
    [all...]
gssapi.c 109 gssapi_vm2gssbuf(vchar_t *vmbuf, gss_buffer_t gsstoken)
112 gsstoken->value = racoon_malloc(vmbuf->l);
113 if (gsstoken->value == NULL)
115 memcpy(gsstoken->value, vmbuf->v, vmbuf->l);
116 gsstoken->length = vmbuf->l;
122 gssapi_gss2vmbuf(gss_buffer_t gsstoken, vchar_t **vmbuf)
125 *vmbuf = vmalloc(gsstoken->length);
128 memcpy((*vmbuf)->v, gsstoken->value, gsstoken->length);
129 (*vmbuf)->l = gsstoken->length
404 gss_buffer_t gsstoken; local
426 gss_buffer_t gsstoken; local
    [all...]
isakmp_agg.c 129 vchar_t *gsstoken = NULL; local
233 if (gssapi_get_token_to_send(iph1, &gsstoken) < 0) {
238 plist = isakmp_plist_append(plist, gsstoken, ISAKMP_NPTYPE_GSS);
289 if (gsstoken)
290 vfree(gsstoken);
337 vchar_t *gsstoken = NULL; local
421 if (isakmp_p2ph(&gsstoken, pa->ptr) < 0)
423 gssapi_save_received_token(iph1, gsstoken);
566 if (gsstoken)
567 vfree(gsstoken);
768 vchar_t *gsstoken = NULL; local
937 vchar_t *gsstoken = NULL, *gsshash = NULL; local
    [all...]

Completed in 86 milliseconds