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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c1271 char *client_authentication; local
1304 client_authentication = bootconf_get(&bc_handle,
1306 authenticate_client = (client_authentication != NULL &&
1307 strcmp(client_authentication, "yes") == 0);
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c653 boolean_t client_authentication = B_FALSE; local
688 client_authentication = B_TRUE;
712 if ((client_authentication || use_p12) &&

Completed in 70 milliseconds