Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_auth_mgr.c88 auth_mgr.auth_mapper[i].tcs_ctx != hContext) { in auth_mgr_save_ctx()
90 "TPM %x", hContext, auth_mgr.auth_mapper[i].tcs_ctx, in auth_mgr_save_ctx()
205 auth_mgr.auth_mapper[i].tcs_ctx == tcs_handle) { in auth_mgr_close_context()
232 auth_mgr.auth_mapper[i].tcs_ctx = 0; in auth_mgr_close_context()
266 auth_mgr.auth_mapper[i].tcs_ctx == tcs_handle) { in auth_mgr_release_auth_handle()
294 auth_mgr.auth_mapper[i].tcs_ctx, tpm_auth_handle); in auth_mgr_release_auth_handle()
303 auth_mgr.auth_mapper[i].tcs_ctx = 0; in auth_mgr_release_auth_handle()
322 auth_mgr.auth_mapper[i].tcs_ctx == tcsContext) { in auth_mgr_check()
380 auth_mgr.auth_mapper[i].tcs_ctx = tcsContext; in auth_mgr_add()
418 auth_mgr.auth_mapper[i].tcs_ctx == hContext) { in auth_mgr_req_new()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dauth_mgr.h18 TCS_CONTEXT_HANDLE tcs_ctx; member