Home
last modified time | relevance | path

Searched defs:storeKey (Results 1 – 4 of 4) sorted by relevance

/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/1/android/hardware/rebootescrow/
DIRebootEscrow.aidl21 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/
DRebootEscrow.cpp31 ndk::ScopedAStatus RebootEscrow::storeKey(const std::vector<uint8_t>& ukek) { in storeKey() function in aidl::android::hardware::rebootescrow::RebootEscrow