Home
last modified time | relevance | path

Searched refs:state1 (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/lib/nanohub/
Drsa.c23 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/
Drsa.h39 …(struct RsaState* state, const uint32_t *a, const uint32_t *c, uint32_t *state1, uint32_t *state2,…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_random.py23 state1 = self.gen.getstate()
27 self.assertNotEqual(state1, state2)
48 state1 = self.gen.getstate()
51 self.assertNotEqual(state1, state2)
/device/google/dragon/
Dinit.dragon.rc158 write /sys/devices/system/cpu/cpu0/cpuidle/state1/disabled 0
159 write /sys/devices/system/cpu/cpu1/cpuidle/state1/disabled 0
160 write /sys/devices/system/cpu/cpu2/cpuidle/state1/disabled 0
161 write /sys/devices/system/cpu/cpu3/cpuidle/state1/disabled 0
/device/google/contexthub/firmware/os/inc/
Dbl.h62 …(struct RsaState* state, const uint32_t *a, const uint32_t *c, uint32_t *state1, uint32_t *state2,…