Home
last modified time | relevance | path

Searched refs:x509_buf (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDx509.h82 } x509_buf; typedef
85 x509_buf oid;
86 x509_buf val;
92 x509_buf serial;
93 x509_buf sig_oid1;
101 x509_buf issuer_id;
102 x509_buf subject_id;
105 x509_buf sig_oid2;
106 x509_buf sig;
HDx509parse.c155 oids_equal(x509_buf *left, x509_buf *right) in oids_equal()
209 const unsigned char *end, x509_buf * serial) in x509_get_serial()
244 x509_get_alg(const unsigned char **p, const unsigned char *end, x509_buf * alg) in x509_get_alg()
297 x509_buf *oid; in x509_get_attribute()
298 x509_buf *val; in x509_get_attribute()
523 x509_get_sig(const unsigned char **p, const unsigned char *end, x509_buf * sig) in x509_get_sig()
550 const unsigned char *end, x509_buf * uid, int n) in x509_get_uid()
694 x509_buf *dnsname = apr_palloc(dnsnames->pool, in x509_get_ext()
695 sizeof(x509_buf)); in x509_get_ext()
699 APR_ARRAY_PUSH(dnsnames, x509_buf *) = dnsname; in x509_get_ext()
[all …]