/hostap-latest/tests/hwsim/ |
D | test_suite_b.py | 68 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 …]
|
D | test_ap_eap.py | 4332 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",
|
D | test_sigma_dut.py | 820 openssl_ciphers="SUITEB192", 889 openssl_ciphers="SUITEB192",
|
/hostap-latest/src/crypto/ |
D | tls_openssl.c | 236 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 …]
|
D | tls_wolfssl.c | 283 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()
|
D | tls_mbedtls_alt.c | 410 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 …]
|
D | tls_gnutls.c | 425 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()
|
D | tls.h | 94 const char *openssl_ciphers; member 217 const char *openssl_ciphers; member
|
D | tls_internal.c | 245 if (params->openssl_ciphers) { in tls_connection_set_params()
|
/hostap-latest/src/eap_peer/ |
D | eap_config.h | 695 char *openssl_ciphers; member
|
D | eap.h | 315 const char *openssl_ciphers; member
|
D | eap_tls_common.c | 241 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
|
D | eap.c | 2233 tlsconf.openssl_ciphers = conf->openssl_ciphers; in eap_peer_sm_init()
|
/hostap-latest/src/ap/ |
D | authsrv.c | 335 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
|
D | ap_config.h | 452 char *openssl_ciphers; member
|
D | ap_config.c | 863 os_free(conf->openssl_ciphers); in hostapd_config_free_bss()
|
/hostap-latest/src/eapol_supp/ |
D | eapol_supp_sm.h | 229 const char *openssl_ciphers; member
|
D | eapol_supp_sm.c | 2148 conf.openssl_ciphers = ctx->openssl_ciphers; in eapol_sm_init()
|
/hostap-latest/wpa_supplicant/ |
D | config.h | 658 char *openssl_ciphers; member
|
D | config_file.c | 754 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()
|
D | eapol_test.c | 608 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()
|
D | wpas_glue.c | 1221 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in wpa_supplicant_init_eapol()
|
D | config.c | 2616 { 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/ |
D | config_file.c | 2698 os_free(bss->openssl_ciphers); in hostapd_config_fill() 2699 bss->openssl_ciphers = os_strdup(pos); in hostapd_config_fill()
|
D | ChangeLog | 328 (openssl_ciphers parameter)
|