Searched refs:mechOidCnt (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | derparse.c | 459 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 D | derparse.h | 180 long ASNDerCalcMechListLength( SPNEGO_MECH_OID *mechOidLst, int mechOidCnt, 186 long ASNDerWriteMechList( unsigned char* pbData, SPNEGO_MECH_OID *mechOidLst, int mechOidCnt );
|
H A D | spnegoparse.h | 138 SPNEGO_MECH_OID *mechOid, int mechOidCnt, int nReqFlagsAvailable,
|
H A D | spnegoparse.c | 81 long nMechListMICLength, SPNEGO_MECH_OID *mechOidLst, int mechOidCnt, in CalculateMinSpnegoInitTokenSize() argument 136 nTempLength += ASNDerCalcMechListLength( mechOidLst, mechOidCnt, NULL ); in CalculateMinSpnegoInitTokenSize()
|