Home
last modified time | relevance | path

Searched refs:FormattedCertChain (Results 1 - 5 of 5) sorted by relevance

/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
275 FormattedCertChain(certs, formattedCert); in HWTEST_F()
293 FormattedCertChain(certs, formattedCert); in HWTEST_F()
311 FormattedCertChain(certs, formattedCert); in HWTEST_F()
359 FormattedCertChain(certs, formattedCert); in HWTEST_F()
H A Dlocal_code_sign_utils_mock_test.cpp166 * @tc.desc: cert_utils FormattedCertChain func test
174 bool bRet = OHOS::Security::CodeSign::FormattedCertChain(certChain, *buffer); in HWTEST_F()
/base/security/code_signature/utils/include/
H A Dcert_utils.h31 bool FormattedCertChain(const HksCertChain *certChain, ByteBuffer &buffer);
/base/security/code_signature/utils/src/
H A Dcert_utils.cpp91 bool FormattedCertChain(const HksCertChain *certChain, ByteBuffer &buffer) in FormattedCertChain() function
/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_sign_key.cpp185 if (!FormattedCertChain(certChain_, buffer)) { in GetFormattedCertChain()

Completed in 3 milliseconds