tss_create
extern int tss_create(tss_t *, tss_dtor_t);
VERIFY3S(tss_create(&ct_key, ct_tss_dtor), ==, thrd_success);