Searched refs:server_authentication (Results 1 – 2 of 2) sorted by relevance
63 server_authentication=yes # yes | no67 # setup. If client_authentication is "yes", then server_authentication83 # is a non-empty signature_type. If server_authentication is "yes", the
1270 char *server_authentication; in wanbootfs_payload() local1308 server_authentication = bootconf_get(&bc_handle, in wanbootfs_payload()1310 authenticate_server = (server_authentication != NULL && in wanbootfs_payload()1311 strcmp(server_authentication, "yes") == 0); in wanbootfs_payload()