Function sev::sev_launch_finish

source ·
#[no_mangle]
pub unsafe extern "C" fn sev_launch_finish(
    vm_fd: c_int,
    fw_err: *mut c_int
) -> c_int
Expand description

A C FFI interface to the SEV_LAUNCH_FINISH ioctl.

§Safety

The caller of this function is responsible for ensuring that the mnonce is 16 bytes in size.

The caller of this function is responsible for ensuring that the pointer arguments are valid.