Lines Matching defs:x509_1
39 X509 *x509_1 = NULL, *x509_2 = NULL;
50 x509_1 = d2i_X509(NULL, &p, len);
51 if (x509_1 == NULL)
59 X509_print(bio, x509_1);
62 X509_issuer_and_serial_hash(x509_1);
64 i2d_X509(x509_1, &der);
97 X509_STORE_CTX_init(ctx, store, x509_1, NULL);
121 sk_X509_push(certs, x509_1);
126 id = OCSP_cert_to_id(NULL, x509_1, x509_2);
137 X509_free(x509_1);