windows::Win32::Security::Cryptography

Function GenerateDerivedKey

pub unsafe fn GenerateDerivedKey<P7>(
    hcrypto: *const INFORMATIONCARD_CRYPTO_HANDLE,
    plabel: &[u8],
    pnonce: &[u8],
    derivedkeylength: u32,
    offset: u32,
    algid: P7,
    pcbkey: *mut u32,
    ppkey: *mut *mut u8,
) -> Result<()>
where P7: Param<PCWSTR>,