/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1106 if (conf && conf->openssl_ciphers) in tls_init() 1107 ciphers = conf->openssl_ciphers; in tls_init() 2850 const char *openssl_ciphers) in tls_set_conn_flags() argument 2926 if (openssl_ciphers) { in tls_set_conn_flags() 2929 openssl_ciphers); in tls_set_conn_flags() 2930 ciphers = openssl_ciphers; in tls_set_conn_flags() 2943 if (openssl_ciphers) { in tls_set_conn_flags() 2946 openssl_ciphers); in tls_set_conn_flags() 2947 ciphers = openssl_ciphers; in tls_set_conn_flags() 3002 if (openssl_ciphers && os_strcmp(openssl_ciphers, "SUITEB192") == 0) { in tls_set_conn_flags() [all …]
|
D | tls.h | 84 const char *openssl_ciphers; member 204 const char *openssl_ciphers; member
|
D | tls_wolfssl.c | 242 if (conf && conf->openssl_ciphers) in tls_init() 243 ciphers = conf->openssl_ciphers; in tls_init() 1291 if (params->openssl_ciphers && in tls_connection_set_params() 1292 wolfSSL_set_cipher_list(conn->ssl, params->openssl_ciphers) != 1) { in tls_connection_set_params() 1295 params->openssl_ciphers); in tls_connection_set_params() 1535 if (params->openssl_ciphers && in tls_global_set_params() 1537 params->openssl_ciphers) != 1) { in tls_global_set_params() 1540 params->openssl_ciphers); in tls_global_set_params()
|
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_internal.c | 245 if (params->openssl_ciphers) { in tls_connection_set_params()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_config.h | 799 char *openssl_ciphers; member
|
D | eap.h | 320 const char *openssl_ciphers; member
|
D | eap_tls_common.c | 221 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
|
D | eap.c | 2156 tlsconf.openssl_ciphers = conf->openssl_ciphers; in eap_peer_sm_init()
|
/external/wpa_supplicant_8/src/ap/ |
D | authsrv.c | 230 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
|
D | ap_config.h | 404 char *openssl_ciphers; member
|
D | ap_config.c | 602 os_free(conf->openssl_ciphers); in hostapd_config_free_bss()
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.h | 221 const char *openssl_ciphers; member
|
D | eapol_supp_sm.c | 2120 conf.openssl_ciphers = ctx->openssl_ciphers; in eapol_sm_init()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.h | 586 char *openssl_ciphers; member
|
D | config_file.c | 816 STR(openssl_ciphers); in wpa_config_write_network() 1140 if (config->openssl_ciphers) in wpa_config_write_global() 1141 fprintf(f, "openssl_ciphers=%s\n", config->openssl_ciphers); in wpa_config_write_global()
|
D | wpas_glue.c | 1113 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in wpa_supplicant_init_eapol()
|
D | eapol_test.c | 608 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()
|
D | config.c | 2292 { STRe(openssl_ciphers) }, 2563 os_free(eap->openssl_ciphers); in eap_peer_config_free() 2699 os_free(config->openssl_ciphers); in wpa_config_free() 4734 { STR(openssl_ciphers), 0 },
|
D | ChangeLog | 282 (openssl_ciphers parameter)
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 2558 os_free(bss->openssl_ciphers); in hostapd_config_fill() 2559 bss->openssl_ciphers = os_strdup(pos); in hostapd_config_fill()
|
D | ChangeLog | 169 (openssl_ciphers parameter)
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/ |
D | sta_network.cpp | 1875 openssl_suiteb_cipher, &(wpa_ssid->eap.openssl_ciphers), in enableSuiteBEapOpenSslCiphersInternal()
|