Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl50 byte[] convertStorageKeyToEphemeral(in byte[] storageKeyBlob); in convertStorageKeyToEphemeral()
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl50 byte[] convertStorageKeyToEphemeral(in byte[] storageKeyBlob); in convertStorageKeyToEphemeral()
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl814 byte[] convertStorageKeyToEphemeral(in byte[] storageKeyBlob); in convertStorageKeyToEphemeral()
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp309 const std::vector<uint8_t>& storageKeyBlob, std::vector<uint8_t>* ephemeralKeyBlob) { in convertStorageKeyToEphemeral()
/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp688 const std::vector<uint8_t>& storageKeyBlob = in convertStorageKeyToEphemeral() local