Searched refs:cipher_to_enable (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dnss.c1165 const int *cipher_to_enable; local
1273 cipher_to_enable = enable_ciphers_by_default;
1274 while(SSL_NULL_WITH_NULL_NULL != *cipher_to_enable) {
1275 if(SSL_CipherPrefSet(model, *cipher_to_enable, PR_TRUE) != SECSuccess) {
1279 cipher_to_enable++;

Completed in 99 milliseconds