Function windows_sys::Win32::Security::Cryptography::BCryptCreateHash
[−]pub unsafe extern "system" fn BCryptCreateHash(
halgorithm: BCRYPT_ALG_HANDLE,
phhash: *mut BCRYPT_HASH_HANDLE,
pbhashobject: *mut u8,
cbhashobject: u32,
pbsecret: *const u8,
cbsecret: u32,
dwflags: u32
) -> NTSTATUS
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"