Searched refs:point (Results 1 – 25 of 37) sorted by relevance
12
/system/keymaster/ |
D | nist_curve_key_exchange.cpp | 99 UniquePtr<EC_POINT, EC_POINT_Delete> point(EC_POINT_new(group)); in CalculateSharedKey() local 100 if (!point.get() || in CalculateSharedKey() 102 group, point.get(), peer_public_value, peer_public_value_len, in CalculateSharedKey() 104 !EC_POINT_is_on_curve(group, point.get(), nullptr /* ctx */)) { in CalculateSharedKey() 110 if (ECDH_compute_key(result.get(), shared_secret_len_, point.get(), private_key_.get(), in CalculateSharedKey()
|
/system/extras/perfprofd/ |
D | perf_profile.proto | 95 // is device screen on at point when profile is collected? 98 // system load at point when profile is collected; corresponds 103 // At the point when the profile was collected, was a camera active? 106 // At the point when the profile was collected, was the device still booting? 109 // At the point when the profile was collected, was the device plugged into
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | ioctl_macros | 56 # point to point ioctls
|
D | kernel.te | 41 # remount filesystems read-only. /data is not mounted at this point,
|
/system/sepolicy/public/ |
D | ioctl_macros | 56 # point to point ioctls
|
D | kernel.te | 41 # remount filesystems read-only. /data is not mounted at this point,
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | vold.te | 18 # from accidentally writing when the mount point isn't present.
|
D | app_neverallows.te | 194 # are considered somewhat safer due to point #2 above.
|
/system/sepolicy/private/ |
D | vold.te | 18 # from accidentally writing when the mount point isn't present.
|
D | app_neverallows.te | 204 # are considered somewhat safer due to point #2 above.
|
/system/media/camera/docs/ |
D | CaptureResultTest.mako | 18 * The key entries below this point are generated from metadata
|
D | CameraDeviceInfo.mako | 18 * The key entries below this point are generated from metadata
|
D | ACameraMetadata.mako | 47 * The key entries below this point are generated from metadata
|
D | CameraMetadataEnums.mako | 21 * The enum values below this point are generated from metadata
|
D | CameraMetadataKeys.mako | 22 * The key entries below this point are generated from metadata
|
/system/libhidl/transport/memory/1.0/ |
D | IMemory.hal | 58 * at any point in or outside of the update/commit process.
|
/system/bt/doc/ |
D | power_management.md | 83 At this point, the power managment code is basically done until the first set of 146 At this point, if one of the timers in `bta_dm_cb.pm_timer` times out, a call is 190 At this point, either the method simply returns, or has called back into
|
/system/nvram/ |
D | README.md | 7 accessed or modified, up to the point of requiring full hardware reset to clear
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 2515 // this point 2903 // this point 3511 … available to the caller, except indirectly through the sessionKey. This does not represent a point 3574 2) is not a point on the curve of tpmKey; 3577 When ECC is used, the point multiply process produces a value (Z) that is used in a KDF to 3970 // may be returned at this point 3992 // or TPM_RC_SESSION_MEMORY errors may be returned returned at this point. 4648 // or TPM_RC_TYPE error may be returned at this point. 4752 For an ECC key, the public point shall be f(x) where x is the private key. 5056 // at this point [all …]
|
D | raw_commands.txt | 2515 // this point 2903 // this point 3511 … available to the caller, except indirectly through the sessionKey. This does not represent a point 3574 2) is not a point on the curve of tpmKey; 3577 When ECC is used, the point multiply process produces a value (Z) that is used in a KDF to 3968 // may be returned at this point 3990 // or TPM_RC_SESSION_MEMORY errors may be returned returned at this point. 4646 // or TPM_RC_TYPE error may be returned at this point. 4750 For an ECC key, the public point shall be f(x) where x is the private key. 5054 // at this point [all …]
|
/system/bt/build/secondary/third_party/aac/ |
D | BUILD.gn | 176 "-Wno-sequence-point",
|
/system/core/adb/ |
D | OVERVIEW.TXT | 137 and the device/emulator they point to. The ADB server must handle
|
/system/update_engine/ |
D | update_engine.gyp | 562 # Main entry point for runnning tests.
|
/system/core/liblog/ |
D | README | 182 The -EBADF return code indicates that the log access point can not be
|
/system/extras/ioblame/ |
D | README | 118 (at this point, run your apps, when done type ^C ONCE) and output will
|
12