HomeSort by: relevance | last modified time | path
    Searched refs:openssl_ciphers (Results 1 - 23 of 23) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_peer/
eap_config.h 689 * openssl_ciphers - OpenSSL cipher string
695 char *openssl_ciphers; member in struct:eap_peer_config
eap.h 309 * openssl_ciphers - OpenSSL cipher string
315 const char *openssl_ciphers; member in struct:eap_config
eap_tls_common.c 241 params->openssl_ciphers = config->openssl_ciphers;
eap.c 2233 tlsconf.openssl_ciphers = conf->openssl_ciphers;
  /src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c 236 char *openssl_ciphers; member in struct:tls_data
1170 if (conf && conf->openssl_ciphers)
1171 ciphers = conf->openssl_ciphers;
1230 os_free(data->openssl_ciphers);
3108 const char *openssl_ciphers)
3198 if (!openssl_ciphers)
3199 openssl_ciphers = conn->data->openssl_ciphers;
3209 if (openssl_ciphers) {
3212 openssl_ciphers);
    [all...]
tls.h 94 const char *openssl_ciphers; member in struct:tls_config
168 * @openssl_ciphers: OpenSSL cipher configuration
215 const char *openssl_ciphers; member in struct:tls_connection_params
tls_wolfssl.c 283 if (conf && conf->openssl_ciphers)
284 ciphers = conf->openssl_ciphers;
1328 params->openssl_ciphers ? params->openssl_ciphers : "N/A");
1329 if (params->openssl_ciphers &&
1330 wolfSSL_set_cipher_list(conn->ssl, params->openssl_ciphers) != 1) {
1333 params->openssl_ciphers);
1560 params->openssl_ciphers ? params->openssl_ciphers : "N/A");
1561 if (params->openssl_ciphers &
    [all...]
tls_gnutls.c 425 if (params->openssl_ciphers) {
426 if (os_strcmp(params->openssl_ciphers, "SUITEB128") == 0) {
428 } else if (os_strcmp(params->openssl_ciphers,
432 os_strcmp(params->openssl_ciphers,
435 } else if (os_strcmp(params->openssl_ciphers,
438 } else if (os_strcmp(params->openssl_ciphers,
441 } else if (os_strcmp(params->openssl_ciphers,
446 "GnuTLS: openssl_ciphers not supported");
tls_internal.c 245 if (params->openssl_ciphers) {
246 wpa_printf(MSG_INFO, "TLS: openssl_ciphers not supported");
  /src/crypto/external/apache2/openssl/dist/crypto/engine/
eng_openssl.c 67 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
113 || !ENGINE_set_ciphers(e, openssl_ciphers)
298 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, function
  /src/crypto/external/bsd/openssl/dist/crypto/engine/
eng_openssl.c 67 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
113 || !ENGINE_set_ciphers(e, openssl_ciphers)
298 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, function
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_openssl.c 58 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
106 || !ENGINE_set_ciphers(e, openssl_ciphers)
281 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, function
  /src/external/bsd/wpa/dist/src/ap/
authsrv.c 327 params.openssl_ciphers = hapd->conf->openssl_ciphers;
ap_config.h 436 char *openssl_ciphers; member in struct:hostapd_bss_config
ap_config.c 856 os_free(conf->openssl_ciphers);
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h 223 * openssl_ciphers - OpenSSL cipher string
229 const char *openssl_ciphers; member in struct:eapol_ctx
eapol_supp_sm.c 2148 conf.openssl_ciphers = ctx->openssl_ciphers;
  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 652 * openssl_ciphers - OpenSSL cipher string
658 char *openssl_ciphers; member in struct:wpa_config
config_file.c 754 STR(openssl_ciphers);
1145 if (config->openssl_ciphers)
1146 fprintf(f, "openssl_ciphers=%s\n", config->openssl_ciphers);
eapol_test.c 608 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers;
wpas_glue.c 1205 ctx->openssl_ciphers = wpa_s->conf->openssl_ciphers;
config.c 2616 { STRe(openssl_ciphers, openssl_ciphers) },
2909 os_free(eap->openssl_ciphers);
3062 os_free(config->openssl_ciphers);
5424 { STR(openssl_ciphers), 0 },
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 2672 } else if (os_strcmp(buf, "openssl_ciphers") == 0) {
2673 os_free(bss->openssl_ciphers);
2674 bss->openssl_ciphers = os_strdup(pos);

Completed in 188 milliseconds