tss_get
extern void *tss_get(tss_t);
VERIFY3P(tss_get(ct_key), ==, NULL);
VERIFY3P(tss_get(ct_key), ==, arg);