Function optee_utee_sys::tee_invoke_supp_plugin
source · pub unsafe extern "C" fn tee_invoke_supp_plugin(
uuid: *const TEE_UUID,
cmd: u32,
sub_cmd: u32,
buf: *mut c_void,
len: usize,
outlen: *mut usize
) -> TEE_ResultExpand description
tee_invoke_supp_plugin() - invoke a tee-supplicant’s plugin @uuid: uuid of the plugin @cmd: command for the plugin @sub_cmd: subcommand for the plugin @buf: data [for/from] the plugin [in/out] @len: length of the input buf @outlen: pointer to length of the output data (if they will be used) Return TEE_SUCCESS on success or TEE_ERRROR_* on failure.