Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

BCryptKeyDerivation #365

Closed
mcgov opened this issue Dec 6, 2017 · 0 comments · Fixed by #478
Closed

BCryptKeyDerivation #365

mcgov opened this issue Dec 6, 2017 · 0 comments · Fixed by #478
Assignees

Comments

@mcgov
Copy link

mcgov commented Dec 6, 2017

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

@AArnott AArnott self-assigned this Jul 2, 2020
AArnott added a commit that referenced this issue Jul 2, 2020
AArnott added a commit that referenced this issue Jul 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants