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

  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 2645 static int has_usable_cert(SSL *s, const SIGALG_LOOKUP *sig, int idx) function
2703 if ((pkey == NULL && !has_usable_cert(s, lu, -1))
2803 if (!has_usable_cert(s, lu, sig_idx))
2864 && has_usable_cert(s, lu, lu->sig_idx))
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 4526 static int has_usable_cert(SSL_CONNECTION *s, const SIGALG_LOOKUP *sig, int idx) function
4585 if ((pkey == NULL && !has_usable_cert(s, lu, -1))
4677 if (!has_usable_cert(s, lu, sig_idx))
4737 && has_usable_cert(s, lu, lu->sig_idx))
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 3147 static int has_usable_cert(SSL *s, const SIGALG_LOOKUP *sig, int idx) function
3203 if ((pkey == NULL && !has_usable_cert(s, lu, -1))
3292 if (!has_usable_cert(s, lu, sig_idx))
3349 && has_usable_cert(s, lu, lu->sig_idx))

Completed in 33 milliseconds