CK_GOSTR3410_KEY_WRAP_PARAMS

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow @nogc @system
struct CK_GOSTR3410_KEY_WRAP_PARAMS {}

Members

Variables

hKey
CK_OBJECT_HANDLE hKey;
Undocumented in source.
pUKM
CK_BYTE_PTR pUKM;
Undocumented in source.
pWrapOID
CK_BYTE_PTR pWrapOID;
Undocumented in source.
ulUKMLen
CK_ULONG ulUKMLen;
Undocumented in source.
ulWrapOIDLen
CK_ULONG ulWrapOIDLen;
Undocumented in source.

Meta