Home
last modified time | relevance | path

Searched refs:convertStorageKeyToEphemeral (Results 1 – 11 of 11) sorted by relevance

/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreSecurityLevel.aidl196 EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in KeyDescriptor storageKey); 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/1/android/system/keystore2/
DIKeystoreSecurityLevel.aidl42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral() method
/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeyMintDevice.h80 ScopedAStatus convertStorageKeyToEphemeral(const std::vector<uint8_t>& storageKeyBlob,
/system/keymaster/ng/include/
DAndroidKeyMintDevice.h76 ScopedAStatus convertStorageKeyToEphemeral(const std::vector<uint8_t>& storageKeyBlob,
/system/vold/
DKeymaster.cpp162 auto rc = securityLevel->convertStorageKeyToEphemeral(storageKey, &ephemeral_key_response); in exportKey()
/system/security/keystore2/src/
Dsecurity_level.rs898 map_km_error(km_dev.convertStorageKeyToEphemeral(key_blob)) in convert_storage_key_to_ephemeral()
917 map_km_error(km_dev.convertStorageKeyToEphemeral(&upgraded_blob)) in convert_storage_key_to_ephemeral()
1017 fn convertStorageKeyToEphemeral( in convertStorageKeyToEphemeral() method
/system/security/keystore2/src/km_compat/
Dkm_compat.h118 ScopedAStatus convertStorageKeyToEphemeral(const std::vector<uint8_t>& storageKeyBlob,
Dkm_compat.cpp675 KeyMintDevice::convertStorageKeyToEphemeral(const std::vector<uint8_t>& prefixedStorageKeyBlob, in convertStorageKeyToEphemeral() function in KeyMintDevice
/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp308 ScopedAStatus TrustyKeyMintDevice::convertStorageKeyToEphemeral( in convertStorageKeyToEphemeral() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp441 AndroidKeyMintDevice::convertStorageKeyToEphemeral(const std::vector<uint8_t>& /* storageKeyBlob */, in convertStorageKeyToEphemeral() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice