Searched defs:convertStorageKeyToEphemeral (Results 1 – 11 of 11) sorted by relevance
42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral() method
200 EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in KeyDescriptor storageKey); in convertStorageKeyToEphemeral() method
456 AndroidKeyMintDevice::convertStorageKeyToEphemeral(const std::vector<uint8_t>& /* storageKeyBlob */, in convertStorageKeyToEphemeral() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
308 ScopedAStatus TrustyKeyMintDevice::convertStorageKeyToEphemeral( in convertStorageKeyToEphemeral() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
311 fn convertStorageKeyToEphemeral(&self, storage_keyblob: &[u8]) -> binder::Result<Vec<u8>> { in convertStorageKeyToEphemeral() function
1045 fn convertStorageKeyToEphemeral( in convertStorageKeyToEphemeral() method
230 fn convertStorageKeyToEphemeral(&self, storageKeyBlob: &[u8]) -> binder::Result<Vec<u8>> { in convertStorageKeyToEphemeral() method
735 KeyMintDevice::convertStorageKeyToEphemeral(const std::vector<uint8_t>& prefixedStorageKeyBlob, in convertStorageKeyToEphemeral() function in KeyMintDevice