Home
last modified time | relevance | path

Searched refs:tempPackets (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientRPC.c247 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()
[all …]