Searched refs:a_auth_method (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h367 authMethod_t a_auth_method; member in struct:auth_props
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h342 authMethod_t a_auth_method; member in struct:auth_props
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_sess.c723 auth->a_auth_method = authMethodNone;
750 if (auth->a_auth_method & authMethodCHAP) {
775 if (auth->a_auth_method & authMethodCHAP &&
H A Discsi.c4425 bootProp->auth.a_auth_method = authMethodCHAP;
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c2660 auth.a_auth_method = authMethodNone;
2665 auth.a_auth_method |= authMethodCHAP;
2717 if (auth.a_auth_method == authMethodNone) {
2719 } else if (auth.a_auth_method & authMethodCHAP) {
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c2393 auth.a_auth_method = authMethodNone;
2398 auth.a_auth_method |= authMethodCHAP;
2442 if (auth.a_auth_method == authMethodNone) {
2447 if (!((auth.a_auth_method & authMethodCHAP)^authMethodCHAP)) {

Completed in 74 milliseconds