Lines Matching refs:processing
95 if (session->processing && in get_active_session()
96 func_matches_state(function, session->processing->state)) in get_active_session()
104 if (!session->processing) in release_active_processing()
107 if (session->processing->tee_hash_op_handle != TEE_HANDLE_NULL) { in release_active_processing()
108 TEE_FreeOperation(session->processing->tee_hash_op_handle); in release_active_processing()
109 session->processing->tee_hash_op_handle = TEE_HANDLE_NULL; in release_active_processing()
110 session->processing->tee_hash_algo = 0; in release_active_processing()
113 if (session->processing->tee_op_handle != TEE_HANDLE_NULL) { in release_active_processing()
114 TEE_FreeOperation(session->processing->tee_op_handle); in release_active_processing()
115 session->processing->tee_op_handle = TEE_HANDLE_NULL; in release_active_processing()
118 TEE_Free(session->processing->extra_ctx); in release_active_processing()
120 TEE_Free(session->processing); in release_active_processing()
121 session->processing = NULL; in release_active_processing()
750 mecha_type = session->processing->mecha_type; in entry_processing_step()
769 session->processing->step = PKCS11_FUNC_STEP_UPDATE; in entry_processing_step()
777 session->processing->step = PKCS11_FUNC_STEP_ONESHOT; in entry_processing_step()
780 session->processing->step = PKCS11_FUNC_STEP_FINAL; in entry_processing_step()