Searched refs:all_ciphers (Results 1 – 3 of 3) sorted by relevance
1416 SSLCipherSuite *all_ciphers = NULL, *allowed_ciphers = NULL; local1832 all_ciphers = malloc(all_ciphers_count*sizeof(SSLCipherSuite));1833 if(!all_ciphers) {1839 Curl_safefree(all_ciphers);1843 err = SSLGetSupportedCiphers(backend->ssl_ctx, all_ciphers,1846 Curl_safefree(all_ciphers);1857 all_ciphers[i] >= 0xC001 && all_ciphers[i] <= 0xC032) {1861 switch(all_ciphers[i]) {1926 allowed_ciphers[allowed_ciphers_count++] = all_ciphers[i];1932 Curl_safefree(all_ciphers);
47 Span<const SSL_CIPHER> all_ciphers = AllCiphers(); in serialize_features() local48 for (const SSL_CIPHER& cipher : all_ciphers) { in serialize_features()
45 Span<const SSL_CIPHER> all_ciphers = AllCiphers(); in serialize_features() local46 for (const SSL_CIPHER& cipher : all_ciphers) { in serialize_features()