Home
last modified time | relevance | path

Searched refs:decr_ctx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsess_mgr.c583 if (sess->decr_ctx.context) in session_mgr_close_session()
584 free(sess->decr_ctx.context); in session_mgr_close_session()
660 if (sess->decr_ctx.context) in session_mgr_close_all_sessions()
661 free(sess->decr_ctx.context); in session_mgr_close_all_sessions()
827 sess->decr_ctx.context_len + in session_mgr_get_op_state()
841 &sess->decr_ctx, in session_mgr_get_op_state()
848 sess->decr_ctx.context, in session_mgr_get_op_state()
849 sess->decr_ctx.context_len); in session_mgr_get_op_state()
856 sess->decr_ctx.mech.pParameter, in session_mgr_get_op_state()
1147 if (sess->decr_ctx.active) in session_mgr_set_op_state()
[all …]
H A Dnew_host.c1395 if (sess->decr_ctx.active == TRUE) { in SC_DecryptInit()
1400 rc = decr_mgr_init(sess, &sess->decr_ctx, in SC_DecryptInit()
1432 if (sess->decr_ctx.active == FALSE) { in SC_Decrypt()
1442 &sess->decr_ctx, in SC_Decrypt()
1450 (void) decr_mgr_cleanup(&sess->decr_ctx); in SC_Decrypt()
H A Dtpmtok_int.h317 ENCR_DECR_CONTEXT decr_ctx; member