Skip to main content

sceKernelUtilsMd5BlockUpdate

Function sceKernelUtilsMd5BlockUpdate 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sceKernelUtilsMd5BlockUpdate( ctx: *mut SceKernelUtilsMd5Context, data: *mut u8, size: u32, ) -> i32
Expand description

Function to update the MD5 digest with a block of data.

§Parameters

  • ctx: A filled in context block.
  • data: The data block to hash.
  • size: The size of the data to hash

§Return Value

< 0 on error.