Home
last modified time | relevance | path

Searched refs:openssl_ciphers (Results 1 - 25 of 42) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A 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()
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 in tls_set_conn_flags()
2910 tls_set_conn_flags(struct tls_connection *conn, unsigned int flags, const char *openssl_ciphers) tls_set_conn_flags() argument
[all...]
H A Dtls.h87 const char *openssl_ciphers; member
162 * @openssl_ciphers: OpenSSL cipher configuration
211 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()
446 "GnuTLS: openssl_ciphers not supported"); in tls_connection_set_params()
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls.h93 const char *openssl_ciphers; member
168 * @openssl_ciphers: OpenSSL cipher configuration
217 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()
446 "GnuTLS: openssl_ciphers not supported"); in tls_connection_set_params()
H A Dtls_openssl.c1126 if (conf && conf->openssl_ciphers) in tls_init()
1127 ciphers = conf->openssl_ciphers; in tls_init()
2993 const char *openssl_ciphers) in tls_set_conn_flags()
3087 if (openssl_ciphers) { in tls_set_conn_flags()
3090 openssl_ciphers); in tls_set_conn_flags()
3091 ciphers = openssl_ciphers; in tls_set_conn_flags()
3104 if (openssl_ciphers) { in tls_set_conn_flags()
3107 openssl_ciphers); in tls_set_conn_flags()
3108 ciphers = openssl_ciphers; in tls_set_conn_flags()
3163 if (openssl_ciphers in tls_set_conn_flags()
2992 tls_set_conn_flags(struct tls_connection *conn, unsigned int flags, const char *openssl_ciphers) tls_set_conn_flags() argument
[all...]
H A 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/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_config.h793 * openssl_ciphers - OpenSSL cipher string
799 char *openssl_ciphers; member
H A Deap.h310 * openssl_ciphers - OpenSSL cipher string
316 const char *openssl_ciphers; member
H A Deap_tls_common.c230 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
/third_party/node/deps/openssl/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
/third_party/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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_config.h702 * openssl_ciphers - OpenSSL cipher string
708 char *openssl_ciphers; member
H A Deap.h309 * openssl_ciphers - OpenSSL cipher string
315 const char *openssl_ciphers; member
H A Deap_tls_common.c238 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dauthsrv.c237 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dauthsrv.c271 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.h217 * openssl_ciphers - OpenSSL cipher string
223 const char *openssl_ciphers; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.h581 * openssl_ciphers - OpenSSL cipher string
587 char *openssl_ciphers; member
H A Deapol_test.c604 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()
H A 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/src/eapol_supp/
H A Deapol_supp_sm.h223 * openssl_ciphers - OpenSSL cipher string
229 const char *openssl_ciphers; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.h616 * openssl_ciphers - OpenSSL cipher string
622 char *openssl_ciphers; member
H A Deapol_test.c604 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()

Completed in 43 milliseconds

12