Lines Matching full:x509
65 #include <openssl/x509.h>
87 /* X509 top level structure needs a bit of customisation */
94 X509 *ret = (X509 *)*pval;
134 ASN1_SEQUENCE_ref(X509, x509_cb) = {
135 ASN1_SIMPLE(X509, cert_info, X509_CINF),
136 ASN1_SIMPLE(X509, sig_alg, X509_ALGOR),
137 ASN1_SIMPLE(X509, signature, ASN1_BIT_STRING)
138 } ASN1_SEQUENCE_END_ref(X509, X509)
140 IMPLEMENT_ASN1_FUNCTIONS(X509)
141 IMPLEMENT_ASN1_DUP_FUNCTION(X509)
143 X509 *X509_up_ref(X509 *x)
161 int X509_set_ex_data(X509 *r, int idx, void *arg)
166 void *X509_get_ex_data(X509 *r, int idx)
179 X509 *d2i_X509_AUX(X509 **a, const unsigned char **pp, long length)
182 X509 *ret;
207 int i2d_X509_AUX(X509 *a, unsigned char **pp)
216 const X509 *x)
224 int X509_get_signature_nid(const X509 *x)