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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dderparse.h163 } MECH_OID; typedef in typeref:struct:_mechOID
H A Dderparse.c39 MECH_OID g_stcMechOIDList [] =
H A Dspnego.c37 extern MECH_OID g_stcMechOIDList [];
H A Dkrb5ssp.c88 extern MECH_OID g_stcMechOIDList [];
H A Dspnegoparse.c35 extern MECH_OID g_stcMechOIDList [];
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h28 #define MECH_OID 0x06 macro
H A Dspnego_mech.c2843 * If buff_in is not pointing to a MECH_OID, then return NULL and do not
2855 if (length < 1 || **buff_in != MECH_OID)
2890 *(*buf_out)++ = MECH_OID;
3736 * MECH_OID byte + the bytes needed to indicate the
3776 *(*buf)++ = MECH_OID;
3908 if (*buf++ != MECH_OID)

Completed in 74 milliseconds