Symbol: X509_ACERT
crypto/openssl/crypto/asn1/asn1_item_list.h
153
ASN1_ITEM_ref(X509_ACERT),
crypto/openssl/crypto/x509/t_acert.c
286
int X509_ACERT_print(BIO *bp, X509_ACERT *x)
crypto/openssl/crypto/x509/t_acert.c
83
int X509_ACERT_print_ex(BIO *bp, X509_ACERT *x, unsigned long nmflags,
crypto/openssl/crypto/x509/x509_acert.c
121
long X509_ACERT_get_version(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
126
void X509_ACERT_get0_signature(const X509_ACERT *x,
crypto/openssl/crypto/x509/x509_acert.c
136
int X509_ACERT_get_signature_nid(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
141
const GENERAL_NAMES *X509_ACERT_get0_holder_entityName(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
146
const OSSL_ISSUER_SERIAL *X509_ACERT_get0_holder_baseCertId(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
151
const OSSL_OBJECT_DIGEST_INFO *X509_ACERT_get0_holder_digest(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
156
const X509_NAME *X509_ACERT_get0_issuerName(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
165
const ASN1_BIT_STRING *X509_ACERT_get0_issuerUID(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
170
const X509_ALGOR *X509_ACERT_get0_info_sigalg(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
175
const ASN1_INTEGER *X509_ACERT_get0_serialNumber(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
180
const ASN1_GENERALIZEDTIME *X509_ACERT_get0_notBefore(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
185
const ASN1_GENERALIZEDTIME *X509_ACERT_get0_notAfter(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
192
int X509_ACERT_get_attr_count(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
197
int X509_ACERT_get_attr_by_NID(const X509_ACERT *x, int nid, int lastpos)
crypto/openssl/crypto/x509/x509_acert.c
202
int X509_ACERT_get_attr_by_OBJ(const X509_ACERT *x, const ASN1_OBJECT *obj,
crypto/openssl/crypto/x509/x509_acert.c
208
X509_ATTRIBUTE *X509_ACERT_get_attr(const X509_ACERT *x, int loc)
crypto/openssl/crypto/x509/x509_acert.c
213
X509_ATTRIBUTE *X509_ACERT_delete_attr(X509_ACERT *x, int loc)
crypto/openssl/crypto/x509/x509_acert.c
218
int X509_ACERT_add1_attr(X509_ACERT *x, X509_ATTRIBUTE *attr)
crypto/openssl/crypto/x509/x509_acert.c
225
int X509_ACERT_add1_attr_by_OBJ(X509_ACERT *x, const ASN1_OBJECT *obj,
crypto/openssl/crypto/x509/x509_acert.c
233
int X509_ACERT_add1_attr_by_NID(X509_ACERT *x, int nid, int type,
crypto/openssl/crypto/x509/x509_acert.c
241
int X509_ACERT_add1_attr_by_txt(X509_ACERT *x, const char *attrname, int type,
crypto/openssl/crypto/x509/x509_acert.c
265
X509_ACERT *acert)
crypto/openssl/crypto/x509/x509_acert.c
314
void *X509_ACERT_get_ext_d2i(const X509_ACERT *x, int nid, int *crit, int *idx)
crypto/openssl/crypto/x509/x509_acert.c
319
int X509_ACERT_add1_ext_i2d(X509_ACERT *x, int nid, void *value, int crit,
crypto/openssl/crypto/x509/x509_acert.c
325
const STACK_OF(X509_EXTENSION) *X509_ACERT_get0_extensions(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
64
ASN1_SEQUENCE(X509_ACERT) = {
crypto/openssl/crypto/x509/x509_acert.c
65
ASN1_SIMPLE(X509_ACERT, acinfo, X509_ACERT_INFO),
crypto/openssl/crypto/x509/x509_acert.c
66
ASN1_EMBED(X509_ACERT, sig_alg, X509_ALGOR),
crypto/openssl/crypto/x509/x509_acert.c
67
ASN1_EMBED(X509_ACERT, signature, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/x509_acert.c
68
} ASN1_SEQUENCE_END(X509_ACERT)
crypto/openssl/crypto/x509/x509_acert.c
70
IMPLEMENT_ASN1_FUNCTIONS(X509_ACERT)
crypto/openssl/crypto/x509/x509_acert.c
71
IMPLEMENT_ASN1_DUP_FUNCTION(X509_ACERT)
crypto/openssl/crypto/x509/x509_acert.c
77
IMPLEMENT_PEM_rw(X509_ACERT, X509_ACERT, PEM_STRING_ACERT, X509_ACERT)
crypto/openssl/crypto/x509/x509aset.c
119
int X509_ACERT_set_version(X509_ACERT *x, long version)
crypto/openssl/crypto/x509/x509aset.c
124
void X509_ACERT_set0_holder_entityName(X509_ACERT *x, GENERAL_NAMES *names)
crypto/openssl/crypto/x509/x509aset.c
130
void X509_ACERT_set0_holder_baseCertId(X509_ACERT *x,
crypto/openssl/crypto/x509/x509aset.c
137
void X509_ACERT_set0_holder_digest(X509_ACERT *x,
crypto/openssl/crypto/x509/x509aset.c
144
int X509_ACERT_set1_issuerName(X509_ACERT *x, const X509_NAME *name)
crypto/openssl/crypto/x509/x509aset.c
164
int X509_ACERT_set1_serialNumber(X509_ACERT *x, const ASN1_INTEGER *serial)
crypto/openssl/crypto/x509/x509aset.c
169
int X509_ACERT_set1_notBefore(X509_ACERT *x, const ASN1_GENERALIZEDTIME *time)
crypto/openssl/crypto/x509/x509aset.c
174
int X509_ACERT_set1_notAfter(X509_ACERT *x, const ASN1_GENERALIZEDTIME *time)
crypto/openssl/crypto/x509/x_all.c
194
int X509_ACERT_sign(X509_ACERT *x, EVP_PKEY *pkey, const EVP_MD *md)
crypto/openssl/crypto/x509/x_all.c
202
int X509_ACERT_sign_ctx(X509_ACERT *x, EVP_MD_CTX *ctx)
crypto/openssl/crypto/x509/x_all.c
61
int X509_ACERT_verify(X509_ACERT *a, EVP_PKEY *r)
crypto/openssl/crypto/x509/x_all.c
862
X509_ACERT *d2i_X509_ACERT_fp(FILE *fp, X509_ACERT **acert)
crypto/openssl/crypto/x509/x_all.c
864
return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_ACERT), fp, acert);
crypto/openssl/crypto/x509/x_all.c
867
int i2d_X509_ACERT_fp(FILE *fp, const X509_ACERT *acert)
crypto/openssl/crypto/x509/x_all.c
869
return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_ACERT), fp, acert);
crypto/openssl/crypto/x509/x_all.c
873
X509_ACERT *d2i_X509_ACERT_bio(BIO *bp, X509_ACERT **acert)
crypto/openssl/crypto/x509/x_all.c
875
return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509_ACERT), bp, acert);
crypto/openssl/crypto/x509/x_all.c
878
int i2d_X509_ACERT_bio(BIO *bp, const X509_ACERT *acert)
crypto/openssl/crypto/x509/x_all.c
880
return ASN1_item_i2d_bio(ASN1_ITEM_rptr(X509_ACERT), bp, acert);
crypto/openssl/fuzz/acert.c
30
X509_ACERT *acert = d2i_X509_ACERT(NULL, &p, len);
crypto/openssl/include/openssl/x509_acert.h
100
int X509_ACERT_add1_attr_by_txt(X509_ACERT *x, const char *attrname, int type,
crypto/openssl/include/openssl/x509_acert.h
103
X509_ACERT *acert);
crypto/openssl/include/openssl/x509_acert.h
105
int X509_ACERT_set1_issuerName(X509_ACERT *x, const X509_NAME *name);
crypto/openssl/include/openssl/x509_acert.h
106
int X509_ACERT_set1_serialNumber(X509_ACERT *x, const ASN1_INTEGER *serial);
crypto/openssl/include/openssl/x509_acert.h
107
int X509_ACERT_set1_notBefore(X509_ACERT *x, const ASN1_GENERALIZEDTIME *time);
crypto/openssl/include/openssl/x509_acert.h
108
int X509_ACERT_set1_notAfter(X509_ACERT *x, const ASN1_GENERALIZEDTIME *time);
crypto/openssl/include/openssl/x509_acert.h
31
DECLARE_ASN1_FUNCTIONS(X509_ACERT)
crypto/openssl/include/openssl/x509_acert.h
32
DECLARE_ASN1_DUP_FUNCTION(X509_ACERT)
crypto/openssl/include/openssl/x509_acert.h
40
X509_ACERT *d2i_X509_ACERT_fp(FILE *fp, X509_ACERT **acert);
crypto/openssl/include/openssl/x509_acert.h
41
int i2d_X509_ACERT_fp(FILE *fp, const X509_ACERT *acert);
crypto/openssl/include/openssl/x509_acert.h
44
DECLARE_PEM_rw(X509_ACERT, X509_ACERT)
crypto/openssl/include/openssl/x509_acert.h
46
X509_ACERT *d2i_X509_ACERT_bio(BIO *bp, X509_ACERT **acert);
crypto/openssl/include/openssl/x509_acert.h
47
int i2d_X509_ACERT_bio(BIO *bp, const X509_ACERT *acert);
crypto/openssl/include/openssl/x509_acert.h
49
int X509_ACERT_sign(X509_ACERT *x, EVP_PKEY *pkey, const EVP_MD *md);
crypto/openssl/include/openssl/x509_acert.h
50
int X509_ACERT_sign_ctx(X509_ACERT *x, EVP_MD_CTX *ctx);
crypto/openssl/include/openssl/x509_acert.h
51
int X509_ACERT_verify(X509_ACERT *a, EVP_PKEY *r);
crypto/openssl/include/openssl/x509_acert.h
55
const GENERAL_NAMES *X509_ACERT_get0_holder_entityName(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
56
const OSSL_ISSUER_SERIAL *X509_ACERT_get0_holder_baseCertId(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
57
const OSSL_OBJECT_DIGEST_INFO *X509_ACERT_get0_holder_digest(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
58
const X509_NAME *X509_ACERT_get0_issuerName(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
59
long X509_ACERT_get_version(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
60
void X509_ACERT_get0_signature(const X509_ACERT *x,
crypto/openssl/include/openssl/x509_acert.h
63
int X509_ACERT_get_signature_nid(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
64
const X509_ALGOR *X509_ACERT_get0_info_sigalg(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
65
const ASN1_INTEGER *X509_ACERT_get0_serialNumber(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
66
const ASN1_TIME *X509_ACERT_get0_notBefore(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
67
const ASN1_TIME *X509_ACERT_get0_notAfter(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
68
const ASN1_BIT_STRING *X509_ACERT_get0_issuerUID(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
70
int X509_ACERT_print(BIO *bp, X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
71
int X509_ACERT_print_ex(BIO *bp, X509_ACERT *x, unsigned long nmflags,
crypto/openssl/include/openssl/x509_acert.h
74
int X509_ACERT_get_attr_count(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
75
int X509_ACERT_get_attr_by_NID(const X509_ACERT *x, int nid, int lastpos);
crypto/openssl/include/openssl/x509_acert.h
76
int X509_ACERT_get_attr_by_OBJ(const X509_ACERT *x, const ASN1_OBJECT *obj,
crypto/openssl/include/openssl/x509_acert.h
78
X509_ATTRIBUTE *X509_ACERT_get_attr(const X509_ACERT *x, int loc);
crypto/openssl/include/openssl/x509_acert.h
79
X509_ATTRIBUTE *X509_ACERT_delete_attr(X509_ACERT *x, int loc);
crypto/openssl/include/openssl/x509_acert.h
81
void *X509_ACERT_get_ext_d2i(const X509_ACERT *x, int nid, int *crit, int *idx);
crypto/openssl/include/openssl/x509_acert.h
82
int X509_ACERT_add1_ext_i2d(X509_ACERT *x, int nid, void *value, int crit,
crypto/openssl/include/openssl/x509_acert.h
84
const STACK_OF(X509_EXTENSION) *X509_ACERT_get0_extensions(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
89
int X509_ACERT_set_version(X509_ACERT *x, long version);
crypto/openssl/include/openssl/x509_acert.h
90
void X509_ACERT_set0_holder_entityName(X509_ACERT *x, GENERAL_NAMES *name);
crypto/openssl/include/openssl/x509_acert.h
91
void X509_ACERT_set0_holder_baseCertId(X509_ACERT *x, OSSL_ISSUER_SERIAL *isss);
crypto/openssl/include/openssl/x509_acert.h
92
void X509_ACERT_set0_holder_digest(X509_ACERT *x,
crypto/openssl/include/openssl/x509_acert.h
95
int X509_ACERT_add1_attr(X509_ACERT *x, X509_ATTRIBUTE *attr);
crypto/openssl/include/openssl/x509_acert.h
96
int X509_ACERT_add1_attr_by_OBJ(X509_ACERT *x, const ASN1_OBJECT *obj,
crypto/openssl/include/openssl/x509_acert.h
98
int X509_ACERT_add1_attr_by_NID(X509_ACERT *x, int nid, int type,
crypto/openssl/test/x509_acert_test.c
20
X509_ACERT *acert = NULL;
crypto/openssl/test/x509_acert_test.c
54
X509_ACERT *acert = NULL;