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

  /external/ipsec-tools/src/racoon/
gssapi.h 56 gss_buffer_desc gss_p[3]; member in struct:gssapi_ph1_state
gssapi.c 309 rtoken = gps->gsscnt_p == 0 ? dummy : &gps->gss_p[gps->gsscnt_p - 1];
359 rtoken = &gps->gss_p[gps->gsscnt_p - 1];
412 gsstoken = &gps->gss_p[gps->gsscnt_p];
500 len += gps->gss_p[i].length;
507 memcpy(p, gps->gss_p[i].value, gps->gss_p[i].length);
508 p += gps->gss_p[i].length;

Completed in 367 milliseconds