You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
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
);
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
The text was updated successfully, but these errors were encountered: