Function windows_sys::Win32::Security::Cryptography::NCryptKeyDerivation
[−]pub unsafe extern "system" fn NCryptKeyDerivation(
hkey: NCRYPT_KEY_HANDLE,
pparameterlist: *const BCryptBufferDesc,
pbderivedkey: *mut u8,
cbderivedkey: u32,
pcbresult: *mut u32,
dwflags: u32
) -> HRESULT
Expand description
Required features: "Win32_Security_Cryptography"