Home
last modified time | relevance | path

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

/hostap-3.6.0/tests/hwsim/
Dtest_suite_b.py65 openssl_ciphers="SUITEB128",
145 openssl_ciphers="SUITEB128",
186 openssl_ciphers="SUITEB192",
260 openssl_ciphers="SUITEB192",
319 openssl_ciphers="SUITEB128",
336 openssl_ciphers="SUITEB192",
353 openssl_ciphers="SUITEB128",
372 openssl_ciphers="SUITEB192",
546 openssl_ciphers="ECDHE-RSA-AES256-GCM-SHA384",
600 openssl_ciphers=ciphers,
[all …]
Dtest_ap_eap.py3970 openssl_ciphers=cipher,
5436 openssl_ciphers="AES128",
5440 openssl_ciphers="EXPORT",
5446 openssl_ciphers="FOO",
5470 openssl_ciphers="AES128",
5475 openssl_ciphers="HIGH:!ADH",
6070 openssl_ciphers="DEFAULT:-aECDH:-aECDSA",
6114 openssl_ciphers="DEFAULT:-aECDH:-aECDSA",
Dtest_sigma_dut.py847 openssl_ciphers="SUITEB192",
921 openssl_ciphers="SUITEB192",
/hostap-3.6.0/src/crypto/
Dtls_openssl.c1103 if (conf && conf->openssl_ciphers) in tls_init()
1104 ciphers = conf->openssl_ciphers; in tls_init()
2961 const char *openssl_ciphers) in tls_set_conn_flags() argument
3055 if (openssl_ciphers) { in tls_set_conn_flags()
3058 openssl_ciphers); in tls_set_conn_flags()
3059 ciphers = openssl_ciphers; in tls_set_conn_flags()
3072 if (openssl_ciphers) { in tls_set_conn_flags()
3075 openssl_ciphers); in tls_set_conn_flags()
3076 ciphers = openssl_ciphers; in tls_set_conn_flags()
3131 if (openssl_ciphers && os_strcmp(openssl_ciphers, "SUITEB192") == 0) { in tls_set_conn_flags()
[all …]
Dtls.h87 const char *openssl_ciphers; member
211 const char *openssl_ciphers; member
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_wolfssl.c243 if (conf && conf->openssl_ciphers) in tls_init()
244 ciphers = conf->openssl_ciphers; in tls_init()
1298 if (params->openssl_ciphers && in tls_connection_set_params()
1299 wolfSSL_set_cipher_list(conn->ssl, params->openssl_ciphers) != 1) { in tls_connection_set_params()
1302 params->openssl_ciphers); in tls_connection_set_params()
1542 if (params->openssl_ciphers && in tls_global_set_params()
1544 params->openssl_ciphers) != 1) { in tls_global_set_params()
1547 params->openssl_ciphers); in tls_global_set_params()
Dtls_internal.c245 if (params->openssl_ciphers) { in tls_connection_set_params()
/hostap-3.6.0/src/eap_peer/
Deap_config.h685 char *openssl_ciphers; member
Deap.h315 const char *openssl_ciphers; member
Deap_tls_common.c238 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
Deap.c2190 tlsconf.openssl_ciphers = conf->openssl_ciphers; in eap_peer_sm_init()
/hostap-3.6.0/src/ap/
Dauthsrv.c271 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
Dap_config.h427 char *openssl_ciphers; member
Dap_config.c806 os_free(conf->openssl_ciphers); in hostapd_config_free_bss()
/hostap-3.6.0/src/eapol_supp/
Deapol_supp_sm.h223 const char *openssl_ciphers; member
Deapol_supp_sm.c2133 conf.openssl_ciphers = ctx->openssl_ciphers; in eapol_sm_init()
/hostap-3.6.0/wpa_supplicant/
Dconfig.h616 char *openssl_ciphers; member
Dconfig_file.c748 STR(openssl_ciphers); in wpa_config_write_network()
1105 if (config->openssl_ciphers) in wpa_config_write_global()
1106 fprintf(f, "openssl_ciphers=%s\n", config->openssl_ciphers); in wpa_config_write_global()
Dwpas_glue.c1182 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in wpa_supplicant_init_eapol()
Deapol_test.c604 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()
Dconfig.c2509 { STRe(openssl_ciphers, openssl_ciphers) },
2792 os_free(eap->openssl_ciphers); in eap_peer_config_free()
2937 os_free(config->openssl_ciphers); in wpa_config_free()
5110 { STR(openssl_ciphers), 0 },
DChangeLog433 (openssl_ciphers parameter)
/hostap-3.6.0/hostapd/
Dconfig_file.c2560 os_free(bss->openssl_ciphers); in hostapd_config_fill()
2561 bss->openssl_ciphers = os_strdup(pos); in hostapd_config_fill()
DChangeLog291 (openssl_ciphers parameter)