Home
last modified time | relevance | path

Searched refs:storageKeyBlob (Results 1 – 6 of 6) sorted by relevance

/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp313 const vector<uint8_t>& storageKeyBlob, vector<uint8_t>* ephemeralKeyBlob) { in convertStorageKeyToEphemeral() argument
315 request.SetKeyMaterial(storageKeyBlob.data(), storageKeyBlob.size()); in convertStorageKeyToEphemeral()
/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeyMintDevice.h81 ScopedAStatus convertStorageKeyToEphemeral(const vector<uint8_t>& storageKeyBlob,
/system/keymaster/ng/include/
DAndroidKeyMintDevice.h77 ScopedAStatus convertStorageKeyToEphemeral(const vector<uint8_t>& storageKeyBlob,
/system/security/keystore2/src/km_compat/
Dkm_compat.h137 ScopedAStatus convertStorageKeyToEphemeral(const std::vector<uint8_t>& storageKeyBlob,
141 getKeyCharacteristics(const std::vector<uint8_t>& storageKeyBlob,
Dkm_compat.cpp772 const std::vector<uint8_t>& storageKeyBlob = in convertStorageKeyToEphemeral() local
786 auto ret = mDevice->exportKey(V4_0_KeyFormat::RAW, storageKeyBlob, {}, {}, hidlCb); in convertStorageKeyToEphemeral()
/system/keymint/hal/src/
Dkeymint.rs246 fn convertStorageKeyToEphemeral(&self, storageKeyBlob: &[u8]) -> binder::Result<Vec<u8>> { in convertStorageKeyToEphemeral()
249 storage_key_blob: storageKeyBlob.to_vec(), in convertStorageKeyToEphemeral()