Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Ddarwinssl.c1055 SSLCipherSuite *all_ciphers = NULL, *allowed_ciphers = NULL; local
1430 all_ciphers = malloc(all_ciphers_count*sizeof(SSLCipherSuite));
1432 if(all_ciphers && allowed_ciphers &&
1433 SSLGetSupportedCiphers(connssl->ssl_ctx, all_ciphers,
1442 all_ciphers[i] >= 0xC001 && all_ciphers[i] <= 0xC032) {
1446 switch(all_ciphers[i]) {
1511 allowed_ciphers[allowed_ciphers_count++] = all_ciphers[i];
1523 Curl_safefree(all_ciphers);
1528 Curl_safefree(all_ciphers);