Home
last modified time | relevance | path

Searched refs:mechOidCnt (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dderparse.c459 long ASNDerCalcMechListLength( SPNEGO_MECH_OID *mechOidLst, int mechOidCnt, in ASNDerCalcMechListLength() argument
468 for (i = 0; i < mechOidCnt; i++) { in ASNDerCalcMechListLength()
686 long ASNDerWriteMechList( unsigned char* pbData, SPNEGO_MECH_OID *mechOidLst, int mechOidCnt ) in ASNDerWriteMechList() argument
694 nMechListLength = ASNDerCalcMechListLength(mechOidLst, mechOidCnt, &nInternalLength); in ASNDerWriteMechList()
709 for (i = 0; i < mechOidCnt; i++) { in ASNDerWriteMechList()
H A Dderparse.h180 long ASNDerCalcMechListLength( SPNEGO_MECH_OID *mechOidLst, int mechOidCnt,
186 long ASNDerWriteMechList( unsigned char* pbData, SPNEGO_MECH_OID *mechOidLst, int mechOidCnt );
H A Dspnegoparse.h138 SPNEGO_MECH_OID *mechOid, int mechOidCnt, int nReqFlagsAvailable,
H A Dspnegoparse.c81 long nMechListMICLength, SPNEGO_MECH_OID *mechOidLst, int mechOidCnt, in CalculateMinSpnegoInitTokenSize() argument
136 nTempLength += ASNDerCalcMechListLength( mechOidLst, mechOidCnt, NULL ); in CalculateMinSpnegoInitTokenSize()