windows::Win32::Security::Cryptography

Function SslComputeEapKeyBlock

pub unsafe fn SslComputeEapKeyBlock(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hmasterkey: NCRYPT_KEY_HANDLE,
    pbrandoms: &[u8],
    pboutput: Option<&mut [u8]>,
    pcbresult: *mut u32,
    dwflags: u32,
) -> Result<()>