Home | History | Annotate | Download | only in shims

Lines Matching full:x509

34 #include <openssl/x509.h>
165 X509** x509_ptr) {
210 X509* x509 = *x509_ptr;
211 if (!x509) {
216 if (X509_verify(x509, pkey) <= 0) {
224 x509->cert_info->subject,
253 EVP_PKEY* cert_pubkey = X509_get_pubkey(x509);
319 X509* x509 = NULL;
322 &rsa, &pkey, &raw_certificate_bio, &x509);
323 if (x509) {
324 X509_free(x509);
325 x509 = NULL;