Home
last modified time | relevance | path

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

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