Searched defs:pMethodCount (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libima/common/
H A Dima-lib.c6015 IMA_UINT *pMethodCount,
6024 if (pMethodCount == NULL)
6051 pMethodCount, pMethodList);
6066 IMA_UINT *pMethodCount,
6075 if (pMethodCount == NULL)
6101 pMethodCount, pMethodList);
6012 IMA_GetSupportedAuthMethods( IMA_OID lhbaOid, IMA_BOOL getSettableMethods, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList) argument
6064 IMA_GetInUseInitiatorAuthMethods( IMA_OID lhbaOid, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList) argument
/osnet-11/usr/src/lib/libsun_ima/common/
H A Dima.c125 static IMA_STATUS setAuthMethods(IMA_OID oid, IMA_UINT *pMethodCount,
127 static IMA_STATUS getAuthMethods(IMA_OID oid, IMA_UINT *pMethodCount,
147 IMA_BOOL getSettableMethods, IMA_UINT *pMethodCount,
2133 IMA_UINT *pMethodCount,
2138 pMethodCount, pMethodList));
2146 IMA_UINT *pMethodCount,
2151 *pMethodCount = 0;
2155 *pMethodCount = NUM_SUPPORTED_AUTH_METHODS;
2156 if (*pMethodCount > 1) {
2166 IMA_UINT *pMethodCount,
2130 IMA_GetSupportedAuthMethods( IMA_OID lhbaOid, IMA_BOOL getSettableMethods, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList ) argument
2143 getSupportedAuthMethods( IMA_OID lhbaOid, IMA_BOOL getSettableMethods, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList ) argument
2164 IMA_GetInUseInitiatorAuthMethods( IMA_OID lhbaOid, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList ) argument
2623 setAuthMethods( IMA_OID oid, IMA_UINT *pMethodCount, const IMA_AUTHMETHOD *pMethodList ) argument
2671 getAuthMethods( IMA_OID oid, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList ) argument
[all...]

Completed in 49 milliseconds