windows::Win32::Security::Cryptography

Function SslImportMasterKey

pub unsafe fn SslImportMasterKey(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hprivatekey: NCRYPT_KEY_HANDLE,
    phmasterkey: *mut NCRYPT_KEY_HANDLE,
    dwprotocol: u32,
    dwciphersuite: u32,
    pparameterlist: *const BCryptBufferDesc,
    pbencryptedkey: &[u8],
    dwflags: u32,
) -> Result<()>