Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/rebootescrow/aidl/aidl_api/android.hardware.rebootescrow/1/android/hardware/rebootescrow/
H A DIRebootEscrow.aidl21 void storeKey(in byte[] kek); in storeKey() method
/aosp12/hardware/interfaces/rebootescrow/aidl/aidl_api/android.hardware.rebootescrow/current/android/hardware/rebootescrow/
H A DIRebootEscrow.aidl21 void storeKey(in byte[] kek); in storeKey() method
/aosp12/hardware/interfaces/rebootescrow/aidl/android/hardware/rebootescrow/
H A DIRebootEscrow.aidl35 void storeKey(in byte[] kek); in storeKey() method
/aosp12/hardware/interfaces/rebootescrow/aidl/default/
H A DRebootEscrow.cpp31 ndk::ScopedAStatus RebootEscrow::storeKey(const std::vector<uint8_t>& ukek) { in storeKey() function in aidl::android::hardware::rebootescrow::RebootEscrow
/aosp12/system/vold/
H A DKeyStorage.cpp572 bool storeKey(const std::string& dir, const KeyAuthentication& auth, const KeyBuffer& key) { in storeKey() function