Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DappSec.c40 #define APP_SEC_ENCR_ALIGN APP_DATA_CHUNK_SIZE macro
284 …ptedBytesIn = ((state->encryptedBytesOut + APP_SEC_ENCR_ALIGN - 1) / APP_SEC_ENCR_ALIGN) * APP_SEC… in appSecProcessIncomingHdr()