Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DappSec.c183 BL.blSha2processBytes(&state->sha, state->dataBytes, state->haveBytes); in appSecBlockRx()
211 BL.blSha2processBytes(&state->cbcSha, state->dataBytes, state->haveBytes); in appSecBlockRx()
263 BL.blSha2processBytes(&state->sha, state->dataBytes, needBytes); in appSecProcessIncomingHdr()
394 BL.blSha2processBytes(&state->sha, state->dataBytes, APP_SIG_SIZE); in appSecDoSomeProcessing()
/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Dbl.h79 …void (*blSha2processBytes)(struct Sha2state *state, const void *bytes, uint32_t numByte… member
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dbl.c691 .blSha2processBytes = &sha2processBytes,