windows::Win32::Security::Cryptography

Function SslComputeClientAuthHash

pub unsafe fn SslComputeClientAuthHash<P3>(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hmasterkey: NCRYPT_KEY_HANDLE,
    hhandshakehash: NCRYPT_HASH_HANDLE,
    pszalgid: P3,
    pboutput: Option<&mut [u8]>,
    pcbresult: *mut u32,
    dwflags: u32,
) -> Result<()>
where P3: Param<PCWSTR>,