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

/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c2843 * If buff_in is not pointing to a MECH_OID, then return NULL and do not
2848 get_mech_oid(OM_uint32 *minor_status, unsigned char **buff_in, size_t length) argument
2855 if (length < 1 || **buff_in != MECH_OID)
2858 start = *buff_in;
2861 (*buff_in)++;
2862 toid.length = *(*buff_in)++;
2864 if ((*buff_in + toid.length) > end)
2867 toid.elements = *buff_in;
2868 *buff_in += toid.length;
2898 * verify that buff_in point
2904 get_input_token(unsigned char **buff_in, unsigned int buff_length) argument
2969 get_mech_set(OM_uint32 *minor_status, unsigned char **buff_in, unsigned int buff_length) argument
3061 get_req_flags(unsigned char **buff_in, OM_uint32 bodysize, OM_uint32 *req_flags) argument
[all...]

Completed in 52 milliseconds