Home
last modified time | relevance | path

Searched defs:convertStorageKeyToEphemeral (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
H A DIKeystoreSecurityLevel.aidl42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral() method
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
H A DIKeystoreSecurityLevel.aidl42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral() method
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
H A DIKeystoreSecurityLevel.aidl196 EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in KeyDescriptor storageKey); in convertStorageKeyToEphemeral() method
/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() method
/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() method
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl814 byte[] convertStorageKeyToEphemeral(in byte[] storageKeyBlob); in convertStorageKeyToEphemeral() method
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp308 ScopedAStatus TrustyKeyMintDevice::convertStorageKeyToEphemeral( in convertStorageKeyToEphemeral() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/aosp12/system/keymaster/ng/
H A DAndroidKeyMintDevice.cpp441 AndroidKeyMintDevice::convertStorageKeyToEphemeral(const std::vector<uint8_t>& /* storageKeyBlob */, in convertStorageKeyToEphemeral() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
/aosp12/system/security/keystore2/src/
H A Dsecurity_level.rs1044 fn convertStorageKeyToEphemeral( in convertStorageKeyToEphemeral() method
/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp675 KeyMintDevice::convertStorageKeyToEphemeral(const std::vector<uint8_t>& prefixedStorageKeyBlob, in convertStorageKeyToEphemeral() function in KeyMintDevice