/hostap-3.6.0/tests/hwsim/ |
D | test_suite_b.py | 65 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 …]
|
D | test_ap_eap.py | 3970 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",
|
D | test_sigma_dut.py | 847 openssl_ciphers="SUITEB192", 921 openssl_ciphers="SUITEB192",
|
/hostap-3.6.0/src/crypto/ |
D | tls_openssl.c | 1103 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 …]
|
D | tls.h | 87 const char *openssl_ciphers; member 211 const char *openssl_ciphers; member
|
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_wolfssl.c | 243 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()
|
D | tls_internal.c | 245 if (params->openssl_ciphers) { in tls_connection_set_params()
|
/hostap-3.6.0/src/eap_peer/ |
D | eap_config.h | 685 char *openssl_ciphers; member
|
D | eap.h | 315 const char *openssl_ciphers; member
|
D | eap_tls_common.c | 238 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
|
D | eap.c | 2190 tlsconf.openssl_ciphers = conf->openssl_ciphers; in eap_peer_sm_init()
|
/hostap-3.6.0/src/ap/ |
D | authsrv.c | 271 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
|
D | ap_config.h | 427 char *openssl_ciphers; member
|
D | ap_config.c | 806 os_free(conf->openssl_ciphers); in hostapd_config_free_bss()
|
/hostap-3.6.0/src/eapol_supp/ |
D | eapol_supp_sm.h | 223 const char *openssl_ciphers; member
|
D | eapol_supp_sm.c | 2133 conf.openssl_ciphers = ctx->openssl_ciphers; in eapol_sm_init()
|
/hostap-3.6.0/wpa_supplicant/ |
D | config.h | 616 char *openssl_ciphers; member
|
D | config_file.c | 748 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()
|
D | wpas_glue.c | 1182 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in wpa_supplicant_init_eapol()
|
D | eapol_test.c | 604 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()
|
D | config.c | 2509 { 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 },
|
D | ChangeLog | 433 (openssl_ciphers parameter)
|
/hostap-3.6.0/hostapd/ |
D | config_file.c | 2560 os_free(bss->openssl_ciphers); in hostapd_config_fill() 2561 bss->openssl_ciphers = os_strdup(pos); in hostapd_config_fill()
|
D | ChangeLog | 291 (openssl_ciphers parameter)
|