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

  /external/dropbear/libtomcrypt/src/modes/cbc/
cbc_decrypt.c 34 LTC_FAST_TYPE tmpy; local
36 unsigned char tmpy; local
73 tmpy = *((LTC_FAST_TYPE*)((unsigned char *)cbc->IV + x)) ^ *((LTC_FAST_TYPE*)((unsigned char *)tmp + x));
75 *((LTC_FAST_TYPE*)((unsigned char *)pt + x)) = tmpy;
79 tmpy = tmp[x] ^ cbc->IV[x];
81 pt[x] = tmpy;
  /external/dropbear/libtommath/
bn_fast_s_mp_mul_digs.c 55 mp_digit *tmpx, *tmpy; local
63 tmpy = b->dp + ty;
72 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
bn_fast_s_mp_mul_high_digs.c 46 mp_digit *tmpx, *tmpy; local
54 tmpy = b->dp + ty;
63 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
bn_s_mp_mul_digs.c 28 mp_digit tmpx, *tmpt, *tmpy; local
59 tmpy = b->dp;
65 ((mp_word)tmpx) * ((mp_word)*tmpy++) +
bn_s_mp_mul_high_digs.c 28 mp_digit tmpx, *tmpt, *tmpy; local
56 tmpy = b->dp + (digs - ix);
61 ((mp_word)tmpx) * ((mp_word)*tmpy++) +
bn_mp_karatsuba_mul.c 86 register mp_digit *tmpa, *tmpb, *tmpx, *tmpy; local
95 tmpy = y0.dp;
98 *tmpy++ = *tmpb++;
106 tmpy = y1.dp;
108 *tmpy++ = *tmpb++;
bn_fast_s_mp_sqr.c 20 * starts closer to zero] can't equal the offset of tmpy.
47 mp_digit *tmpy; local
58 tmpy = a->dp + ty;
73 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Measure.c 283 AKFLOAT tmpx, tmpy, tmpz; local
319 if (AKFS_Get_ACCELEROMETER(acc, 0, &tmpx, &tmpy, &tmpz, &tmp_accuracy) == AKM_SUCCESS) {
321 sv_acc.y = tmpy;
354 if (AKFS_Get_MAGNETIC_FIELD(mag, mstat, &tmpx, &tmpy, &tmpz, &tmp_accuracy) == AKM_SUCCESS) {
356 sv_mag.y = tmpy;
366 if (AKFS_Get_ORIENTATION(&tmpx, &tmpy, &tmpz, &tmp_accuracy) == AKM_SUCCESS) {
368 sv_ori.y = tmpy;
  /external/wpa_supplicant_8/src/tls/
libtommath.c 2348 mp_digit tmpx, *tmpt, *tmpy; local
2448 mp_digit *tmpx, *tmpy; local
2600 mp_digit tmpx, *tmpt, *tmpy; local
3277 mp_digit *tmpy; local
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 435 mp_digit *tmpx, *tmpy; local
443 tmpy = b->dp + ty;
452 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
537 mp_digit *tmpx, *tmpy; local
545 tmpy = b->dp + ty;
554 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
613 * starts closer to zero] can't equal the offset of tmpy.
640 mp_digit *tmpy; local
651 tmpy = a->dp + ty;
666 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--)
4180 register mp_digit *tmpa, *tmpb, *tmpx, *tmpy; local
9141 mp_digit tmpx, *tmpt, *tmpy; local
9235 mp_digit tmpx, *tmpt, *tmpy; local
    [all...]

Completed in 2323 milliseconds