Searched refs:MECH_OID (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_derparse.h165 } MECH_OID; typedef in typeref:struct:_mechOID
H A Dsmbfs_derparse.c36 MECH_OID g_stcMechOIDList [] =
H A Dsmbfs_spnego.c53 extern MECH_OID g_stcMechOIDList [];
H A Dsmbfs_spnegoparse.c29 extern MECH_OID g_stcMechOIDList [];
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h28 #define MECH_OID 0x06 macro
H A Dspnego_mech.c2906 * If buff_in is not pointing to a MECH_OID, then return NULL and do not
2918 if (length < 1 || **buff_in != MECH_OID)
2953 *(*buf_out)++ = MECH_OID;
3799 * MECH_OID byte + the bytes needed to indicate the
3839 *(*buf)++ = MECH_OID;
3971 if (*buf++ != MECH_OID)

Completed in 29 milliseconds