Searched refs:conf_file (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/test/ |
D | conf_include_test.c | 196 const char *conf_file; in setup_tests() local 214 conf_file = test_get_argument(0); in setup_tests() 215 if (!TEST_ptr(conf_file) in setup_tests() 216 || !TEST_ptr(in = BIO_new_file(conf_file, "r"))) { in setup_tests() 225 change_path(conf_file); in setup_tests()
|
/third_party/mbedtls/tests/scripts/ |
D | test-ref-configs.pl | 92 my $conf_file = $_[0]; 96 my $conf_name = $conf_file; 111 system( "cp configs/$conf_file $config_h" ) 112 and abort "Failed to activate $conf_file\n";
|
/third_party/openssl/test/recipes/ |
D | 80-test_ssl_new.t | 144 my $conf_file = srctop_file("test", "ssl-tests", $conf); 145 my $input_file = $conf_file . ".in"; 162 $run_test = is(cmp_text($output_file, $conf_file), 0, 163 "Comparing generated $output_file with $conf_file.");
|
/third_party/node/src/ |
D | node.cc | 1012 const char* conf_file = nullptr; in InitializeOncePerProcess() local 1023 conf_file = env_openssl_conf.c_str(); in InitializeOncePerProcess() 1027 conf_file = per_process::cli_options->openssl_config.c_str(); in InitializeOncePerProcess() 1031 OPENSSL_INIT_set_config_filename(settings, conf_file); in InitializeOncePerProcess()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | hostapd.c | 2800 const char *conf_file = NULL, *phy_name = NULL; in hostapd_add_iface() local 2809 conf_file = pos; in hostapd_add_iface() 2810 if (!os_strlen(conf_file)) in hostapd_add_iface() 2814 conf_file, 0); in hostapd_add_iface() 2879 conf_file = ptr + 7; in hostapd_add_iface() 2898 if (conf_file && interfaces->config_read_cb) { in hostapd_add_iface() 2899 conf = interfaces->config_read_cb(conf_file); in hostapd_add_iface()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | hostapd.c | 3025 const char *conf_file = NULL, *phy_name = NULL; in hostapd_add_iface() local 3034 conf_file = pos; in hostapd_add_iface() 3035 if (!os_strlen(conf_file)) in hostapd_add_iface() 3039 conf_file, 0); in hostapd_add_iface() 3104 conf_file = ptr + 7; in hostapd_add_iface() 3123 if (conf_file && interfaces->config_read_cb) { in hostapd_add_iface() 3124 conf = interfaces->config_read_cb(conf_file); in hostapd_add_iface()
|