Searched refs:formattedCert (Results 1 - 1 of 1) sorted by relevance
/base/security/code_signature/test/unittest/ |
H A D | cert_chain_verifier_test.cpp | 269 ByteBuffer formattedCert, challenge, certBuffer; in HWTEST_F() local 275 FormattedCertChain(certs, formattedCert); in HWTEST_F() 276 EXPECT_EQ(GetVerifiedCert(formattedCert, challenge, certBuffer), false); in HWTEST_F() 287 ByteBuffer formattedCert, challenge, certBuffer; in HWTEST_F() local 293 FormattedCertChain(certs, formattedCert); in HWTEST_F() 294 EXPECT_EQ(GetVerifiedCert(formattedCert, challenge, certBuffer), false); in HWTEST_F() 305 ByteBuffer formattedCert, challenge, certBuffer; in HWTEST_F() local 311 FormattedCertChain(certs, formattedCert); in HWTEST_F() 312 EXPECT_EQ(GetVerifiedCert(formattedCert, challenge, certBuffer), false); in HWTEST_F() 353 ByteBuffer formattedCert, challeng in HWTEST_F() local [all...] |
Completed in 1 milliseconds