Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DappSec.c59 struct Sha2state cbcSha; member
210 BL.blSha2processBytes(&state->cbcSha, state->dataBytes, state->haveBytes); in appSecBlockRx()
282 BL.blSha2init(&state->cbcSha); in appSecProcessIncomingHdr()
357 state->encryptedBytesIn = sizeof(state->cbcSha); in appSecProcessIncomingData()
424 const uint32_t *hash = BL.blSha2finish(&state->cbcSha); in appSecVerifyEncryptedData()