Home
last modified time | relevance | path

Searched refs:X509_certificate_type (Results 1 – 4 of 4) sorted by last modified time

/dragonfly/crypto/libressl/ssl/
H A Dssl_srvr.c1953 type = X509_certificate_type(peer_cert, pkey); in ssl3_get_cert_verify()
H A Dssl_clnt.c2453 i = X509_certificate_type(s->session->peer_cert, NULL); in ssl3_check_cert_and_algorithm()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509.h805 int X509_certificate_type(const X509 *x, const EVP_PKEY *pubkey);
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509type.c69 X509_certificate_type(const X509 *x, const EVP_PKEY *pkey) in X509_certificate_type() function