OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blSha2processBytes
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
bl.h
64
void (*
blSha2processBytes
)(struct Sha2state *state, const void *bytes, uint32_t numBytes);
/device/google/contexthub/firmware/os/core/
appSec.c
182
BL.
blSha2processBytes
(&state->sha, state->dataBytes, state->haveBytes);
210
BL.
blSha2processBytes
(&state->cbcSha, state->dataBytes, state->haveBytes);
262
BL.
blSha2processBytes
(&state->sha, state->dataBytes, needBytes);
393
BL.
blSha2processBytes
(&state->sha, state->dataBytes, APP_SIG_SIZE);
bl.c
706
.
blSha2processBytes
= &sha2processBytes,
Completed in 820 milliseconds