HomeSort by relevance Sort by last modified time
    Searched defs:kB (Results 1 - 3 of 3) 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);
  /external/chromium_org/crypto/
p224.cc 418 // kB is parameter of the elliptic curve.
419 const FieldElement kB = {
673 ::Add(&rhs, rhs, kB);
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
DynamicsCompressorKernel.cpp 266 float kB = -1.5788320352845888f*y1 + 2.3305837032074286f*y2 - 0.9141194204840429f*y3 + 0.1623677525612032f*y4;
335 float releaseFrames = kA + kB * x + kC * x2 + kD * x3 + kE * x4;

Completed in 92 milliseconds