SS_SH_SECRET_ID_T
Defines the structure for encoding a Shared Secret ID.
typedef struct struct _ss_sh_secret_id
{
int type;
char pName[NSSS_MAX_SECRET_ID_LEN];
int length;
} SS_SH_SECRET_ID_T;
This structure is used by the SharedSecret functions for encoding the a Shared Secret ID.