Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 68) sorted by relevance

123

/system/keymaster/km_openssl/
Dnist_curve_key_exchange.cpp101 UniquePtr<EC_POINT, EC_POINT_Delete> point(EC_POINT_new(group)); in CalculateSharedKey() local
102 if (!point.get() || in CalculateSharedKey()
104 group, point.get(), peer_public_value, peer_public_value_len, in CalculateSharedKey()
106 !EC_POINT_is_on_curve(group, point.get(), nullptr /* ctx */)) { in CalculateSharedKey()
113 if (ECDH_compute_key(result.get(), shared_secret_len_, point.get(), private_key_.get(), in CalculateSharedKey()
/system/core/trusty/confirmationui/
DREADME14 sufficiently secure IFF the end point is implemented on a trustworthy
18 NOTE that a secure input device end point needs a good source of entropy
/system/bt/gd/security/ecc/
Dp_256_ecc_pp.h68 bool ECC_ValidatePoint(const Point& point);
/system/sepolicy/prebuilts/api/28.0/public/
Dioctl_macros56 # point to point ioctls
/system/sepolicy/prebuilts/api/26.0/public/
Dioctl_macros56 # point to point ioctls
/system/sepolicy/prebuilts/api/27.0/public/
Dioctl_macros56 # point to point ioctls
/system/sepolicy/prebuilts/api/30.0/public/
Dioctl_macros56 # point to point ioctls
/system/sepolicy/public/
Dioctl_macros56 # point to point ioctls
/system/sepolicy/prebuilts/api/29.0/public/
Dioctl_macros56 # point to point ioctls
/system/sepolicy/prebuilts/api/26.0/private/
Dvold.te18 # from accidentally writing when the mount point isn't present.
/system/sepolicy/prebuilts/api/29.0/private/
Dvold.te17 # from accidentally writing when the mount point isn't present.
/system/sepolicy/prebuilts/api/30.0/private/
Dvold.te17 # from accidentally writing when the mount point isn't present.
/system/sepolicy/prebuilts/api/27.0/private/
Dvold.te18 # from accidentally writing when the mount point isn't present.
/system/sepolicy/prebuilts/api/28.0/private/
Dvold.te17 # from accidentally writing when the mount point isn't present.
/system/sepolicy/private/
Dvold.te17 # from accidentally writing when the mount point isn't present.
/system/media/camera/docs/
DCameraDeviceInfo.mako18 * The key entries below this point are generated from metadata
DCaptureResultTest.mako18 * The key entries below this point are generated from metadata
DACameraMetadata.mako47 * The key entries below this point are generated from metadata
DCameraMetadataEnums.mako21 * The enum values below this point are generated from metadata
DCameraMetadataKeys.mako22 * The key entries below this point are generated from metadata
/system/extras/simpleperf/doc/
Dandroid_platform_profiling.md50 we can add code starting simpleperf at the point where the situation is detected.
55 2. Add below code at the point where the special situation is detected.
/system/extras/libjsonpb/
DREADME.md24 - If the Protobuf schema uses special floating point values:
73 - 64-bit integers and special floating point values (infinity, NaN) must
/system/libhidl/transport/memory/1.0/
DIMemory.hal58 * at any point in or outside of the update/commit process.
/system/tools/aidl/
Daidl.cpp378 AidlLocation::Point point = {.line = lineno, .column = 0 /*column*/}; in parse_preprocessed_file() local
379 AidlLocation location = AidlLocation(filename, point, point, AidlLocation::Source::EXTERNAL); in parse_preprocessed_file()
/system/nvram/
DREADME.md7 accessed or modified, up to the point of requiring full hardware reset to clear

123