HomeSort by relevance Sort by last modified time
    Searched refs:rsaPubOpIterative (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/lib/include/nanohub/
rsa.h 39 const uint32_t* rsaPubOpIterative(struct RsaState* state, const uint32_t *a, const uint32_t *c, uint32_t *state1, uint32_t *state2, uint32_t *stepP);
  /device/google/contexthub/lib/nanohub/
rsa.c 168 const uint32_t* rsaPubOpIterative(struct RsaState* state, const uint32_t *a, const uint32_t *c, uint32_t *state1, uint32_t *state2, uint32_t *stepP)
220 ret = rsaPubOpIterative(state, a, c, &state1, &state2, &step);
  /device/google/contexthub/firmware/os/core/
bl.c 377 rsaResult = rsaPubOpIterative(&rsa, osSigHash, osSigPubkey, &rsaStateVar1, &rsaStateVar2, &rsaStep);
704 .blRsaPubOpIterative = &rsaPubOpIterative,

Completed in 187 milliseconds