Searched refs:Point (Results 1 – 17 of 17) sorted by relevance
/system/bt/stack/smp/ |
D | p_256_ecc_pp.h | 35 } Point; typedef 52 Point G; 59 bool ECC_ValidatePoint(const Point& p); 61 void ECC_PointMult_Bin_NAF(Point* q, Point* p, uint32_t* n, uint32_t keyLength);
|
D | p_256_ecc_pp.cc | 34 static void p_256_init_point(Point* q) { memset(q, 0, sizeof(Point)); } in p_256_init_point() 36 static void p_256_copy_point(Point* q, Point* p) { in p_256_copy_point() 37 memcpy(q, p, sizeof(Point)); in p_256_copy_point() 41 static void ECC_Double(Point* q, Point* p, uint32_t keyLength) { in ECC_Double() 90 static void ECC_Add(Point* r, Point* p, Point* q, uint32_t keyLength) { in ECC_Add() 195 void ECC_PointMult_Bin_NAF(Point* q, Point* p, uint32_t* n, in ECC_PointMult_Bin_NAF() 200 Point minus_p; in ECC_PointMult_Bin_NAF() 201 Point r; in ECC_PointMult_Bin_NAF() 249 bool ECC_ValidatePoint(const Point& pt) { in ECC_ValidatePoint()
|
D | smp_keys.cc | 688 Point public_key; in smp_process_private_key() 722 Point peer_publ_key, new_publ_key; in smp_compute_dhkey()
|
D | smp_act.cc | 687 Point pt; in smp_process_pairing_public_key()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | ppp.te | 1 # Point to Point Protocol daemon
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | ppp.te | 1 # Point to Point Protocol daemon
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | ppp.te | 1 # Point to Point Protocol daemon
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | ppp.te | 1 # Point to Point Protocol daemon
|
/system/sepolicy/public/ |
D | ppp.te | 1 # Point to Point Protocol daemon
|
/system/bt/stack/test/ |
D | stack_smp_test.cc | 214 Point p; in TEST() 263 Point p; in TEST()
|
/system/tools/aidl/ |
D | aidl_language.h | 51 struct Point { struct 56 AidlLocation(const std::string& file, Point begin, Point end); argument 63 Point begin_; 64 Point end_;
|
D | aidl_language_y.yy | 14 AidlLocation::Point begin { 18 AidlLocation::Point end {
|
D | aidl_language.cpp | 53 AidlLocation::AidlLocation(const std::string& file, Point begin, Point end) in AidlLocation()
|
D | aidl.cpp | 432 AidlLocation::Point point = {.line = lineno, .column = 0 /*column*/}; in parse_preprocessed_file()
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
D | flatbuffers_types.fbs | 19 /* SSID of the Access Point, maximum 32 characters */
|
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
D | CameraAvgFragment.java | 31 import android.graphics.Point; 554 Point displaySize = new Point(); in setUpCameraOutputs()
|
/system/core/libpixelflinger/ |
D | trap.cpp | 135 #pragma mark Point
|