Lines Matching refs:processing
225 struct active_processing *processing = session->processing; in allocate_tee_operation() local
227 assert(processing->tee_op_handle == TEE_HANDLE_NULL); in allocate_tee_operation()
228 assert(processing->tee_op_handle2 == TEE_HANDLE_NULL); in allocate_tee_operation()
259 res = TEE_AllocateOperation(&processing->tee_op_handle2, in allocate_tee_operation()
269 processing->tee_hash_algo = hash_algo; in allocate_tee_operation()
272 res = TEE_AllocateOperation(&processing->tee_op_handle, in allocate_tee_operation()
282 processing->tee_op_handle2 != TEE_HANDLE_NULL) { in allocate_tee_operation()
283 TEE_FreeOperation(session->processing->tee_op_handle2); in allocate_tee_operation()
284 processing->tee_op_handle2 = TEE_HANDLE_NULL; in allocate_tee_operation()
285 processing->tee_hash_algo = 0; in allocate_tee_operation()
387 res = TEE_SetOperationKey(session->processing->tee_op_handle, in load_tee_key()
409 struct active_processing *proc = session->processing; in init_tee_operation()
462 session->processing->mecha_type = proc_params->id; in init_asymm_operation()
496 struct active_processing *proc = session->processing; in step_asymm_operation()
1077 TEE_DeriveKey(session->processing->tee_op_handle, &tee_attrs[0], in do_asymm_derivation()
1240 struct active_processing *proc = session->processing; in wrap_data_by_asymm_enc()
1258 struct active_processing *proc = session->processing; in unwrap_key_by_asymm()