Home
last modified time | relevance | path

Searched refs:storeKey (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/rebootescrow/aidl/vts/functional/
DVtsHalRebootEscrowTargetTest.cpp69 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()
/hardware/interfaces/rebootescrow/aidl/aidl_api/android.hardware.rebootescrow/1/android/hardware/rebootescrow/
DIRebootEscrow.aidl21 void storeKey(in byte[] kek); in storeKey() method
/hardware/interfaces/rebootescrow/aidl/android/hardware/rebootescrow/
DIRebootEscrow.aidl35 void storeKey(in byte[] kek); in storeKey() method
/hardware/interfaces/rebootescrow/aidl/aidl_api/android.hardware.rebootescrow/current/android/hardware/rebootescrow/
DIRebootEscrow.aidl21 void storeKey(in byte[] kek); in storeKey() method
/hardware/interfaces/rebootescrow/aidl/default/include/rebootescrow-impl/
DRebootEscrow.h29 ndk::ScopedAStatus storeKey(const std::vector<uint8_t>& kek) override;
/hardware/interfaces/rebootescrow/aidl/default/
DRebootEscrow.cpp31 ndk::ScopedAStatus RebootEscrow::storeKey(const std::vector<uint8_t>& ukek) { in storeKey() function in aidl::android::hardware::rebootescrow::RebootEscrow