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

/opensolaris-onvv-gate/usr/src/lib/libsmbfs/smb/
H A Dderparse.h164 } MECH_OID; typedef in typeref:struct:_mechOID
H A Dderparse.c38 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.c34 extern MECH_OID g_stcMechOIDList [];
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h28 #define MECH_OID 0x06 macro
H A Dspnego_mech.c2857 * If buff_in is not pointing to a MECH_OID, then return NULL and do not
2869 if (length < 1 || **buff_in != MECH_OID)
2904 *(*buf_out)++ = MECH_OID;
3750 * MECH_OID byte + the bytes needed to indicate the
3790 *(*buf)++ = MECH_OID;
3922 if (*buf++ != MECH_OID)

Completed in 118 milliseconds