The ITEM Structure
14 RSA BSAFE Crypto-C Library Reference Manual
The ITEM Structure
Often, Crypto-C requires that input be in the form of an ITEM structure, defined as
follows:
typedef struct {
unsigned char *data;
unsigned int len;
} ITEM;