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

  /device/google/contexthub/lib/include/nanohub/
rsa.h 27 struct RsaState {
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);
43 const uint32_t* rsaPrivOp(struct RsaState* state, const uint32_t *a, const uint32_t *b, const uint32_t *c);
44 const uint32_t* rsaPubOp(struct RsaState* state, const uint32_t *a, const uint32_t *c);
  /device/google/contexthub/firmware/os/inc/
bl.h 40 struct RsaState;
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/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)
214 const uint32_t* rsaPubOp(struct RsaState* state, const uint32_t *a, const uint32_t *c)
244 const uint32_t* rsaPrivOp(struct RsaState* state, const uint32_t *a, const uint32_t *b, const uint32_t *c)
  /device/google/contexthub/firmware/os/core/
appSec.c 62 struct RsaState rsa;
bl.c 334 struct RsaState rsa;
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 121 struct RsaState state;

Completed in 257 milliseconds