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

  /device/google/contexthub/lib/nanohub/
rsa.c 154 * biMul(state->tmpA, state->tmpB, state->tmpB);
155 * biMod(state->tmpA, c, state->tmpB);
156 * memcpy(state->tmpB, state->tmpA, RSA_BYTES);
159 * //calculate a ^ 65537 mod c into state->tmpA [ at this point this means do state->tmpA = (state->tmpB * a) % c ]
160 * biMul(state->tmpA, state->tmpB, a);
161 * biMod(state->tmpA, c, state->tmpB);
164 * return state->tmpA;
186 biMulIterative(state->tmpA, state->tmpB, gigastep == 16 ? a : state->tmpB, gigastepSubstep);
193 if (biModIterative(state->tmpA, c, state->tmpB, state1, state2, gigastepSubstep - RSA_LEN)) { //MOD is don
    [all...]
  /device/google/contexthub/lib/include/nanohub/
rsa.h 28 uint32_t tmpA[RSA_LIMBS * 2];
  /external/scapy/scapy/
utils6.py 766 tmpA = inet_pton(socket.AF_INET6, a)
769 mbits = matching_bits(orb(tmpA[i]), orb(tmpB[i]))
  /external/skia/src/core/
SkRegion.cpp     [all...]
  /external/skqp/src/core/
SkRegion.cpp     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java     [all...]

Completed in 393 milliseconds