Home
last modified time | relevance | path

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

/src/contrib/wpa/src/crypto/
H A Dtls_openssl.c236 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 …]
H A Dtls_wolfssl.c283 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()
H A Dtls.h94 const char *openssl_ciphers; member
215 const char *openssl_ciphers; member
H A Dtls_gnutls.c425 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()
H A Dtls_internal.c245 if (params->openssl_ciphers) { in tls_connection_set_params()
/src/crypto/openssl/crypto/engine/
H A Deng_openssl.c67 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
113 || !ENGINE_set_ciphers(e, openssl_ciphers) in bind_helper()
298 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in openssl_ciphers() function
/src/contrib/wpa/src/eap_peer/
H A Deap_config.h695 char *openssl_ciphers; member
H A Deap.h315 const char *openssl_ciphers; member
H A Deap_tls_common.c241 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
H A Deap.c2233 tlsconf.openssl_ciphers = conf->openssl_ciphers; in eap_peer_sm_init()
/src/contrib/wpa/src/ap/
H A Dauthsrv.c327 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
H A Dap_config.h436 char *openssl_ciphers; member
H A Dap_config.c856 os_free(conf->openssl_ciphers); in hostapd_config_free_bss()
/src/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h229 const char *openssl_ciphers; member
H A Deapol_supp_sm.c2148 conf.openssl_ciphers = ctx->openssl_ciphers; in eapol_sm_init()
/src/contrib/wpa/wpa_supplicant/
H A Dconfig.h658 char *openssl_ciphers; member
H A Dconfig_file.c754 STR(openssl_ciphers); in wpa_config_write_network()
1145 if (config->openssl_ciphers) in wpa_config_write_global()
1146 fprintf(f, "openssl_ciphers=%s\n", config->openssl_ciphers); in wpa_config_write_global()
H A Dwpas_glue.c1205 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in wpa_supplicant_init_eapol()
H A Deapol_test.c608 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()
H A Dconfig.c2616 { STRe(openssl_ciphers, openssl_ciphers) },
2909 os_free(eap->openssl_ciphers); in eap_peer_config_free()
3062 os_free(config->openssl_ciphers); in wpa_config_free()
5424 { STR(openssl_ciphers), 0 },
H A DChangeLog483 (openssl_ciphers parameter)
/src/contrib/wpa/hostapd/
H A Dconfig_file.c2673 os_free(bss->openssl_ciphers); in hostapd_config_fill()
2674 bss->openssl_ciphers = os_strdup(pos); in hostapd_config_fill()
H A DChangeLog328 (openssl_ciphers parameter)