CK_AES_CBC_ENCRYPT_DATA_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_AES_CBC_ENCRYPT_DATA_PARAMS {}

Members

Variables

iv
CK_BYTE[16] iv;
Undocumented in source.
length
CK_ULONG length;
Undocumented in source.
pData
CK_BYTE_PTR pData;
Undocumented in source.

Meta