Searched refs:UpgradeKeyBlob (Results 1 – 10 of 10) sorted by relevance
62 keymaster_error_t UpgradeKeyBlob(const KeymasterKeyBlob& key_to_upgrade,
69 keymaster_error_t UpgradeKeyBlob(const KeymasterKeyBlob& key_to_upgrade,
61 keymaster_error_t UpgradeKeyBlob(const KeymasterKeyBlob& key_to_upgrade,
73 keymaster_error_t UpgradeKeyBlob(const KeymasterKeyBlob& key_to_upgrade,
95 virtual keymaster_error_t UpgradeKeyBlob(const KeymasterKeyBlob& key_to_upgrade,
61 keymaster_error_t Keymaster2PassthroughContext::UpgradeKeyBlob( in UpgradeKeyBlob() function in keymaster::Keymaster2PassthroughContext
93 keymaster_error_t Keymaster1PassthroughContext::UpgradeKeyBlob( in UpgradeKeyBlob() function in keymaster::Keymaster1PassthroughContext
215 keymaster_error_t SoftKeymasterContext::UpgradeKeyBlob(const KeymasterKeyBlob& key_to_upgrade, in UpgradeKeyBlob() function in keymaster::SoftKeymasterContext
165 keymaster_error_t PureSoftKeymasterContext::UpgradeKeyBlob(const KeymasterKeyBlob& key_to_upgrade, in UpgradeKeyBlob() function in keymaster::PureSoftKeymasterContext
427 response->error = context_->UpgradeKeyBlob(KeymasterKeyBlob(request.key_blob), in UpgradeKey()