[][src]Function psa_crypto_sys::psa_hash_compute

pub unsafe extern "C" fn psa_hash_compute(
    alg: u32,
    input: *const u8,
    input_length: usize,
    hash: *mut u8,
    hash_size: usize,
    hash_length: *mut usize
) -> i32