Searched refs:batch_mode (Results 1 – 8 of 8) sorted by relevance
124 void ActivityDatabase::SetBatchModeForTesting(bool batch_mode) { in SetBatchModeForTesting() argument125 if (batch_mode && !batch_mode_) { in SetBatchModeForTesting()130 } else if (!batch_mode && batch_mode_) { in SetBatchModeForTesting()134 batch_mode_ = batch_mode; in SetBatchModeForTesting()
126 void SetBatchModeForTesting(bool batch_mode);
259 if (private == NULL && !options.batch_mode && perm_ok) { in try_rsa_authentication()283 if (!options.batch_mode && perm_ok) in try_rsa_authentication()733 options.challenge_response_authentication && !options.batch_mode) { in ssh_userauth1()739 options.password_authentication && !options.batch_mode) { in ssh_userauth1()
56 int batch_mode; /* Batch mode: do not ask for passwords. */ member
490 intptr = &options->batch_mode; in process_config_line()1147 options->batch_mode = -1; in initialize_options()1251 if (options->batch_mode == -1) in fill_default_options()1252 options->batch_mode = 0; in fill_default_options()
344 &options.batch_mode},350 &options.batch_mode},355 &options.batch_mode},1329 if (options.batch_mode) in load_identity_file()
577 if (options.batch_mode) in confirm()
1499 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()