Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsess_mgr.c795 op_data->active_operation = STATE_ENCR; in session_mgr_get_op_state()
836 op_data->active_operation = STATE_DECR; in session_mgr_get_op_state()
877 op_data->active_operation = STATE_DIGEST; in session_mgr_get_op_state()
917 op_data->active_operation = STATE_SIGN; in session_mgr_get_op_state()
957 op_data->active_operation = STATE_SIGN; in session_mgr_get_op_state()
1010 switch (op_data->active_operation) { in session_mgr_set_op_state()
1159 switch (op_data->active_operation) { in session_mgr_set_op_state()
H A Dtpmtok_int.h361 CK_ULONG active_operation; member