Home
last modified time | relevance | path

Searched refs:pMethodList (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c128 IMA_AUTHMETHOD *pMethodList);
148 IMA_AUTHMETHOD *pMethodList);
2126 if (pMethodList == NULL) { in isAuthMethodListValid()
2132 if (pMethodList[i] == pMethodList[j]) { in isAuthMethodListValid()
2148 IMA_AUTHMETHOD *pMethodList in IMA_GetSupportedAuthMethods() argument
2152 pMethodCount, pMethodList)); in IMA_GetSupportedAuthMethods()
2161 IMA_AUTHMETHOD *pMethodList in getSupportedAuthMethods() argument
2164 if (pMethodList == NULL) { in getSupportedAuthMethods()
2181 IMA_AUTHMETHOD *pMethodList in IMA_GetInUseInitiatorAuthMethods() argument
2649 switch (pMethodList[i]) { in setAuthMethods()
[all …]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.h54 IMA_AUTHMETHOD *pMethodList);
116 const IMA_AUTHMETHOD *pMethodList);
H A Dsun_ima.c88 const IMA_AUTHMETHOD *pMethodList);
90 IMA_AUTHMETHOD *pMethodList);
578 IMA_AUTHMETHOD *pMethodList in SUN_IMA_GetTargetAuthMethods() argument
581 if (getAuthMethods(targetOid, pMethodCount, pMethodList) in SUN_IMA_GetTargetAuthMethods()
583 return (getAuthMethods(lhbaOid, pMethodCount, pMethodList)); in SUN_IMA_GetTargetAuthMethods()
2370 const IMA_AUTHMETHOD *pMethodList in setAuthMethods() argument
2396 switch (pMethodList[i]) { in setAuthMethods()
2420 IMA_AUTHMETHOD *pMethodList in getAuthMethods() argument
2443 pMethodList[0] = IMA_AUTHMETHOD_NONE; in getAuthMethods()
2448 pMethodList[i++] = IMA_AUTHMETHOD_CHAP; in getAuthMethods()
[all …]
/illumos-gate/usr/src/lib/libima/common/
H A Dima-plugin.h524 IMA_AUTHMETHOD *pMethodList
530 IMA_AUTHMETHOD *pMethodList
542 const IMA_AUTHMETHOD *pMethodList
H A Dima.h2358 IMA_AUTHMETHOD *pMethodList
2364 IMA_AUTHMETHOD *pMethodList
2376 const IMA_AUTHMETHOD *pMethodList
H A Dima-lib.c6018 IMA_AUTHMETHOD *pMethodList) { in IMA_GetSupportedAuthMethods() argument
6053 pMethodCount, pMethodList); in IMA_GetSupportedAuthMethods()
6069 IMA_AUTHMETHOD *pMethodList) { in IMA_GetInUseInitiatorAuthMethods() argument
6103 pMethodCount, pMethodList); in IMA_GetInUseInitiatorAuthMethods()
6176 const IMA_AUTHMETHOD *pMethodList) { in IMA_SetInitiatorAuthMethods() argument
6184 if (methodCount == 0 || pMethodList == NULL) in IMA_SetInitiatorAuthMethods()
6210 methodCount, pMethodList); in IMA_SetInitiatorAuthMethods()