windows::Win32::Security::Cryptography

Function SslExtractHandshakeKey

pub unsafe fn SslExtractHandshakeKey(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hprivatekey: NCRYPT_KEY_HANDLE,
    hpublickey: NCRYPT_KEY_HANDLE,
    hearlykey: NCRYPT_KEY_HANDLE,
    phhandshakekey: *mut NCRYPT_KEY_HANDLE,
    pparameterlist: Option<*const BCryptBufferDesc>,
    dwflags: u32,
) -> Result<()>