Searched refs:tee_op_handle2 (Results 1 – 6 of 6) sorted by relevance
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()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()642 assert(proc->tee_op_handle2 != TEE_HANDLE_NULL); in step_asymm_operation()644 TEE_DigestUpdate(proc->tee_op_handle2, in_buf, in_size); in step_asymm_operation()680 assert(proc->tee_op_handle2 != TEE_HANDLE_NULL); in step_asymm_operation()687 res = TEE_DigestDoFinal(proc->tee_op_handle2, in_buf, in_size, in step_asymm_operation()
532 TEE_CopyOperation(session->processing->tee_op_handle2, in tee_init_gcm_operation()562 session->processing->tee_op_handle2); in tee_ae_reinit_gcm_operation()
151 TEE_OperationHandle tee_op_handle2; member
120 if (session->processing->tee_op_handle2 != TEE_HANDLE_NULL) { in release_active_processing()121 TEE_FreeOperation(session->processing->tee_op_handle2); in release_active_processing()122 session->processing->tee_op_handle2 = TEE_HANDLE_NULL; in release_active_processing()
213 session->processing->tee_op_handle2 == TEE_HANDLE_NULL); in allocate_tee_operation()278 TEE_OperationHandle *hdl = &session->processing->tee_op_handle2; in allocate_tee_operation()
233 proc->tee_op_handle2 = TEE_HANDLE_NULL; in set_processing_state()