Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c2849 start = *buff_in; in get_mech_oid()
2852 (*buff_in)++; in get_mech_oid()
2853 toid.length = *(*buff_in)++; in get_mech_oid()
2858 toid.elements = *buff_in; in get_mech_oid()
2859 *buff_in += toid.length; in get_mech_oid()
2900 if (**buff_in != OCTET_STRING) in get_input_token()
2903 (*buff_in)++; in get_input_token()
2922 *buff_in += input_token->length; in get_input_token()
2971 if (**buff_in != SEQUENCE_OF) in get_mech_set()
2974 start = *buff_in; in get_mech_set()
[all …]