Searched refs:gss_p (Results 1 – 2 of 2) sorted by relevance
314 rtoken = gps->gsscnt_p == 0 ? dummy : &gps->gss_p[gps->gsscnt_p - 1]; in gssapi_get_itoken()364 rtoken = &gps->gss_p[gps->gsscnt_p - 1]; in gssapi_get_rtoken()417 gsstoken = &gps->gss_p[gps->gsscnt_p]; in gssapi_save_received_token()505 len += gps->gss_p[i].length; in gssapi_get_rtokens()512 memcpy(p, gps->gss_p[i].value, gps->gss_p[i].length); in gssapi_get_rtokens()513 p += gps->gss_p[i].length; in gssapi_get_rtokens()
56 gss_buffer_desc gss_p[3]; member