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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_lib.c561 size_t num_pref, num_supp, i, j; local
589 &num_supp))
601 if (num_supp == 0 && (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) != 0) {
603 num_supp = sizeof(eccurves_all) / 2;
613 for (j = 0; j < num_supp; j++, tsupp += 2) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_lib.c561 size_t num_pref, num_supp, i, j; local
589 &num_supp))
601 if (num_supp == 0 && (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) != 0) {
603 num_supp = sizeof(eccurves_all) / 2;
613 for (j = 0; j < num_supp; j++, tsupp += 2) {

Completed in 70 milliseconds