Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DappSec.c60 struct Sha2state cbcSha; member
211 BL.blSha2processBytes(&state->cbcSha, state->dataBytes, state->haveBytes); in appSecBlockRx()
283 BL.blSha2init(&state->cbcSha); in appSecProcessIncomingHdr()
358 state->encryptedBytesIn = sizeof(state->cbcSha); in appSecProcessIncomingData()
425 const uint32_t *hash = BL.blSha2finish(&state->cbcSha); in appSecVerifyEncryptedData()