Lines Matching defs:x509_1
40 X509 *x509_1 = NULL, *x509_2 = NULL;
51 x509_1 = d2i_X509(NULL, &p, len);
52 if (x509_1 == NULL)
60 X509_print(bio, x509_1);
63 X509_issuer_and_serial_hash(x509_1);
65 i2d_X509(x509_1, &der);
102 X509_STORE_CTX_init(ctx, store, x509_1, NULL);
124 || !sk_X509_push(certs, x509_1)
130 id = OCSP_cert_to_id(NULL, x509_1, x509_2);
141 X509_free(x509_1);