Home
last modified time | relevance | path

Searched refs:G (Results 1 – 14 of 14) sorted by relevance

/system/bt/stack/smp/
Dp_256_curvepara.cc59 ec->G.x[7] = 0x6b17d1f2; in p_256_init_curve()
60 ec->G.x[6] = 0xe12c4247; in p_256_init_curve()
61 ec->G.x[5] = 0xf8bce6e5; in p_256_init_curve()
62 ec->G.x[4] = 0x63a440f2; in p_256_init_curve()
63 ec->G.x[3] = 0x77037d81; in p_256_init_curve()
64 ec->G.x[2] = 0x2deb33a0; in p_256_init_curve()
65 ec->G.x[1] = 0xf4a13945; in p_256_init_curve()
66 ec->G.x[0] = 0xd898c296; in p_256_init_curve()
68 ec->G.y[7] = 0x4fe342e2; in p_256_init_curve()
69 ec->G.y[6] = 0xfe1a7f9b; in p_256_init_curve()
[all …]
Dp_256_multprecision.cc331 uint32_t G; in multiprecision_fast_mod_P256() local
360 G = a[10]; in multiprecision_fast_mod_P256()
361 G += a[11]; in multiprecision_fast_mod_P256()
362 UG = (G < a[11]); in multiprecision_fast_mod_P256()
421 c[2] += G; in multiprecision_fast_mod_P256()
422 U += (c[2] < G); in multiprecision_fast_mod_P256()
493 U -= (c[5] < G); in multiprecision_fast_mod_P256()
495 c[5] -= G; in multiprecision_fast_mod_P256()
Dp_256_ecc_pp.h52 Point G; member
Dsmp_keys.cc694 ECC_PointMult(&public_key, &(curve_p256.G), (uint32_t*)private_key, in smp_process_private_key()
/system/update_engine/
Dunittest_key_RSA4096.pem22 afMxDzAZ27HaT6eg6SB/LJdkezvs67jLcur18NFMevSxKc+G+B8g+7euc00sKaLu
34 +G+U2Jgjv81+Rn7nFK2Whh22XKL5aP2myoVESlvzdCECggEBAIc9DwgKhSehPPQG
/system/tools/sysprop/tests/
DJavaGenTest.cpp58 enum_values: "a|b|c|D|e|f|G"
256 G("G");
DCppGenTest.cpp59 enum_values: "a|b|c|D|e|f|G"
224 {"G", test_enum_values::G},
/system/iorap/src/common/
Dexpected.h273 template <typename G = E>
274 constexpr expected(unexpected<G> const& u) : expected{u.value()} {}
276 template <typename G = E>
277 constexpr expected(unexpected<G>&& u) : expected{std::move(u.value())} {}
/system/ca-certificates/files/
Dfd08c599.014 A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI
Dd6e6eab9.014 wsXm9E/G+Z8ajYJJGYrKWUM66A0ywfRMEwNvbqY/kXPLynNvEiCL7sCCeN5LLsJJ
D52b525c7.014 3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G
/system/core/logd/
DREADME.property26 runtime use: logcat -b all -G <value>
/system/extras/simpleperf/scripts/inferno/
Dinferno.b641G/MsfXzjMex5/5wwtueYuC5do6dw2DPWqrUp8PfUJ9AYC0InSbw7Xq9vm+ESSKu7FdWyjzX0V2lNXvnNshnO6/n9bPvxsCalve…
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1855 using G = IFoo::Goober; in TEST_F() typedef
1857 G g1{ in TEST_F()
1865 G g2{ in TEST_F()
1873 G g3{ in TEST_F()