Searched refs:storageKeyBlob (Results 1 – 6 of 6) sorted by relevance
/system/core/trusty/keymaster/keymint/ |
D | TrustyKeyMintDevice.cpp | 313 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/ |
D | TrustyKeyMintDevice.h | 81 ScopedAStatus convertStorageKeyToEphemeral(const vector<uint8_t>& storageKeyBlob,
|
/system/keymaster/ng/include/ |
D | AndroidKeyMintDevice.h | 77 ScopedAStatus convertStorageKeyToEphemeral(const vector<uint8_t>& storageKeyBlob,
|
/system/security/keystore2/src/km_compat/ |
D | km_compat.h | 137 ScopedAStatus convertStorageKeyToEphemeral(const std::vector<uint8_t>& storageKeyBlob, 141 getKeyCharacteristics(const std::vector<uint8_t>& storageKeyBlob,
|
D | km_compat.cpp | 772 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/ |
D | keymint.rs | 246 fn convertStorageKeyToEphemeral(&self, storageKeyBlob: &[u8]) -> binder::Result<Vec<u8>> { in convertStorageKeyToEphemeral() 249 storage_key_blob: storageKeyBlob.to_vec(), in convertStorageKeyToEphemeral()
|