Searched refs:gss_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.h53 gss_buffer_desc gss_p[3]; 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];
469 len += gps->gss_p[i].length;
476 memcpy(p, gps->gss_p[i].value, gps->gss_p[i].length);
477 p += gps->gss_p[i].length;

Completed in 46 milliseconds