Symbol: ESS_SIGNING_CERT_V2
crypto/openssl/crypto/cms/cms_ess.c
106
ESS_SIGNING_CERT_V2 *ssv2 = NULL;
crypto/openssl/crypto/cms/cms_ess.c
80
ESS_SIGNING_CERT_V2 **psc)
crypto/openssl/crypto/cms/cms_ess.c
83
ESS_SIGNING_CERT_V2 *sc;
crypto/openssl/crypto/cms/cms_ess.c
92
sc = ASN1_item_unpack(str, ASN1_ITEM_rptr(ESS_SIGNING_CERT_V2));
crypto/openssl/crypto/cms/cms_sd.c
321
const ESS_SIGNING_CERT_V2 *sc)
crypto/openssl/crypto/cms/cms_sd.c
484
ESS_SIGNING_CERT_V2 *sc2 = NULL;
crypto/openssl/crypto/ess/ess_asn1.c
52
ASN1_SEQUENCE(ESS_SIGNING_CERT_V2) = {
crypto/openssl/crypto/ess/ess_asn1.c
53
ASN1_SEQUENCE_OF(ESS_SIGNING_CERT_V2, cert_ids, ESS_CERT_ID_V2),
crypto/openssl/crypto/ess/ess_asn1.c
54
ASN1_SEQUENCE_OF_OPT(ESS_SIGNING_CERT_V2, policy_info, POLICYINFO)
crypto/openssl/crypto/ess/ess_asn1.c
55
} ASN1_SEQUENCE_END(ESS_SIGNING_CERT_V2)
crypto/openssl/crypto/ess/ess_asn1.c
57
IMPLEMENT_ASN1_FUNCTIONS(ESS_SIGNING_CERT_V2)
crypto/openssl/crypto/ess/ess_asn1.c
58
IMPLEMENT_ASN1_DUP_FUNCTION(ESS_SIGNING_CERT_V2)
crypto/openssl/crypto/ess/ess_lib.c
125
ESS_SIGNING_CERT_V2 *OSSL_ESS_signing_cert_v2_new_init(const EVP_MD *hash_alg,
crypto/openssl/crypto/ess/ess_lib.c
131
ESS_SIGNING_CERT_V2 *sc;
crypto/openssl/crypto/ess/ess_lib.c
341
const ESS_SIGNING_CERT_V2 *ssv2,
crypto/openssl/crypto/ts/ts_rsp_sign.c
660
const ESS_SIGNING_CERT_V2 *sc)
crypto/openssl/crypto/ts/ts_rsp_sign.c
692
ESS_SIGNING_CERT_V2 *sc2 = NULL;
crypto/openssl/crypto/ts/ts_rsp_verify.c
218
static ESS_SIGNING_CERT_V2 *ossl_ess_get_signing_cert_v2(const PKCS7_SIGNER_INFO *si)
crypto/openssl/crypto/ts/ts_rsp_verify.c
234
ESS_SIGNING_CERT_V2 *ssv2 = ossl_ess_get_signing_cert_v2(si);
crypto/openssl/fuzz/asn1.c
345
DO_TEST_NO_PRINT(ESS_SIGNING_CERT_V2, d2i_ESS_SIGNING_CERT_V2, i2d_ESS_SIGNING_CERT_V2);
crypto/openssl/include/openssl/ess.h
113
DECLARE_ASN1_FUNCTIONS(ESS_SIGNING_CERT_V2)
crypto/openssl/include/openssl/ess.h
114
DECLARE_ASN1_DUP_FUNCTION(ESS_SIGNING_CERT_V2)
crypto/openssl/include/openssl/ess.h
119
ESS_SIGNING_CERT_V2 *OSSL_ESS_signing_cert_v2_new_init(const EVP_MD *hash_alg,
crypto/openssl/include/openssl/ess.h
124
const ESS_SIGNING_CERT_V2 *ssv2,