Home
last modified time | relevance | path

Searched refs:t_final (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c229 if (token_specific.t_final != NULL) { in SC_Finalize()
230 token_specific.t_final(hContext); in SC_Finalize()
617 if (token_specific.t_final != NULL) { in SC_CloseSession()
618 token_specific.t_final(sess->hContext); in SC_CloseSession()
H A Dtpmtok_int.h447 CK_RV (*t_final)(TSS_HCONTEXT); member