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

  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 2661 static int is_cert_usable(SSL *s, const SIGALG_LOOKUP *sig, X509 *x, function
2704 || (pkey != NULL && !is_cert_usable(s, lu, x, pkey)))
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 4542 static int is_cert_usable(SSL_CONNECTION *s, const SIGALG_LOOKUP *sig, X509 *x, function
4586 || (pkey != NULL && !is_cert_usable(s, lu, x, pkey)))
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 3163 static int is_cert_usable(SSL *s, const SIGALG_LOOKUP *sig, X509 *x, function
3204 || (pkey != NULL && !is_cert_usable(s, lu, x, pkey)))

Completed in 47 milliseconds