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

  /external/ipsec-tools/src/racoon/
gssapi.h 50 int gsscnt_p; /* # of token we're working on */ 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];
417 gps->gsscnt_p++;
499 for (i = len = 0; i < gps->gsscnt_p; i++)
506 for (i = 0; i < gps->gsscnt_p; i++) {

Completed in 96 milliseconds