HomeSort by: relevance | last modified time | path
    Searched defs:itoken (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
gssapi.c 284 gss_buffer_t itoken, rtoken, dummy; local
315 itoken = &gps->gss[gps->gsscnt];
322 itoken, NULL, NULL);
339 *lenp = itoken->length;
341 if (itoken->length != 0)
355 gss_buffer_t itoken, rtoken; local
365 itoken = &gps->gss[gps->gsscnt];
369 NULL, itoken, NULL, NULL, NULL);
396 if (itoken->length != 0)
400 *lenp = itoken->length
    [all...]
gssapi.c 284 gss_buffer_t itoken, rtoken, dummy; local
315 itoken = &gps->gss[gps->gsscnt];
322 itoken, NULL, NULL);
339 *lenp = itoken->length;
341 if (itoken->length != 0)
355 gss_buffer_t itoken, rtoken; local
365 itoken = &gps->gss[gps->gsscnt];
369 NULL, itoken, NULL, NULL, NULL);
396 if (itoken->length != 0)
400 *lenp = itoken->length
    [all...]

Completed in 75 milliseconds