Home
last modified time | relevance | path

Searched refs:openssl_ciphers (Results 1 – 25 of 26) sorted by relevance

12

/hostap-latest/tests/hwsim/
Dtest_suite_b.py68 openssl_ciphers="SUITEB128",
148 openssl_ciphers="SUITEB128",
189 openssl_ciphers="SUITEB192",
263 openssl_ciphers="SUITEB192",
322 openssl_ciphers="SUITEB128",
339 openssl_ciphers="SUITEB192",
356 openssl_ciphers="SUITEB128",
375 openssl_ciphers="SUITEB192",
569 openssl_ciphers="ECDHE-RSA-AES256-GCM-SHA384",
623 openssl_ciphers=ciphers,
[all …]
Dtest_ap_eap.py4332 openssl_ciphers=cipher,
5736 openssl_ciphers="AES128",
5740 openssl_ciphers="EXPORT",
5746 openssl_ciphers="FOO",
5770 openssl_ciphers="AES128",
5775 openssl_ciphers="HIGH:!ADH",
6414 openssl_ciphers="DEFAULT:-aECDH:-aECDSA",
6458 openssl_ciphers="DEFAULT:-aECDH:-aECDSA",
Dtest_sigma_dut.py820 openssl_ciphers="SUITEB192",
889 openssl_ciphers="SUITEB192",
/hostap-latest/src/crypto/
Dtls_openssl.c236 char *openssl_ciphers; member
1170 if (conf && conf->openssl_ciphers) in tls_init()
1171 ciphers = conf->openssl_ciphers; in tls_init()
1230 os_free(data->openssl_ciphers); in tls_deinit()
3108 const char *openssl_ciphers) in tls_set_conn_flags() argument
3198 if (!openssl_ciphers) in tls_set_conn_flags()
3199 openssl_ciphers = conn->data->openssl_ciphers; in tls_set_conn_flags()
3209 if (openssl_ciphers) { in tls_set_conn_flags()
3212 openssl_ciphers); in tls_set_conn_flags()
3213 ciphers = openssl_ciphers; in tls_set_conn_flags()
[all …]
Dtls_wolfssl.c283 if (conf && conf->openssl_ciphers) in tls_init()
284 ciphers = conf->openssl_ciphers; in tls_init()
1328 params->openssl_ciphers ? params->openssl_ciphers : "N/A"); in tls_connection_set_params()
1329 if (params->openssl_ciphers && in tls_connection_set_params()
1330 wolfSSL_set_cipher_list(conn->ssl, params->openssl_ciphers) != 1) { in tls_connection_set_params()
1333 params->openssl_ciphers); in tls_connection_set_params()
1560 params->openssl_ciphers ? params->openssl_ciphers : "N/A"); in tls_global_set_params()
1561 if (params->openssl_ciphers && in tls_global_set_params()
1563 params->openssl_ciphers) != 1) { in tls_global_set_params()
1566 params->openssl_ciphers); in tls_global_set_params()
Dtls_mbedtls_alt.c410 if (conf->openssl_ciphers) in tls_init()
411 tls_ctx_global.init_conf.openssl_ciphers = os_strdup(conf->openssl_ciphers); in tls_init()
431 char *openssl_ciphers; /*(allocated in tls_init())*/ in tls_deinit() local
432 *(const char **)&openssl_ciphers = tls_ctx_global.init_conf.openssl_ciphers; in tls_deinit()
433 os_free(openssl_ciphers); in tls_deinit()
1717 if (params->openssl_ciphers) in tls_mbedtls_set_params()
1719 if (os_strcmp(params->openssl_ciphers, "SUITEB192") == 0) in tls_mbedtls_set_params()
1724 if (os_strcmp(params->openssl_ciphers, "SUITEB128") == 0) in tls_mbedtls_set_params()
1785 if (params->openssl_ciphers) in tls_mbedtls_set_params()
1787 if (!tls_mbedtls_set_ciphers(tls_conf, params->openssl_ciphers)) in tls_mbedtls_set_params()
[all …]
Dtls_gnutls.c425 if (params->openssl_ciphers) { in tls_connection_set_params()
426 if (os_strcmp(params->openssl_ciphers, "SUITEB128") == 0) { in tls_connection_set_params()
428 } else if (os_strcmp(params->openssl_ciphers, in tls_connection_set_params()
432 os_strcmp(params->openssl_ciphers, in tls_connection_set_params()
435 } else if (os_strcmp(params->openssl_ciphers, in tls_connection_set_params()
438 } else if (os_strcmp(params->openssl_ciphers, in tls_connection_set_params()
441 } else if (os_strcmp(params->openssl_ciphers, in tls_connection_set_params()
Dtls.h94 const char *openssl_ciphers; member
217 const char *openssl_ciphers; member
Dtls_internal.c245 if (params->openssl_ciphers) { in tls_connection_set_params()
/hostap-latest/src/eap_peer/
Deap_config.h695 char *openssl_ciphers; member
Deap.h315 const char *openssl_ciphers; member
Deap_tls_common.c241 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
Deap.c2233 tlsconf.openssl_ciphers = conf->openssl_ciphers; in eap_peer_sm_init()
/hostap-latest/src/ap/
Dauthsrv.c335 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
Dap_config.h452 char *openssl_ciphers; member
Dap_config.c863 os_free(conf->openssl_ciphers); in hostapd_config_free_bss()
/hostap-latest/src/eapol_supp/
Deapol_supp_sm.h229 const char *openssl_ciphers; member
Deapol_supp_sm.c2148 conf.openssl_ciphers = ctx->openssl_ciphers; in eapol_sm_init()
/hostap-latest/wpa_supplicant/
Dconfig.h658 char *openssl_ciphers; member
Dconfig_file.c754 STR(openssl_ciphers); in wpa_config_write_network()
1146 if (config->openssl_ciphers) in wpa_config_write_global()
1147 fprintf(f, "openssl_ciphers=%s\n", config->openssl_ciphers); in wpa_config_write_global()
Deapol_test.c608 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()
Dwpas_glue.c1221 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in wpa_supplicant_init_eapol()
Dconfig.c2616 { STRe(openssl_ciphers, openssl_ciphers) },
2910 os_free(eap->openssl_ciphers); in eap_peer_config_free()
3063 os_free(config->openssl_ciphers); in wpa_config_free()
5426 { STR(openssl_ciphers), 0 },
/hostap-latest/hostapd/
Dconfig_file.c2698 os_free(bss->openssl_ciphers); in hostapd_config_fill()
2699 bss->openssl_ciphers = os_strdup(pos); in hostapd_config_fill()
DChangeLog328 (openssl_ciphers parameter)

12