Searched refs:blSha2processBytes (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | appSec.c | 182 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() 405 BL.blSha2processBytes(&state->sha, state->dataBytes, APP_SIG_SIZE); in appSecDoSomeProcessing()
|
D | bl.c | 706 .blSha2processBytes = &sha2processBytes,
|
/device/google/contexthub/firmware/os/inc/ |
D | bl.h | 64 …void (*blSha2processBytes)(struct Sha2state *state, const void *bytes, uint32_t numByte… member
|