Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DappSec.c182 BL.blSha2processBytes(&state->sha, state->dataBytes, state->haveBytes); in appSecBlockRx()
210 BL.blSha2processBytes(&state->cbcSha, state->dataBytes, state->haveBytes); in appSecBlockRx()
262 BL.blSha2processBytes(&state->sha, state->dataBytes, needBytes); in appSecProcessIncomingHdr()
393 BL.blSha2processBytes(&state->sha, state->dataBytes, APP_SIG_SIZE); in appSecDoSomeProcessing()
Dbl.c706 .blSha2processBytes = &sha2processBytes,
/device/google/contexthub/firmware/os/inc/
Dbl.h64 …void (*blSha2processBytes)(struct Sha2state *state, const void *bytes, uint32_t numByte… member