MCPcopy Create free account
hub / github.com/TeamWin/Team-Win-Recovery-Project / read_pkcs7

Function read_pkcs7

verifier24/verifier.cpp:63–108  ·  view source on GitHub ↗

* Simple version of PKCS#7 SignedData extraction. This extracts the * signature OCTET STRING to be used for signature verification. * * For full details, see http://www.ietf.org/rfc/rfc3852.txt * * The PKCS#7 structure looks like: * * SEQUENCE (ContentInfo) * OID (ContentType) * [0] (content) * SEQUENCE (SignedData) * INTEGER (version CMSVersion) * SET (

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

verify_fileFunction · 0.70

Calls 8

asn1_context_newFunction · 0.85
asn1_sequence_getFunction · 0.85
asn1_sequence_nextFunction · 0.85
asn1_constructed_getFunction · 0.85
asn1_set_getFunction · 0.85
asn1_octet_string_getFunction · 0.85
asn1_context_freeFunction · 0.85

Tested by

no test coverage detected