Lines Matching refs:tempPackets
247 EFI_RK_RPMB_DATA_PACKET *tempPackets; in OpteeRpcCmdRpmb() local
455 tempPackets = ResponsePackets; in OpteeRpcCmdRpmb()
459 memcpy(tempPackets->stuff_bytes, in OpteeRpcCmdRpmb()
462 memcpy(tempPackets->key_mac, in OpteeRpcCmdRpmb()
465 memcpy(tempPackets->data, in OpteeRpcCmdRpmb()
468 memcpy(tempPackets->nonce, in OpteeRpcCmdRpmb()
471 tempPackets->write_counter[3] = in OpteeRpcCmdRpmb()
473 tempPackets->write_counter[2] = in OpteeRpcCmdRpmb()
475 tempPackets->write_counter[1] = in OpteeRpcCmdRpmb()
477 tempPackets->write_counter[0] = in OpteeRpcCmdRpmb()
479 tempPackets->address[1] = in OpteeRpcCmdRpmb()
481 tempPackets->address[0] = in OpteeRpcCmdRpmb()
483 tempPackets->block_count[1] = in OpteeRpcCmdRpmb()
485 tempPackets->block_count[0] = in OpteeRpcCmdRpmb()
487 tempPackets->op_result[1] = in OpteeRpcCmdRpmb()
489 tempPackets->op_result[0] = in OpteeRpcCmdRpmb()
491 tempPackets->msg_type[1] = in OpteeRpcCmdRpmb()
493 tempPackets->msg_type[0] = in OpteeRpcCmdRpmb()
495 tempPackets++; in OpteeRpcCmdRpmb()