Lines Matching defs:x509
19 static X509 *x509 = NULL;
84 if (BIO_printf(out, "Content-Type: application/x-x509-ca-cert\r\n"
109 (ASN1_VALUE *)x509, x509_it);
115 X509 *rcert = NULL;
119 BIO *rsp, *req = ASN1_item_i2d_mem_bio(x509_it, (ASN1_VALUE *)x509);
121 const char content_type[] = "application/x-x509-ca-cert";
146 res = TEST_ptr(rcert) && TEST_int_eq(X509_cmp(x509, rcert), 0);
163 const char *const content_type = "application/x-x509-ca-cert";
362 X509_free(x509);
372 x509_it = ASN1_ITEM_rptr(X509);
373 if (!TEST_ptr((x509 = load_cert_pem(test_get_argument(0), NULL))))