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

/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c568 size_t num_pref, num_supp, i, j; local
596 &num_supp))
608 if (num_supp == 0 && (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) != 0) {
610 num_supp = sizeof(eccurves_all) / 2;
620 for (j = 0; j < num_supp; j++, tsupp += 2) {

Completed in 112 milliseconds