CK_GOSTR3410_DERIVE_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_DERIVE_PARAMS {}

Members

Variables

kdf
CK_EC_KDF_TYPE kdf;
Undocumented in source.
pPublicData
CK_BYTE_PTR pPublicData;
Undocumented in source.
pUKM
CK_BYTE_PTR pUKM;
Undocumented in source.
ulPublicDataLen
CK_ULONG ulPublicDataLen;
Undocumented in source.
ulUKMLen
CK_ULONG ulUKMLen;
Undocumented in source.

Meta