Home
last modified time | relevance | path

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

/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreSecurityLevel.aidl200 EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in KeyDescriptor storageKey); in convertStorageKeyToEphemeral() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreSecurityLevel.aidl42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/4/android/system/keystore2/
DIKeystoreSecurityLevel.aidl42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreSecurityLevel.aidl42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreSecurityLevel.aidl42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/5/android/system/keystore2/
DIKeystoreSecurityLevel.aidl42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/
DIKeystoreSecurityLevel.aidl42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral() method
/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp312 ScopedAStatus TrustyKeyMintDevice::convertStorageKeyToEphemeral( in convertStorageKeyToEphemeral() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp457 AndroidKeyMintDevice::convertStorageKeyToEphemeral(const std::vector<uint8_t>& /* storageKeyBlob */, in convertStorageKeyToEphemeral() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
/system/security/keystore2/src/
Dkm_compat.rs327 fn convertStorageKeyToEphemeral(&self, storage_keyblob: &[u8]) -> binder::Result<Vec<u8>> { in convertStorageKeyToEphemeral() function
Dsecurity_level.rs1104 fn convertStorageKeyToEphemeral( in convertStorageKeyToEphemeral() method
/system/keymint/hal/src/
Dkeymint.rs246 fn convertStorageKeyToEphemeral(&self, storageKeyBlob: &[u8]) -> binder::Result<Vec<u8>> { in convertStorageKeyToEphemeral() method
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp759 KeyMintDevice::convertStorageKeyToEphemeral(const std::vector<uint8_t>& prefixedStorageKeyBlob, in convertStorageKeyToEphemeral() function in KeyMintDevice