Lines Matching refs:cert
41 X509 *cert = NULL;
55 cert = d2i(NULL, &p, len);
57 if (cert == NULL || (p - data) != len) {
64 enclen = i2d(cert, NULL);
76 enclen = i2d(cert, &bufp);
101 err = X509_cmp(reuse, cert);
111 enclen = i2d(cert, &buf);
125 /* Encode just the cert and compare with initial encoding */
130 enclen = i2d(cert, &buf);
138 TEST_error("encoded cert content does not match input");
148 X509_free(cert);