HomeSort by relevance Sort by last modified time
    Searched defs:kB (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 35 void *modulus, *mp, *kA, *kB, *rA, *rB;
40 DO(mp_init_multi(&kA, &kB, &rA, &rB, &modulus, NULL));
75 /* pick a random kA, kB */
79 DO(mp_read_unsigned_bin(kB, buf, sizes[x]));
81 /* now, compute kA*A + kB*B = C1 using the older method */
83 DO(ltc_mp.ecc_ptmul(kB, B, C2, modulus, 0));
88 DO(ltc_mp.ecc_mul2add(A, kA, B, kB, C2, modulus));
103 mp_clear_multi(kA, kB, rA, rB, modulus, NULL);
  /gdk/samples/PhotoEditor/jni/
saturate.cpp 67 const float kB = 0.9;
70 const float amtB = (kB * scale) + 1;

Completed in 1275 milliseconds