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

  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 2206 static size_t tls12_shared_sigalgs(SSL *s, const SIGALG_LOOKUP **shsig, function
2264 nmatch = tls12_shared_sigalgs(s, NULL, pref, preflen, allow, allowlen);
2270 nmatch = tls12_shared_sigalgs(s, salgs, pref, preflen, allow, allowlen);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 1725 static size_t tls12_shared_sigalgs(SSL *s, const SIGALG_LOOKUP **shsig, function
1782 nmatch = tls12_shared_sigalgs(s, NULL, pref, preflen, allow, allowlen);
1788 nmatch = tls12_shared_sigalgs(s, salgs, pref, preflen, allow, allowlen);
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 3457 static size_t tls12_shared_sigalgs(SSL_CONNECTION *s, function
3516 nmatch = tls12_shared_sigalgs(s, NULL, pref, preflen, allow, allowlen);
3520 nmatch = tls12_shared_sigalgs(s, salgs, pref, preflen, allow, allowlen);

Completed in 31 milliseconds