Searched refs:storeKey (Results 1 – 6 of 6) sorted by relevance
69 ASSERT_TRUE(rebootescrow->storeKey(KEY_1).isOk()); in TEST_P()82 ASSERT_TRUE(rebootescrow->storeKey(KEY_1).isOk()); in TEST_P()98 ASSERT_TRUE(rebootescrow->storeKey(KEY_1).isOk()); in TEST_P()99 ASSERT_TRUE(rebootescrow->storeKey(KEY_2).isOk()); in TEST_P()112 rebootescrow->storeKey(KEY_1); in TEST_P()113 rebootescrow->storeKey(EMPTY_KEY); in TEST_P()123 rebootescrow->storeKey(KEY_1); in TEST_P()
21 void storeKey(in byte[] kek); in storeKey() method
35 void storeKey(in byte[] kek); in storeKey() method
29 ndk::ScopedAStatus storeKey(const std::vector<uint8_t>& kek) override;
31 ndk::ScopedAStatus RebootEscrow::storeKey(const std::vector<uint8_t>& ukek) { in storeKey() function in aidl::android::hardware::rebootescrow::RebootEscrow