Function windows_sys::Win32::Security::Cryptography::BCryptHash
[−]pub unsafe extern "system" fn BCryptHash(
halgorithm: BCRYPT_ALG_HANDLE,
pbsecret: *const u8,
cbsecret: u32,
pbinput: *const u8,
cbinput: u32,
pboutput: *mut u8,
cboutput: u32
) -> NTSTATUS
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"