Searched refs:gss_p (Results 1 – 2 of 2) sorted by relevance
309 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()500 len += gps->gss_p[i].length; in gssapi_get_rtokens()507 memcpy(p, gps->gss_p[i].value, gps->gss_p[i].length); in gssapi_get_rtokens()508 p += gps->gss_p[i].length; in gssapi_get_rtokens()
56 gss_buffer_desc gss_p[3]; member