Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/engine/
H A Deng_openssl.c119 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
161 || !ENGINE_set_ciphers(e, openssl_ciphers) in bind_helper()
296 openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) in openssl_ciphers() function
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2987 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()
3082 openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) { in tls_set_conn_flags()
3085 openssl_ciphers); in tls_set_conn_flags()
3090 if (openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) { in tls_set_conn_flags()
[all …]
H A Dtls.h87 const char *openssl_ciphers; member
211 const char *openssl_ciphers; member
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()
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()
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_config.h799 char *openssl_ciphers; member
H A Deap.h316 const char *openssl_ciphers; member
H A Deap_tls_common.c230 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
H A Deap.c2152 tlsconf.openssl_ciphers = conf->openssl_ciphers; in eap_peer_sm_init()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dauthsrv.c237 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
H A Dap_config.h421 char *openssl_ciphers; member
H A Dap_config.c712 os_free(conf->openssl_ciphers); in hostapd_config_free_bss()
/dragonfly/contrib/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h223 const char *openssl_ciphers; member
H A Deapol_supp_sm.c2117 conf.openssl_ciphers = ctx->openssl_ciphers; in eapol_sm_init()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dconfig.h587 char *openssl_ciphers; member
H A 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()
H A Dwpas_glue.c1110 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in wpa_supplicant_init_eapol()
H A Deapol_test.c604 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()
H A Dconfig.c2292 { STRe(openssl_ciphers) },
2564 os_free(eap->openssl_ciphers); in eap_peer_config_free()
2700 os_free(config->openssl_ciphers); in wpa_config_free()
4736 { STR(openssl_ciphers), 0 },
H A DChangeLog380 (openssl_ciphers parameter)