HomeSort by: relevance | last modified time | path
    Searched refs:num_pref (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 286 size_t num_pref, num_supp, i; local
315 tls1_get_supported_groups(s, &pref, &num_pref);
318 tls1_get_peer_groups(s, &pref, &num_pref);
322 for (k = 0, i = 0; i < num_pref; i++) {
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 1007 size_t num_pref, num_supp, i; local
1037 tls1_get_supported_groups(s, &pref, &num_pref);
1040 tls1_get_peer_groups(s, &pref, &num_pref);
1044 for (k = 0, i = 0; i < num_pref; i++) {
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 602 size_t num_pref, num_supp, i; local
632 tls1_get_supported_groups(s, &pref, &num_pref);
635 tls1_get_peer_groups(s, &pref, &num_pref);
639 for (k = 0, i = 0; i < num_pref; i++) {

Completed in 31 milliseconds