Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dp_256_curvepara.cc56 ec->G.x[7] = 0x6b17d1f2; in p_256_init_curve()
57 ec->G.x[6] = 0xe12c4247; in p_256_init_curve()
58 ec->G.x[5] = 0xf8bce6e5; in p_256_init_curve()
59 ec->G.x[4] = 0x63a440f2; in p_256_init_curve()
60 ec->G.x[3] = 0x77037d81; in p_256_init_curve()
61 ec->G.x[2] = 0x2deb33a0; in p_256_init_curve()
62 ec->G.x[1] = 0xf4a13945; in p_256_init_curve()
63 ec->G.x[0] = 0xd898c296; in p_256_init_curve()
65 ec->G.y[7] = 0x4fe342e2; in p_256_init_curve()
66 ec->G.y[6] = 0xfe1a7f9b; in p_256_init_curve()
[all …]
Dp_256_multprecision.cc228 uint32_t G; in multiprecision_fast_mod_P256() local
257 G = a[10]; in multiprecision_fast_mod_P256()
258 G += a[11]; in multiprecision_fast_mod_P256()
259 UG = (G < a[11]); in multiprecision_fast_mod_P256()
318 c[2] += G; in multiprecision_fast_mod_P256()
319 U += (c[2] < G); in multiprecision_fast_mod_P256()
390 U -= (c[5] < G); in multiprecision_fast_mod_P256()
392 c[5] -= G; in multiprecision_fast_mod_P256()
Dp_256_ecc_pp.h52 Point G; member
Dsmp_keys.cc690 ECC_PointMult(&public_key, &(curve_p256.G), (uint32_t*)private_key); in smp_process_private_key()
/system/libbase/include/android-base/
Dexpected.h100 template<class U, class G _ENABLE_IF(
102 std::is_constructible_v<E, const G&> &&
103 !std::is_constructible_v<T, expected<U, G>&> &&
104 !std::is_constructible_v<T, expected<U, G>&&> &&
105 !std::is_constructible_v<T, const expected<U, G>&> &&
106 !std::is_constructible_v<T, const expected<U, G>&&> &&
107 !std::is_convertible_v<expected<U, G>&, T> &&
108 !std::is_convertible_v<expected<U, G>&&, T> &&
109 !std::is_convertible_v<const expected<U, G>&, T> &&
110 !std::is_convertible_v<const expected<U, G>&&, T> &&
[all …]
/system/bt/gd/security/ecc/
Dp_256_ecc_pp.h52 Point G; member
62 ….G = {.x = {0xd898c296, 0xf4a13945, 0x2deb33a0, 0x77037d81, 0x63a440f2, 0xf8bce6e5, 0xe12c4247, 0x…
Dmultprecision.cc226 uint32_t G; in multiprecision_fast_mod_P256() local
254 G = a[10]; in multiprecision_fast_mod_P256()
255 G += a[11]; in multiprecision_fast_mod_P256()
256 UG = (G < a[11]); in multiprecision_fast_mod_P256()
315 c[2] += G; in multiprecision_fast_mod_P256()
316 U += (c[2] < G); in multiprecision_fast_mod_P256()
387 U -= (c[5] < G); in multiprecision_fast_mod_P256()
389 c[5] -= G; in multiprecision_fast_mod_P256()
/system/tools/sysprop/tests/
DCppGenTest.cpp58 enum_values: "a|b|c|D|e|f|G"
238 {"G", test_enum_values::G},
DJavaGenTest.cpp58 enum_values: "a|b|c|D|e|f|G"
520 G("G");
/system/update_engine/
Dunittest_key_RSA4096.pem22 afMxDzAZ27HaT6eg6SB/LJdkezvs67jLcur18NFMevSxKc+G+B8g+7euc00sKaLu
34 +G+U2Jgjv81+Rn7nFK2Whh22XKL5aP2myoVESlvzdCECggEBAIc9DwgKhSehPPQG
/system/timezone/input_data/iana/
Dtzdata2021a.tar.gz.asc9 p7lkZpSvSNNy/5j5MJDV79YVBwas5++yjv8bQZPkDnS/1YvW9I8ca4YYeTGEA1/G
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.foo/
Dcom.android.apex.test.foo.x509.pem18 gRaeC2pEIcz9oWoTr/G/5ipdmLSDUVtBQAiNa3KouY9OAO7RtqmweLiXaBfPQSBM
Dcom.android.apex.test.foo.pem10 zxBL0wyzUUkwOodgctW8UFPSrttbQD5+7G+kQUl3q1854bX1EdW5jGF3l/OxE9P6
/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/apex/apexer/testdata/
Dcom.android.example.apex.x509.pem31 LupC2z4L3QtVYIoJWl9YD7/G+JxQDvIjVD7iL9q81Z1/gQbaDfksQ0DcdltfEjGn
/system/bt/gd/security/
Decdh_keys.cc59 ECC_PointMult(&public_key, &(ecc::curve_p256.G), (uint32_t*)private_key_copy.data()); in GenerateECDHKeyPair()
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.bar/
Dcom.android.apex.test.bar.pem5 b3yzZn4cuWuQZ+oD+G/z1AjK9Q1po3auz5lqSu1VD8GoswwfrC7G/MvH/5Jytu/o
/system/ca-certificates/files/
Dfd08c599.014 A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI
D52b525c7.014 3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G
/system/logging/logd/
DREADME.property29 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.cpp1815 using G = IFoo::Goober; in TEST_F() typedef
1817 G g1{ in TEST_F()
1825 G g2{ in TEST_F()
1833 G g3{ in TEST_F()