CK_ECDH_AES_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_ECDH_AES_KEY_WRAP_PARAMS {}

Members

Variables

kdf
CK_EC_KDF_TYPE kdf;
Undocumented in source.
pSharedData
CK_BYTE_PTR pSharedData;
Undocumented in source.
ulAESKeyBits
CK_ULONG ulAESKeyBits;
Undocumented in source.
ulSharedDataLen
CK_ULONG ulSharedDataLen;
Undocumented in source.

Meta