This repository was archived by the owner on Jul 26, 2023. It is now read-only.
This repository was archived by the owner on Jul 26, 2023. It is now read-only.
BCryptKeyDerivation #365
Closed
Description
Missing a function from BCrypt coverage: BCryptKeyDerivation
NTSTATUS WINAPI BCryptKeyDerivation(
In BCRYPT_KEY_HANDLE hKey,
In_opt 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