Searched refs:openssl_ciphers (Results 1 – 21 of 21) sorted by relevance
81 const char *openssl_ciphers; member183 const char *openssl_ciphers; member
1025 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()
237 if (params->openssl_ciphers) { in tls_connection_set_params()
400 if (params->openssl_ciphers) { in tls_connection_set_params()
173 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
368 char *openssl_ciphers; member
494 os_free(conf->openssl_ciphers); in hostapd_config_free_bss()
745 char *openssl_ciphers; member
303 const char *openssl_ciphers; member
182 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
1958 tlsconf.openssl_ciphers = conf->openssl_ciphers; in eap_peer_sm_init()
221 const char *openssl_ciphers; member
2089 conf.openssl_ciphers = ctx->openssl_ciphers; in eapol_sm_init()
546 char *openssl_ciphers; member
770 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()
1064 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in wpa_supplicant_init_eapol()
608 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()
2042 { 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 },
212 (openssl_ciphers parameter)
2195 os_free(bss->openssl_ciphers); in hostapd_config_fill()2196 bss->openssl_ciphers = os_strdup(pos); in hostapd_config_fill()
114 (openssl_ciphers parameter)