Searched refs:gsscnt (Results 1 – 2 of 2) sorted by relevance
310 itoken = &gps->gss[gps->gsscnt]; in gssapi_get_itoken()337 gps->gsscnt++; in gssapi_get_itoken()360 itoken = &gps->gss[gps->gsscnt]; in gssapi_get_rtoken()392 gps->gsscnt++; in gssapi_get_rtoken()435 gsstoken = &gps->gss[gps->gsscnt - 1]; in gssapi_get_token_to_send()458 for (i = len = 0; i < gps->gsscnt; i++) in gssapi_get_itokens()465 for (i = 0; i < gps->gsscnt; i++) { in gssapi_get_itokens()473 "%d itokens of length %zu\n", gps->gsscnt, (*tokens)->l); in gssapi_get_itokens()
49 int gsscnt; /* # of token we're working on */ member