Searched refs:blSha2processBytes (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/src/ |
D | appSec.c | 183 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/ |
D | bl.h | 79 …void (*blSha2processBytes)(struct Sha2state *state, const void *bytes, uint32_t numByte… member
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | bl.c | 691 .blSha2processBytes = &sha2processBytes,
|