Searched refs:gsscnt_p (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dgssapi.h48 int gsscnt_p; /* # of token we're working on */ member in struct:gssapi_ph1_state
H A Dgssapi.c278 rtoken = gps->gsscnt_p == 0 ? dummy : &gps->gss_p[gps->gsscnt_p - 1];
328 rtoken = &gps->gss_p[gps->gsscnt_p - 1];
381 gsstoken = &gps->gss_p[gps->gsscnt_p];
386 gps->gsscnt_p++;
468 for (i = len = 0; i < gps->gsscnt_p; i++)
475 for (i = 0; i < gps->gsscnt_p; i++) {

Completed in 46 milliseconds