Skip to content
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
Closed
@mcgov

Description

@mcgov

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions