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

  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 3089 static int check_cert_usable(SSL *s, const SIGALG_LOOKUP *sig, X509 *x, function
3155 return check_cert_usable(s, sig, s->cert->pkeys[idx].x509,
3175 return check_cert_usable(s, sig, x, pkey);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 2601 static int check_cert_usable(SSL *s, const SIGALG_LOOKUP *sig, X509 *x, function
2653 return check_cert_usable(s, sig, s->cert->pkeys[idx].x509,
2673 return check_cert_usable(s, sig, x, pkey);
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 4466 static int check_cert_usable(SSL_CONNECTION *s, const SIGALG_LOOKUP *sig, function
4534 return check_cert_usable(s, sig, s->cert->pkeys[idx].x509,
4554 return check_cert_usable(s, sig, x, pkey);

Completed in 27 milliseconds