5#include "sw/device/silicon_creator/lib/boot_svc/boot_svc_ownership_unlock.h"
8#include "sw/device/silicon_creator/lib/error.h"
10void boot_svc_ownership_unlock_req_init(uint32_t unlock_mode,
11 uint32_t next_owner_key_alg,
13 const owner_keydata_t *next_owner_key,
14 const owner_signature_t *signature,
15 boot_svc_ownership_unlock_req_t *msg) {
22 boot_svc_header_finalize(kBootSvcOwnershipUnlockReqType,
23 sizeof(boot_svc_ownership_unlock_req_t),
27void boot_svc_ownership_unlock_res_init(rom_error_t
status,
28 boot_svc_ownership_unlock_res_t *msg) {
30 boot_svc_header_finalize(kBootSvcOwnershipUnlockResType,
31 sizeof(boot_svc_ownership_unlock_res_t),