Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dtls.h81 const char *openssl_ciphers; member
183 const char *openssl_ciphers; member
Dtls_openssl.c1025 if (conf && conf->openssl_ciphers) in tls_init()
1026 ciphers = conf->openssl_ciphers; in tls_init()
4065 if (params->openssl_ciphers && in tls_connection_set_params()
4066 SSL_set_cipher_list(conn->ssl, params->openssl_ciphers) != 1) { in tls_connection_set_params()
4069 params->openssl_ciphers); in tls_connection_set_params()
4129 if (params->openssl_ciphers && in tls_global_set_params()
4130 SSL_CTX_set_cipher_list(ssl_ctx, params->openssl_ciphers) != 1) { in tls_global_set_params()
4133 params->openssl_ciphers); in tls_global_set_params()
Dtls_internal.c237 if (params->openssl_ciphers) { in tls_connection_set_params()
Dtls_gnutls.c400 if (params->openssl_ciphers) { in tls_connection_set_params()
/external/wpa_supplicant_8/src/ap/
Dauthsrv.c173 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
Dap_config.h368 char *openssl_ciphers; member
Dap_config.c494 os_free(conf->openssl_ciphers); in hostapd_config_free_bss()
/external/wpa_supplicant_8/src/eap_peer/
Deap_config.h745 char *openssl_ciphers; member
Deap.h303 const char *openssl_ciphers; member
Deap_tls_common.c182 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
Deap.c1958 tlsconf.openssl_ciphers = conf->openssl_ciphers; in eap_peer_sm_init()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.h221 const char *openssl_ciphers; member
Deapol_supp_sm.c2089 conf.openssl_ciphers = ctx->openssl_ciphers; in eapol_sm_init()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h546 char *openssl_ciphers; member
Dconfig_file.c770 STR(openssl_ciphers); in wpa_config_write_network()
1060 if (config->openssl_ciphers) in wpa_config_write_global()
1061 fprintf(f, "openssl_ciphers=%s\n", config->openssl_ciphers); in wpa_config_write_global()
Dwpas_glue.c1064 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in wpa_supplicant_init_eapol()
Deapol_test.c608 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()
Dconfig.c2042 { STRe(openssl_ciphers) },
2291 os_free(eap->openssl_ciphers); in eap_peer_config_free()
2419 os_free(config->openssl_ciphers); in wpa_config_free()
4343 { STR(openssl_ciphers), 0 },
DChangeLog212 (openssl_ciphers parameter)
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2195 os_free(bss->openssl_ciphers); in hostapd_config_fill()
2196 bss->openssl_ciphers = os_strdup(pos); in hostapd_config_fill()
DChangeLog114 (openssl_ciphers parameter)