OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blRsaPubOpIterative
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
bl.h
62
const uint32_t* (*
blRsaPubOpIterative
)(struct RsaState* state, const uint32_t *a, const uint32_t *c, uint32_t *state1, uint32_t *state2, uint32_t *stepP);
/device/google/contexthub/firmware/os/core/
appSec.c
375
result = BL.
blRsaPubOpIterative
(&state->rsa, state->rsaTmp, state->dataWords, &state->rsaState1, &state->rsaState2, &state->rsaStep);
bl.c
704
.
blRsaPubOpIterative
= &rsaPubOpIterative,
Completed in 58 milliseconds