Lines Matching refs:processing
197 struct active_processing *processing = session->processing; in allocate_tee_operation() local
199 assert(processing->tee_op_handle == TEE_HANDLE_NULL); in allocate_tee_operation()
200 assert(processing->tee_hash_op_handle == TEE_HANDLE_NULL); in allocate_tee_operation()
210 res = TEE_AllocateOperation(&processing->tee_hash_op_handle, in allocate_tee_operation()
220 processing->tee_hash_algo = hash_algo; in allocate_tee_operation()
223 res = TEE_AllocateOperation(&processing->tee_op_handle, in allocate_tee_operation()
233 processing->tee_hash_op_handle != TEE_HANDLE_NULL) { in allocate_tee_operation()
234 TEE_FreeOperation(session->processing->tee_hash_op_handle); in allocate_tee_operation()
235 processing->tee_hash_op_handle = TEE_HANDLE_NULL; in allocate_tee_operation()
236 processing->tee_hash_algo = 0; in allocate_tee_operation()
329 res = TEE_SetOperationKey(session->processing->tee_op_handle, in load_tee_key()
351 struct active_processing *proc = session->processing; in init_tee_operation()
423 struct active_processing *proc = session->processing; in step_asymm_operation()