Symbol: OSSL_OBJECT_DIGEST_INFO
crypto/openssl/crypto/x509/v3_ac_tgt.c
103
OSSL_OBJECT_DIGEST_INFO *odi,
crypto/openssl/crypto/x509/v3_ac_tgt.c
26
OSSL_OBJECT_DIGEST_INFO *odi,
crypto/openssl/crypto/x509/v3_ac_tgt.c
44
ASN1_SEQUENCE(OSSL_OBJECT_DIGEST_INFO)
crypto/openssl/crypto/x509/v3_ac_tgt.c
46
ASN1_EMBED(OSSL_OBJECT_DIGEST_INFO, digestedObjectType, ASN1_ENUMERATED),
crypto/openssl/crypto/x509/v3_ac_tgt.c
47
ASN1_OPT(OSSL_OBJECT_DIGEST_INFO, otherObjectTypeID, ASN1_OBJECT),
crypto/openssl/crypto/x509/v3_ac_tgt.c
48
ASN1_EMBED(OSSL_OBJECT_DIGEST_INFO, digestAlgorithm, X509_ALGOR),
crypto/openssl/crypto/x509/v3_ac_tgt.c
49
ASN1_EMBED(OSSL_OBJECT_DIGEST_INFO, objectDigest, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/v3_ac_tgt.c
50
} static_ASN1_SEQUENCE_END(OSSL_OBJECT_DIGEST_INFO)
crypto/openssl/crypto/x509/v3_ac_tgt.c
56
ASN1_OPT(OSSL_TARGET_CERT, certDigestInfo, OSSL_OBJECT_DIGEST_INFO),
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
22
ASN1_SEQUENCE(OSSL_OBJECT_DIGEST_INFO) = {
crypto/openssl/crypto/x509/x509_acert.c
23
ASN1_EMBED(OSSL_OBJECT_DIGEST_INFO, digestedObjectType, ASN1_ENUMERATED),
crypto/openssl/crypto/x509/x509_acert.c
24
ASN1_OPT(OSSL_OBJECT_DIGEST_INFO, otherObjectTypeID, ASN1_OBJECT),
crypto/openssl/crypto/x509/x509_acert.c
25
ASN1_EMBED(OSSL_OBJECT_DIGEST_INFO, digestAlgorithm, X509_ALGOR),
crypto/openssl/crypto/x509/x509_acert.c
26
ASN1_EMBED(OSSL_OBJECT_DIGEST_INFO, objectDigest, ASN1_BIT_STRING),
crypto/openssl/crypto/x509/x509_acert.c
27
} ASN1_SEQUENCE_END(OSSL_OBJECT_DIGEST_INFO)
crypto/openssl/crypto/x509/x509_acert.c
38
ASN1_IMP_OPT(X509_ACERT_ISSUER_V2FORM, objectDigestInfo, OSSL_OBJECT_DIGEST_INFO, 1),
crypto/openssl/crypto/x509/x509_acert.c
49
ASN1_IMP_OPT(X509_HOLDER, objectDigestInfo, OSSL_OBJECT_DIGEST_INFO, 2),
crypto/openssl/crypto/x509/x509_acert.c
74
IMPLEMENT_ASN1_ALLOC_FUNCTIONS(OSSL_OBJECT_DIGEST_INFO)
crypto/openssl/crypto/x509/x509_acert.c
93
void OSSL_OBJECT_DIGEST_INFO_get0_digest(const OSSL_OBJECT_DIGEST_INFO *o,
crypto/openssl/crypto/x509/x509_acert.h
17
DECLARE_ASN1_ITEM(OSSL_OBJECT_DIGEST_INFO)
crypto/openssl/crypto/x509/x509aset.c
138
OSSL_OBJECT_DIGEST_INFO *dinfo)
crypto/openssl/crypto/x509/x509aset.c
77
int OSSL_OBJECT_DIGEST_INFO_set1_digest(OSSL_OBJECT_DIGEST_INFO *o,
crypto/openssl/include/crypto/x509_acert.h
36
OSSL_OBJECT_DIGEST_INFO *objectDigestInfo;
crypto/openssl/include/crypto/x509_acert.h
50
OSSL_OBJECT_DIGEST_INFO *objectDigestInfo;
crypto/openssl/include/openssl/x509_acert.h
110
void OSSL_OBJECT_DIGEST_INFO_get0_digest(const OSSL_OBJECT_DIGEST_INFO *o,
crypto/openssl/include/openssl/x509_acert.h
115
int OSSL_OBJECT_DIGEST_INFO_set1_digest(OSSL_OBJECT_DIGEST_INFO *o,
crypto/openssl/include/openssl/x509_acert.h
186
OSSL_OBJECT_DIGEST_INFO *certDigestInfo;
crypto/openssl/include/openssl/x509_acert.h
35
DECLARE_ASN1_ALLOC_FUNCTIONS(OSSL_OBJECT_DIGEST_INFO)
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
93
OSSL_OBJECT_DIGEST_INFO *dinfo);