Function windows_sys::Win32::Security::Cryptography::NCryptDeriveKey
[−]pub unsafe extern "system" fn NCryptDeriveKey(
hsharedsecret: usize,
pwszkdf: PWSTR,
pparameterlist: *const BCryptBufferDesc,
pbderivedkey: *mut u8,
cbderivedkey: u32,
pcbresult: *mut u32,
dwflags: u32
) -> i32Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
