Symbol: ESS_SIGNING_CERT
crypto/openssl/crypto/cms/cms_ess.c
105
ESS_SIGNING_CERT *ss = NULL;
crypto/openssl/crypto/cms/cms_ess.c
53
ESS_SIGNING_CERT **psc)
crypto/openssl/crypto/cms/cms_ess.c
56
ESS_SIGNING_CERT *sc;
crypto/openssl/crypto/cms/cms_ess.c
65
sc = ASN1_item_unpack(str, ASN1_ITEM_rptr(ESS_SIGNING_CERT));
crypto/openssl/crypto/cms/cms_sd.c
296
const ESS_SIGNING_CERT *sc)
crypto/openssl/crypto/cms/cms_sd.c
483
ESS_SIGNING_CERT *sc = NULL;
crypto/openssl/crypto/ess/ess_asn1.c
35
ASN1_SEQUENCE(ESS_SIGNING_CERT) = {
crypto/openssl/crypto/ess/ess_asn1.c
36
ASN1_SEQUENCE_OF(ESS_SIGNING_CERT, cert_ids, ESS_CERT_ID),
crypto/openssl/crypto/ess/ess_asn1.c
37
ASN1_SEQUENCE_OF_OPT(ESS_SIGNING_CERT, policy_info, POLICYINFO)
crypto/openssl/crypto/ess/ess_asn1.c
38
} ASN1_SEQUENCE_END(ESS_SIGNING_CERT)
crypto/openssl/crypto/ess/ess_asn1.c
40
IMPLEMENT_ASN1_FUNCTIONS(ESS_SIGNING_CERT)
crypto/openssl/crypto/ess/ess_asn1.c
41
IMPLEMENT_ASN1_DUP_FUNCTION(ESS_SIGNING_CERT)
crypto/openssl/crypto/ess/ess_lib.c
24
ESS_SIGNING_CERT *OSSL_ESS_signing_cert_new_init(const X509 *signcert,
crypto/openssl/crypto/ess/ess_lib.c
29
ESS_SIGNING_CERT *sc;
crypto/openssl/crypto/ess/ess_lib.c
340
int OSSL_ESS_check_signing_certs(const ESS_SIGNING_CERT *ss,
crypto/openssl/crypto/ts/ts_rsp_sign.c
633
const ESS_SIGNING_CERT *sc)
crypto/openssl/crypto/ts/ts_rsp_sign.c
693
ESS_SIGNING_CERT *sc = NULL;
crypto/openssl/crypto/ts/ts_rsp_verify.c
206
static ESS_SIGNING_CERT *ossl_ess_get_signing_cert(const PKCS7_SIGNER_INFO *si)
crypto/openssl/crypto/ts/ts_rsp_verify.c
233
ESS_SIGNING_CERT *ss = ossl_ess_get_signing_cert(si);
crypto/openssl/fuzz/asn1.c
343
DO_TEST_NO_PRINT(ESS_SIGNING_CERT, d2i_ESS_SIGNING_CERT, i2d_ESS_SIGNING_CERT);
crypto/openssl/include/openssl/ess.h
106
DECLARE_ASN1_FUNCTIONS(ESS_SIGNING_CERT)
crypto/openssl/include/openssl/ess.h
107
DECLARE_ASN1_DUP_FUNCTION(ESS_SIGNING_CERT)
crypto/openssl/include/openssl/ess.h
116
ESS_SIGNING_CERT *OSSL_ESS_signing_cert_new_init(const X509 *signcert,
crypto/openssl/include/openssl/ess.h
123
int OSSL_ESS_check_signing_certs(const ESS_SIGNING_CERT *ss,