Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/engine/
HDeng_openssl.c115 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
159 || !ENGINE_set_ciphers(e, openssl_ciphers) in bind_helper()
293 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in openssl_ciphers() function
/freebsd-11-stable/contrib/wpa/src/crypto/
HDtls_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 …]
HDtls.h87 const char *openssl_ciphers; member
211 const char *openssl_ciphers; member
HDtls_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()
HDtls_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()
HDtls_internal.c245 if (params->openssl_ciphers) { in tls_connection_set_params()
/freebsd-11-stable/contrib/wpa/src/eap_peer/
HDeap_config.h799 char *openssl_ciphers; member
HDeap.h316 const char *openssl_ciphers; member
HDeap_tls_common.c230 params->openssl_ciphers = config->openssl_ciphers; in eap_tls_params_from_conf()
HDeap.c2152 tlsconf.openssl_ciphers = conf->openssl_ciphers; in eap_peer_sm_init()
/freebsd-11-stable/contrib/wpa/src/ap/
HDauthsrv.c237 params.openssl_ciphers = hapd->conf->openssl_ciphers; in authsrv_init()
HDap_config.h421 char *openssl_ciphers; member
HDap_config.c712 os_free(conf->openssl_ciphers); in hostapd_config_free_bss()
/freebsd-11-stable/contrib/wpa/src/eapol_supp/
HDeapol_supp_sm.h223 const char *openssl_ciphers; member
HDeapol_supp_sm.c2117 conf.openssl_ciphers = ctx->openssl_ciphers; in eapol_sm_init()
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDconfig.h587 char *openssl_ciphers; member
HDconfig_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()
HDwpas_glue.c1110 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in wpa_supplicant_init_eapol()
HDeapol_test.c604 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers; in test_eapol()
HDconfig.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 },
HDChangeLog380 (openssl_ciphers parameter)
/freebsd-11-stable/contrib/wpa/hostapd/
HDconfig_file.c2560 os_free(bss->openssl_ciphers);
2561 bss->openssl_ciphers = os_strdup(pos);
HDChangeLog248 (openssl_ciphers parameter)