blob: 881f929539faaa7f75e5beefeddb7a5b6c2d599e [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
interface kmac_sideload_if;
// This struct contains three fields:
// - valid
// - key_share0
// - key_share1
keymgr_pkg::hw_key_req_t sideload_key;
endinterface