Searched defs:buff_in (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c2906 * If buff_in is not pointing to a MECH_OID, then return NULL and do not
2911 get_mech_oid(OM_uint32 *minor_status, unsigned char **buff_in, size_t length) argument
2918 if (length < 1 || **buff_in != MECH_OID)
2921 start = *buff_in;
2924 (*buff_in)++;
2925 toid.length = *(*buff_in)++;
2927 if ((*buff_in + toid.length) > end)
2930 toid.elements = *buff_in;
2931 *buff_in += toid.length;
2961 * verify that buff_in point
2967 get_input_token(unsigned char **buff_in, unsigned int buff_length) argument
3032 get_mech_set(OM_uint32 *minor_status, unsigned char **buff_in, unsigned int buff_length) argument
3124 get_req_flags(unsigned char **buff_in, OM_uint32 bodysize, OM_uint32 *req_flags) argument
[all...]

Completed in 26 milliseconds