Searched refs:allowed_ciphers (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_polarssl.h71 int * allowed_ciphers; /**< List of allowed ciphers for this connection */ member in struct:tls_root_ctx
H A Dssl_polarssl.c125 if (ctx->allowed_ciphers)
126 free(ctx->allowed_ciphers);
182 ALLOC_ARRAY_CLEAR(ctx->allowed_ciphers, int, cipher_count+1)
191 ctx->allowed_ciphers[i] = ssl_get_ciphersuite_id (
193 if (0 != ctx->allowed_ciphers[i])
520 if (ssl_ctx->allowed_ciphers)
521 ssl_set_ciphersuites (ks_ssl->ctx, ssl_ctx->allowed_ciphers);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dcurl_darwinssl.c1006 SSLCipherSuite *all_ciphers = NULL, *allowed_ciphers = NULL; local
1355 allowed_ciphers = malloc(all_ciphers_count*sizeof(SSLCipherSuite));
1356 if(all_ciphers && allowed_ciphers &&
1425 allowed_ciphers[allowed_ciphers_count++] = all_ciphers[i];
1429 err = SSLSetEnabledCiphers(connssl->ssl_ctx, allowed_ciphers,
1438 Curl_safefree(allowed_ciphers);
1443 Curl_safefree(allowed_ciphers);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.c5183 u32 allowed_ciphers; member in struct:security_info_params
5216 security->allowed_ciphers = IPW_NONE_CIPHER;
5219 security->allowed_ciphers = IPW_WEP40_CIPHER |
5223 security->allowed_ciphers = IPW_WEP40_CIPHER |
5227 security->allowed_ciphers = IPW_WEP40_CIPHER |
5231 security->allowed_ciphers = IPW_WEP40_CIPHER |
5238 security->auth_mode, security->allowed_ciphers, security_level);

Completed in 71 milliseconds