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

/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
1354 all_ciphers = malloc(all_ciphers_count*sizeof(SSLCipherSuite));
1356 if(all_ciphers && allowed_ciphers &&
1357 SSLGetSupportedCiphers(connssl->ssl_ctx, all_ciphers,
1366 all_ciphers[i] >= 0xC001 && all_ciphers[i] <= 0xC032) {
1370 switch(all_ciphers[i]) {
1425 allowed_ciphers[allowed_ciphers_count++] = all_ciphers[i];
1437 Curl_safefree(all_ciphers);
1442 Curl_safefree(all_ciphers);
[all...]

Completed in 33 milliseconds