Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dgssapi.c309 rtoken = gps->gsscnt_p == 0 ? dummy : &gps->gss_p[gps->gsscnt_p - 1]; in gssapi_get_itoken()
359 rtoken = &gps->gss_p[gps->gsscnt_p - 1]; in gssapi_get_rtoken()
412 gsstoken = &gps->gss_p[gps->gsscnt_p]; in gssapi_save_received_token()
417 gps->gsscnt_p++; in gssapi_save_received_token()
499 for (i = len = 0; i < gps->gsscnt_p; i++) in gssapi_get_rtokens()
506 for (i = 0; i < gps->gsscnt_p; i++) { in gssapi_get_rtokens()
Dgssapi.h50 int gsscnt_p; /* # of token we're working on */ member