Symbol: ASN1_EXP_SEQUENCE_OF_OPT
crypto/openssl/crypto/asn1/nsseq.c
31
ASN1_EXP_SEQUENCE_OF_OPT(NETSCAPE_CERT_SEQUENCE, certs, X509, 0)
crypto/openssl/crypto/cmp/cmp_asn.c
1044
ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_PKIHEADER, freeText, ASN1_UTF8STRING, 7),
crypto/openssl/crypto/cmp/cmp_asn.c
1045
ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_PKIHEADER, generalInfo,
crypto/openssl/crypto/cmp/cmp_asn.c
1061
ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_MSG, extraCerts, X509, 1)
crypto/openssl/crypto/cmp/cmp_asn.c
910
ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_REVREPCONTENT, revCerts, OSSL_CRMF_CERTID,
crypto/openssl/crypto/cmp/cmp_asn.c
912
ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_REVREPCONTENT, crls, X509_CRL, 1)
crypto/openssl/crypto/cmp/cmp_asn.c
919
ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_KEYRECREPCONTENT, caCerts, X509, 1),
crypto/openssl/crypto/cmp/cmp_asn.c
920
ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_KEYRECREPCONTENT, keyPairHist,
crypto/openssl/crypto/cmp/cmp_asn.c
982
ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_CERTREPMESSAGE, caPubs, X509, 1),
crypto/openssl/crypto/ocsp/ocsp_asn.c
108
ASN1_EXP_SEQUENCE_OF_OPT(OCSP_RESPDATA, responseExtensions, X509_EXTENSION, 1)
crypto/openssl/crypto/ocsp/ocsp_asn.c
117
ASN1_EXP_SEQUENCE_OF_OPT(OCSP_BASICRESP, certs, X509, 0)
crypto/openssl/crypto/ocsp/ocsp_asn.c
18
ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SIGNATURE, certs, X509, 0)
crypto/openssl/crypto/ocsp/ocsp_asn.c
34
ASN1_EXP_SEQUENCE_OF_OPT(OCSP_ONEREQ, singleRequestExtensions, X509_EXTENSION, 0)
crypto/openssl/crypto/ocsp/ocsp_asn.c
43
ASN1_EXP_SEQUENCE_OF_OPT(OCSP_REQINFO, requestExtensions, X509_EXTENSION, 2)
crypto/openssl/crypto/ocsp/ocsp_asn.c
98
ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SINGLERESP, singleExtensions, X509_EXTENSION, 1)
crypto/openssl/crypto/x509/x_crl.c
73
ASN1_EXP_SEQUENCE_OF_OPT(X509_CRL_INFO, extensions, X509_EXTENSION, 0)
crypto/openssl/crypto/x509/x_x509.c
28
ASN1_EXP_SEQUENCE_OF_OPT(X509_CINF, extensions, X509_EXTENSION, 3)