windows::Win32::Security::Cryptography

Function SslExpandPreSharedKey

pub unsafe fn SslExpandPreSharedKey(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hresumptionmasterkey: NCRYPT_KEY_HANDLE,
    pbticketnonce: Option<&[u8]>,
    phpresharedkey: *mut NCRYPT_KEY_HANDLE,
    pparameterlist: Option<*const BCryptBufferDesc>,
    dwflags: u32,
) -> Result<()>