/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl.c | 1096 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 D | tls.h | 87 const char *openssl_ciphers; member 162 * @openssl_ciphers: OpenSSL cipher configuration 211 const char *openssl_ciphers; member
|
H A D | tls_gnutls.c | 425 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 D | tls_wolfssl.c | 242 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 D | tls.h | 93 const char *openssl_ciphers; member 168 * @openssl_ciphers: OpenSSL cipher configuration 217 const char *openssl_ciphers; member
|
H A D | tls_gnutls.c | 425 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 D | tls_openssl.c | 1126 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 D | tls_wolfssl.c | 243 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 D | eap_config.h | 793 * openssl_ciphers - OpenSSL cipher string 799 char *openssl_ciphers; member
|
H A D | eap.h | 310 * openssl_ciphers - OpenSSL cipher string 316 const char *openssl_ciphers; member
|
H A D | eap_tls_common.c | 230 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_openssl.c | 67 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 D | eng_openssl.c | 67 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 D | eap_config.h | 702 * openssl_ciphers - OpenSSL cipher string 708 char *openssl_ciphers; member
|
H A D | eap.h | 309 * openssl_ciphers - OpenSSL cipher string 315 const char *openssl_ciphers; member
|
H A D | eap_tls_common.c | 238 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | authsrv.c | 237 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | authsrv.c | 271 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
H A D | eapol_supp_sm.h | 217 * openssl_ciphers - OpenSSL cipher string 223 const char *openssl_ciphers; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config.h | 581 * openssl_ciphers - OpenSSL cipher string 587 char *openssl_ciphers; member
|
H A D | eapol_test.c | 604 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()
|
H A D | wpas_glue.c | 1114 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 D | eapol_supp_sm.h | 223 * openssl_ciphers - OpenSSL cipher string 229 const char *openssl_ciphers; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.h | 616 * openssl_ciphers - OpenSSL cipher string 622 char *openssl_ciphers; member
|
H A D | eapol_test.c | 604 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()
|