dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.12k stars 222 forks source link

BCryptKeyDerivation #365

Closed mcgov closed 4 years ago

mcgov commented 6 years ago

Missing a function from BCrypt coverage: BCryptKeyDerivation

NTSTATUS WINAPI BCryptKeyDerivation( In BCRYPT_KEY_HANDLE hKey, _Inopt BCryptBufferDesc pParameterList, Out PUCHAR pbDerivedKey, In ULONG cbDerivedKey, Out ULONG pcbResult, In ULONG dwFlags );

https://msdn.microsoft.com/en-us/library/windows/desktop/hh448506(v=vs.85).aspx