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, nonce_t
nonce,
11 const owner_key_t *next_owner_key,
12 const owner_signature_t *signature,
13 boot_svc_ownership_unlock_req_t *msg) {
19 boot_svc_header_finalize(kBootSvcOwnershipUnlockReqType,
20 sizeof(boot_svc_ownership_unlock_req_t),
24void boot_svc_ownership_unlock_res_init(rom_error_t
status,
25 boot_svc_ownership_unlock_res_t *msg) {
27 boot_svc_header_finalize(kBootSvcOwnershipUnlockResType,
28 sizeof(boot_svc_ownership_unlock_res_t),