Searched defs:t2 (Results 1 - 4 of 4) sorted by relevance

/system/bt/osi/test/
H A Dtime_test.cpp53 uint32_t t2 = time_get_os_boottime_ms(); local
54 ASSERT_TRUE((t2 - t1) < TEST_TIME_DELTA_UPPER_BOUND_MS);
71 uint32_t t2 = time_get_os_boottime_ms(); local
74 ASSERT_TRUE((t2 - t1) >= TEST_TIME_SLEEP_MS);
75 ASSERT_TRUE((t2 - t1) < TEST_TIME_DELTA_UPPER_BOUND_MS);
/system/bt/stack/smp/
H A Dp_256_ecc_pp.c47 DWORD t2[KEY_LENGTH_DWORDS_P256]; local
66 multiprecision_sub_mod(t2, x1, t1, keyLength); // t2=x1-t1
68 multiprecision_mersenns_mult_mod(t2, t1, t2, keyLength); // t2=t2*t1
69 multiprecision_lshift_mod(t3, t2, keyLength);
70 multiprecision_add_mod(t2, t3, t2, keyLengt
94 DWORD t2[KEY_LENGTH_DWORDS_P256]; local
[all...]
H A Daes.c532 { uint_8t tt, t0, t1, t2, t3; local
536 t2 = ctx->ksch[cc - 2];
542 t1 = s_box(t2);
543 t2 = s_box(t3);
551 t2 = s_box(t2);
557 ctx->ksch[cc + 2] = ctx->ksch[tt + 2] ^ t2;
/system/core/libmincrypt/
H A Dsha256.c89 uint32_t t2 = s0 + maj; local
101 A = t1 + t2;

Completed in 714 milliseconds