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

/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c126 const IMA_AUTHMETHOD *pMethodList);
128 IMA_AUTHMETHOD *pMethodList);
148 IMA_AUTHMETHOD *pMethodList);
2122 IMA_BOOL isAuthMethodListValid(IMA_OID oid, const IMA_AUTHMETHOD *pMethodList, argument
2126 if (pMethodList == NULL) {
2132 if (pMethodList[i] == pMethodList[j]) {
2137 if (isAuthMethodValid(oid, pMethodList[i]) == IMA_FALSE) {
2148 IMA_AUTHMETHOD *pMethodList
2152 pMethodCount, pMethodList));
[all...]
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c6023 IMA_AUTHMETHOD *pMethodList) {
6058 pMethodCount, pMethodList);
6074 IMA_AUTHMETHOD *pMethodList) {
6108 pMethodCount, pMethodList);
6181 const IMA_AUTHMETHOD *pMethodList) {
6189 if (methodCount == 0 || pMethodList == NULL)
6215 methodCount, pMethodList);
6019 IMA_GetSupportedAuthMethods( IMA_OID lhbaOid, IMA_BOOL getSettableMethods, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList) argument
6071 IMA_GetInUseInitiatorAuthMethods( IMA_OID lhbaOid, IMA_UINT *pMethodCount, IMA_AUTHMETHOD *pMethodList) argument
6178 IMA_SetInitiatorAuthMethods( IMA_OID lhbaOid, IMA_UINT methodCount, const IMA_AUTHMETHOD *pMethodList) argument

Completed in 75 milliseconds