Function windows_sys::Win32::Security::Cryptography::SslExpandPreSharedKey
pub unsafe extern "system" fn SslExpandPreSharedKey(
hsslprovider: NCRYPT_PROV_HANDLE,
hresumptionmasterkey: NCRYPT_KEY_HANDLE,
pbticketnonce: *const u8,
cbticketnonce: u32,
phpresharedkey: *mut NCRYPT_KEY_HANDLE,
pparameterlist: *const BCryptBufferDesc,
dwflags: u32,
) -> HRESULT