Home
last modified time | relevance | path

Searched refs:authMethod (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sbin/iscontrol/
H A Dconfig.c124 _E(U_IO, S_CO, authMethod),
199 _CASE(authMethod, _OPT_STR(rval)); in setOption()
340 printf("%24s = %s\n", "authMethod", op->authMethod); in puke()
H A Dlogin.c341 switch((authm_t)lookup(AuthMethods, op->authMethod)) { in authenticate()
401 addText(sp, "AuthMethod=%s", op->authMethod); in loginPhase()
H A Discontrol.c101 .authMethod = "None",
/freebsd-13.1/sys/dev/iscsi_initiator/
H A Discsi.h465 char *authMethod; member