Home
last modified time | relevance | path

Searched defs:retrieveKey (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/rebootescrow/aidl/aidl_api/android.hardware.rebootescrow/1/android/hardware/rebootescrow/
H A DIRebootEscrow.aidl22 byte[] retrieveKey(); in retrieveKey() method
/aosp12/hardware/interfaces/rebootescrow/aidl/aidl_api/android.hardware.rebootescrow/current/android/hardware/rebootescrow/
H A DIRebootEscrow.aidl22 byte[] retrieveKey(); in retrieveKey() method
/aosp12/hardware/interfaces/rebootescrow/aidl/android/hardware/rebootescrow/
H A DIRebootEscrow.aidl43 byte[] retrieveKey(); in retrieveKey() method
/aosp12/hardware/interfaces/rebootescrow/aidl/default/
H A DRebootEscrow.cpp49 ndk::ScopedAStatus RebootEscrow::retrieveKey(std::vector<uint8_t>* _aidl_return) { in retrieveKey() function in aidl::android::hardware::rebootescrow::RebootEscrow
/aosp12/frameworks/base/keystore/java/android/security/
H A DSystemKeyStore.java116 public byte[] retrieveKey(String keyName) throws IOException { in retrieveKey() method in SystemKeyStore
/aosp12/system/vold/
H A DKeyStorage.cpp622 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key) { in retrieveKey() function