Searched refs:dataOffset (Results 1 - 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
H A DnanohubPacket.h534 uint32_t dataOffset; member in struct:NanohubHalKeyInfoRx
/device/google/contexthub/util/nanoapp_postprocess/
H A Dpostprocess_elf.c252 uint32_t dataOffset = sizeof(outHeader) + sizeof(app); local
253 uint32_t hdrDiff = dataOffset - sizeof(*bin);
259 memmove(buf + dataOffset, buf + sizeof(*bin), bufUsed - sizeof(*bin));
/device/google/contexthub/firmware/os/core/
H A DnanohubCommand.c1744 if (req->dataOffset < RSA_BYTES) {
1746 if (RSA_BYTES - req->dataOffset > NANOHUB_RSA_KEY_CHUNK_LEN)
1749 dataLength = RSA_BYTES - req->dataOffset;
1750 memcpy(resp->data, (const uint8_t *)ptr + (req->keyNum * RSA_BYTES) + req->dataOffset, dataLength);

Completed in 49 milliseconds