Searched refs:state1 (Results 1 – 5 of 5) sorted by relevance
/device/google/contexthub/lib/nanohub/ |
D | rsa.c | 23 static bool biModIterative(uint32_t *num, const uint32_t *denum, uint32_t *tmp, uint32_t *state1, u… in biModIterative() argument 27 uint32_t bitsh = *state1, limbsh = *state2; in biModIterative() 107 *state1 = bitsh; in biModIterative() 168 …(struct RsaState* state, const uint32_t *a, const uint32_t *c, uint32_t *state1, uint32_t *state2,… in rsaPubOpIterative() argument 193 …if (biModIterative(state->tmpA, c, state->tmpB, state1, state2, gigastepSubstep - RSA_LEN)) { //MO… in rsaPubOpIterative() 217 uint32_t state1 = 0, state2 = 0, step = 0, ns = 0; in rsaPubOp() local 220 ret = rsaPubOpIterative(state, a, c, &state1, &state2, &step); in rsaPubOp() 231 uint32_t state1 = 0, state2 = 0, step; in biMod() local 233 for (step = 0; !biModIterative(num, denum, tmp, &state1, &state2, step); step++); in biMod()
|
/device/google/contexthub/lib/include/nanohub/ |
D | rsa.h | 39 …(struct RsaState* state, const uint32_t *a, const uint32_t *c, uint32_t *state1, uint32_t *state2,…
|
/device/google/contexthub/firmware/inc/platform/stm32f4xx/ |
D | bl.h | 77 …(struct RsaState* state, const uint32_t *a, const uint32_t *c, uint32_t *state1, uint32_t *state2,…
|
/device/google/dragon/ |
D | init.dragon.rc | 162 write /sys/devices/system/cpu/cpu0/cpuidle/state1/disabled 0 163 write /sys/devices/system/cpu/cpu1/cpuidle/state1/disabled 0 164 write /sys/devices/system/cpu/cpu2/cpuidle/state1/disabled 0 165 write /sys/devices/system/cpu/cpu3/cpuidle/state1/disabled 0
|
/device/htc/flounder/ |
D | init.flounder.rc | 112 write /sys/devices/system/cpu/cpu0/cpuidle/state1/disabled 0 113 write /sys/devices/system/cpu/cpu1/cpuidle/state1/disabled 0
|