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 431 vchar_t *gsstoken = NULL; local
472 if (isakmp_p2ph(&gsstoken, pa->ptr) < 0)
474 gssapi_save_received_token(iph1, gsstoken);
547 if (gsstoken)
548 vfree(gsstoken);
677 vchar_t *gsstoken = NULL; local
727 if (isakmp_p2ph(&gsstoken, pa->ptr) < 0)
729 gssapi_save_received_token(iph1, gsstoken);
759 if (gsstoken == NULL) {
791 iph1->status = gsstoken != 0 ? PHASE1ST_MSG3RECEIVED :
1127 vchar_t *gsstoken = NULL; local
1348 vchar_t *gsstoken = NULL; local
1654 vchar_t *gsstoken = NULL; local
1775 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 131 vchar_t *gsstoken = NULL; local
249 gssapi_get_token_to_send(iph1, &gsstoken);
250 plist = isakmp_plist_append(plist, gsstoken, ISAKMP_NPTYPE_GSS);
304 if (gsstoken)
305 vfree(gsstoken);
353 vchar_t *gsstoken = NULL; local
435 if (isakmp_p2ph(&gsstoken, pa->ptr) < 0)
437 gssapi_save_received_token(iph1, gsstoken);
581 if (gsstoken)
582 vfree(gsstoken);
786 vchar_t *gsstoken = NULL; local
958 vchar_t *gsstoken = NULL, *gsshash = NULL; local
    [all...]

Completed in 627 milliseconds