Lines Matching refs:tee_op_handle

212 	assert(session->processing->tee_op_handle == TEE_HANDLE_NULL &&  in allocate_tee_operation()
260 res = TEE_AllocateOperation(&session->processing->tee_op_handle, in allocate_tee_operation()
420 res = TEE_SetOperationKey(session->processing->tee_op_handle, in load_tee_key()
485 TEE_CipherInit(processing->tee_op_handle, NULL, 0); in tee_init_derive_symm()
492 TEE_CipherInit(processing->tee_op_handle, iv, 16); in tee_init_derive_symm()
563 TEE_MACInit(session->processing->tee_op_handle, NULL, 0); in init_tee_operation()
591 TEE_MACInit(session->processing->tee_op_handle, NULL, 0); in init_tee_operation()
598 TEE_CipherInit(session->processing->tee_op_handle, NULL, 0); in init_tee_operation()
606 TEE_CipherInit(session->processing->tee_op_handle, in init_tee_operation()
820 TEE_MACUpdate(proc->tee_op_handle, in_buf, in_size); in step_symm_operation()
845 res = TEE_CipherUpdate(proc->tee_op_handle, in step_symm_operation()
862 res = TEE_AEUpdate(proc->tee_op_handle, in step_symm_operation()
915 res = TEE_MACComputeFinal(proc->tee_op_handle, in step_symm_operation()
925 res = TEE_MACCompareFinal(proc->tee_op_handle, in step_symm_operation()
957 res = TEE_MACComputeFinal(proc->tee_op_handle, in step_symm_operation()
973 res = TEE_MACComputeFinal(proc->tee_op_handle, in_buf, in step_symm_operation()
1016 res = TEE_CipherDoFinal(proc->tee_op_handle, in step_symm_operation()
1113 res = TEE_CipherDoFinal(proc->tee_op_handle, in_buf, in_size, in derive_key_by_symm_enc()
1158 res = TEE_CipherUpdate(proc->tee_op_handle, in wrap_data_by_symm_enc()
1183 res = TEE_CipherDoFinal(proc->tee_op_handle, in_buf, in_sz, in wrap_data_by_symm_enc()
1217 res = TEE_CipherDoFinal(proc->tee_op_handle, data, data_sz, in unwrap_key_by_symm()
1229 res = TEE_CipherDoFinal(proc->tee_op_handle, data, data_sz, in unwrap_key_by_symm()