SS_OBJECT_DN_T
Used by SecretStore functions to provide storage for the object DN.
typedef struct
{
unsigned long len;
char addr[NSSS_MAX_ADDR_LEN];
} SS_ADDR_T;
This structure provides a storage for passing the target object DN on the functions.