Searched refs:all_ciphers_count (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.c1005 size_t all_ciphers_count = 0UL, allowed_ciphers_count = 0UL, i; local
1353 (void)SSLGetNumberSupportedCiphers(connssl->ssl_ctx, &all_ciphers_count);
1354 all_ciphers = malloc(all_ciphers_count*sizeof(SSLCipherSuite));
1355 allowed_ciphers = malloc(all_ciphers_count*sizeof(SSLCipherSuite));
1358 &all_ciphers_count) == noErr) {
1359 for(i = 0UL ; i < all_ciphers_count ; i++) {

Completed in 46 milliseconds