Home
last modified time | relevance | path

Searched refs:NID_pkcs7_digest (Results 1 – 17 of 17) sorted by relevance

/third_party/openssl/crypto/cms/
Dcms_lib.c176 case NID_pkcs7_digest: in CMS_dataInit()
253 case NID_pkcs7_digest: in CMS_dataFinal()
280 case NID_pkcs7_digest: in CMS_get0_content()
320 case NID_pkcs7_digest: in cms_get0_econtent_type()
Dcms_dd.c36 cms->contentType = OBJ_nid2obj(NID_pkcs7_digest); in ossl_cms_DigestedData_create()
Dcms_asn1.c285 … ADB_ENTRY(NID_pkcs7_digest, ASN1_NDEF_EXP(CMS_ContentInfo, d.digestedData, CMS_DigestedData, 0)),
Dcms_smime.c147 if (OBJ_obj2nid(CMS_get0_type(cms)) != NID_pkcs7_digest) { in CMS_digest_verify()
/third_party/openssl/doc/man3/
DPKCS7_type_is_other.pod22 NID_pkcs7_digest
DCMS_digest_create.pod22 with a type B<NID_pkcs7_digest>. The data supplied via the I<in> BIO is digested
DCMS_get0_type.pod48 NID_pkcs7_digest
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c35 case NID_pkcs7_digest: in PKCS7_type_is_other()
274 case NID_pkcs7_digest: in PKCS7_dataInit()
800 case NID_pkcs7_digest: in PKCS7_dataFinal()
863 } else if (i == NID_pkcs7_digest) { in PKCS7_dataFinal()
Dpk7_lib.c93 case NID_pkcs7_digest: in PKCS7_set_content()
164 case NID_pkcs7_digest: in PKCS7_set_type()
Dpk7_asn1.c28 ADB_ENTRY(NID_pkcs7_digest, ASN1_NDEF_EXP_OPT(PKCS7, d.digest, PKCS7_DIGEST, 0)),
/third_party/openssl/include/openssl/
Dpkcs7.h.in161 /* NID_pkcs7_digest */
187 # define PKCS7_type_is_digest(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_digest)
Dobj_mac.h691 #define NID_pkcs7_digest 25 macro
/third_party/openssl/ohos_lite/include/openssl/
Dpkcs7.h160 # define PKCS7_type_is_digest(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_digest)
Dobj_mac.h682 #define NID_pkcs7_digest 25 macro
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dobj_mac.rs153 pub const NID_pkcs7_digest: c_int = 25; constant
/third_party/openssl/crypto/objects/
Dobj_dat.h1147 {"pkcs7-digestData", "pkcs7-digestData", NID_pkcs7_digest, 9, &so[151]},
/third_party/rust/crates/rust-openssl/openssl/src/
Dnid.rs274 pub const PKCS7_DIGEST: Nid = Nid(ffi::NID_pkcs7_digest);