Home
last modified time | relevance | path

Searched defs:FormattedCertChain (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/code_signature/utils/src/
H A Dcert_utils.cpp91 bool FormattedCertChain(const HksCertChain *certChain, ByteBuffer &buffer) in FormattedCertChain() function
/ohos5.0/base/security/code_signature/test/unittest/
H A Dcert_chain_verifier_test.cpp156 static void FormattedCertChain(const std::vector<ByteBuffer> &certChain, ByteBuffer &buffer) in FormattedCertChain() function