Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c1096 if (conf && conf->openssl_ciphers) in tls_init()
1097 ciphers = conf->openssl_ciphers; in tls_init()
2911 const char *openssl_ciphers) in tls_set_conn_flags() argument
2987 if (openssl_ciphers) { in tls_set_conn_flags()
2990 openssl_ciphers); in tls_set_conn_flags()
2991 ciphers = openssl_ciphers; in tls_set_conn_flags()
3004 if (openssl_ciphers) { in tls_set_conn_flags()
3007 openssl_ciphers); in tls_set_conn_flags()
3008 ciphers = openssl_ciphers; in tls_set_conn_flags()
3063 if (openssl_ciphers && os_strcmp(openssl_ciphers, "SUITEB192") == 0) { in tls_set_conn_flags()
[all …]
Dtls_wolfssl.c242 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()
Dtls.h87 const char *openssl_ciphers; member
211 const char *openssl_ciphers; member
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c1108 if (conf && conf->openssl_ciphers) in tls_init()
1109 ciphers = conf->openssl_ciphers; in tls_init()
2966 const char *openssl_ciphers) in tls_set_conn_flags() argument
3060 if (openssl_ciphers) { in tls_set_conn_flags()
3063 openssl_ciphers); in tls_set_conn_flags()
3064 ciphers = openssl_ciphers; in tls_set_conn_flags()
3077 if (openssl_ciphers) { in tls_set_conn_flags()
3080 openssl_ciphers); in tls_set_conn_flags()
3081 ciphers = openssl_ciphers; in tls_set_conn_flags()
3136 if (openssl_ciphers && os_strcmp(openssl_ciphers, "SUITEB192") == 0) { in tls_set_conn_flags()
[all …]
Dtls.h87 const char *openssl_ciphers; member
211 const char *openssl_ciphers; member
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()
Dtls_wolfssl.c243 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()
/third_party/openssl/crypto/engine/
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
/third_party/node/deps/openssl/openssl/crypto/engine/
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
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_config.h799 char *openssl_ciphers; member
Deap.h316 const char *openssl_ciphers; member
Deap_tls_common.c230 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dauthsrv.c237 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_config.h708 char *openssl_ciphers; member
Deap.h315 const char *openssl_ciphers; member
Deap_tls_common.c238 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dauthsrv.c271 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
Deapol_supp_sm.h223 const char *openssl_ciphers; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
Deapol_supp_sm.h223 const char *openssl_ciphers; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig.h587 char *openssl_ciphers; member
Dconfig_file.c816 STR(openssl_ciphers); in wpa_config_write_network()
1141 if (config->openssl_ciphers) in wpa_config_write_global()
1142 fprintf(f, "openssl_ciphers=%s\n", config->openssl_ciphers); in wpa_config_write_global()
Dwpas_glue.c1114 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in wpa_supplicant_init_eapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig.h616 char *openssl_ciphers; member
Dconfig_file.c798 STR(openssl_ciphers); in wpa_config_write_network()
1154 if (config->openssl_ciphers) in wpa_config_write_global()
1155 fprintf(f, "openssl_ciphers=%s\n", config->openssl_ciphers); in wpa_config_write_global()

12