Searched refs:all_ciphers_count (Results 1 – 1 of 1) sorted by relevance
1386 size_t all_ciphers_count = 0UL, allowed_ciphers_count = 0UL, i; local1788 err = SSLGetNumberSupportedCiphers(BACKEND->ssl_ctx, &all_ciphers_count);1794 all_ciphers = malloc(all_ciphers_count*sizeof(SSLCipherSuite));1799 allowed_ciphers = malloc(all_ciphers_count*sizeof(SSLCipherSuite));1806 &all_ciphers_count);1812 for(i = 0UL ; i < all_ciphers_count ; i++) {