Lines Matching refs:KeymasterKeyBlob
181 const KeymasterKeyBlob& key_material, in CreateKeyBlob()
182 KeymasterKeyBlob* blob, in CreateKeyBlob()
196 keymaster_error_t SoftKeymasterContext::UpgradeKeyBlob(const KeymasterKeyBlob& key_to_upgrade, in UpgradeKeyBlob()
198 KeymasterKeyBlob* upgraded_key) const { in UpgradeKeyBlob()
223 keymaster_error_t SoftKeymasterContext::ParseKeyBlob(const KeymasterKeyBlob& blob, in ParseKeyBlob()
260 KeymasterKeyBlob key_material; in ParseKeyBlob()
305 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const { in DeleteKey()
310 KeymasterKeyBlob key_material; in DeleteKey()
336 const KeymasterKeyBlob& blob, const AuthorizationSet& additional_params, in ParseKeymaster1HwBlob()
337 KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseKeymaster1HwBlob()
409 keymaster_error_t SoftKeymasterContext::UnwrapKey(const KeymasterKeyBlob&, const KeymasterKeyBlob&, in UnwrapKey() argument
410 const AuthorizationSet&, const KeymasterKeyBlob&, in UnwrapKey()
412 KeymasterKeyBlob*) const { in UnwrapKey()