[][src]Function psp::sys::sceKernelUtilsMd5BlockResult

#[no_mangle]pub unsafe extern "C" fn sceKernelUtilsMd5BlockResult(
    ctx: *mut SceKernelUtilsMd5Context,
    digest: *mut u8
) -> i32

Function to get the digest result of the MD5 hash.

Parameters

  • ctx: A filled in context block.
  • digest: A 16 byte array to hold the digest.

Return Value

< 0 on error.