Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DappSec.c37 #define APP_VERIFY_BLOCK_SIZE ((SHA2_HASH_SIZE + AES_BLOCK_SIZE - 1) / AES_BLOCK_SIZE) * AES_… macro
112 [STATE_VERIFY] = APP_VERIFY_BLOCK_SIZE, in appSecSetCurState()