Symbol: X509_EXTENSIONS
crypto/openssl/apps/cmp.c
1764
X509_EXTENSIONS *exts = NULL;
crypto/openssl/crypto/asn1/asn1_item_list.h
161
ASN1_ITEM_ref(X509_EXTENSIONS),
crypto/openssl/crypto/cmp/cmp_asn.c
28
ASN1_OPT(OSSL_CMP_REVANNCONTENT, crlDetails, X509_EXTENSIONS)
crypto/openssl/crypto/cmp/cmp_asn.c
900
ASN1_OPT(OSSL_CMP_REVDETAILS, crlEntryDetails, X509_EXTENSIONS)
crypto/openssl/crypto/cmp/cmp_ctx.c
634
int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts)
crypto/openssl/crypto/cmp/cmp_local.h
116
X509_EXTENSIONS *reqExtensions; /* exts to be added to cert template */
crypto/openssl/crypto/cmp/cmp_local.h
162
X509_EXTENSIONS *crlDetails;
crypto/openssl/crypto/cmp/cmp_local.h
357
X509_EXTENSIONS *crlEntryDetails;
crypto/openssl/crypto/cmp/cmp_msg.c
157
static int add1_extension(X509_EXTENSIONS **pexts, int nid, int crit, void *ex)
crypto/openssl/crypto/cmp/cmp_msg.c
174
static int add_crl_reason_extension(X509_EXTENSIONS **pexts, int reason_code)
crypto/openssl/crypto/cmp/cmp_msg.c
312
X509_EXTENSIONS *exts = NULL;
crypto/openssl/crypto/crmf/crmf_lib.c
316
X509_EXTENSIONS *exts)
crypto/openssl/crypto/crmf/crmf_lib.c
597
X509_EXTENSIONS
crypto/openssl/crypto/x509/x509_req.c
139
ASN1_ITEM_rptr(X509_EXTENSIONS));
crypto/openssl/crypto/x509/x509_req.c
187
&ext, ASN1_ITEM_rptr(X509_EXTENSIONS));
crypto/openssl/crypto/x509/x_exten.c
22
ASN1_ITEM_TEMPLATE(X509_EXTENSIONS) = ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, Extension, X509_EXTENSION)
crypto/openssl/crypto/x509/x_exten.c
23
ASN1_ITEM_TEMPLATE_END(X509_EXTENSIONS)
crypto/openssl/crypto/x509/x_exten.c
26
IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
crypto/openssl/fuzz/asn1.c
189
ASN1_ITEM_ref(X509_EXTENSIONS),
crypto/openssl/include/crypto/x509_acert.h
62
X509_EXTENSIONS *extensions;
crypto/openssl/include/openssl/cmp.h
579
int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts);
crypto/openssl/include/openssl/crmf.h
228
int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
crypto/openssl/include/openssl/crmf.h
248
X509_EXTENSIONS
crypto/openssl/include/openssl/x509.h
754
DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
crypto/openssl/ssl/ssl_local.h
1637
X509_EXTENSIONS *exts;
crypto/openssl/test/cmp_ctx_test.c
223
X509_EXTENSIONS *exts = NULL;