Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Ddarwinssl.c1054 size_t all_ciphers_count = 0UL, allowed_ciphers_count = 0UL, i; local
1429 (void)SSLGetNumberSupportedCiphers(connssl->ssl_ctx, &all_ciphers_count);
1430 all_ciphers = malloc(all_ciphers_count*sizeof(SSLCipherSuite));
1431 allowed_ciphers = malloc(all_ciphers_count*sizeof(SSLCipherSuite));
1434 &all_ciphers_count) == noErr) {
1435 for(i = 0UL ; i < all_ciphers_count ; i++) {