Lines Matching refs:cert_chain
4063 keymaster_cert_chain_t cert_chain; in TEST_P() local
4064 EXPECT_EQ(KM_ERROR_OK, AttestKey("challenge", "attest_app_id", &cert_chain)); in TEST_P()
4065 ASSERT_EQ(3U, cert_chain.entry_count); in TEST_P()
4066 EXPECT_TRUE(verify_chain(cert_chain)); in TEST_P()
4081 expected_keymaster_security_level, cert_chain.entries[0])); in TEST_P()
4083 keymaster_free_cert_chain(&cert_chain); in TEST_P()
4101 keymaster_cert_chain_t cert_chain; in TEST_P() local
4102 EXPECT_EQ(KM_ERROR_OK, AttestKey("challenge", "attest_app_id", &cert_chain)); in TEST_P()
4103 ASSERT_EQ(3U, cert_chain.entry_count); in TEST_P()
4104 EXPECT_TRUE(verify_chain(cert_chain)); in TEST_P()
4107 expected_keymaster_security_level, cert_chain.entries[0])); in TEST_P()
4109 keymaster_free_cert_chain(&cert_chain); in TEST_P()