/system/keymaster/km_openssl/ |
D | nist_curve_key_exchange.cpp | 101 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/security/keystore2/src/crypto/ |
D | crypto.cpp | 264 size_t ECPOINTPoint2Oct(const EC_POINT* point, uint8_t* buf, size_t len) { in ECPOINTPoint2Oct() argument 267 auto result = EC_POINT_point2oct(group, point, form, buf, len, nullptr); in ECPOINTPoint2Oct() 274 EC_POINT* point = EC_POINT_new(group); in ECPOINTOct2Point() local 275 auto result = EC_POINT_oct2point(group, point, buf, len, nullptr); in ECPOINTOct2Point() 278 EC_POINT_free(point); in ECPOINTOct2Point() 281 return point; in ECPOINTOct2Point()
|
D | crypto.hpp | 62 size_t ECPOINTPoint2Oct(const EC_POINT *point, uint8_t *buf, size_t len);
|
/system/core/trusty/confirmationui/ |
D | README | 14 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/security/keystore2/src/ |
D | ec_crypto.rs | 51 let point = ec_key_get0_public_key(&self.0); in public_key() localVariable 52 ec_point_point_to_oct(point.get_point()) in public_key()
|
/system/bt/gd/security/ecc/ |
D | p_256_ecc_pp.h | 68 bool ECC_ValidatePoint(const Point& point);
|
/system/timezone/input_tools/android/tzids/src/main/proto/ |
D | tz_ids_proto.proto | 47 // before some point in time. After that point in time, the two zones have been judged as 61 // The functional replacement of one time zone ID by another after a point in time.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | ioctl_macros | 56 # point to point ioctls
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | ioctl_macros | 56 # point to point ioctls
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | ioctl_macros | 56 # point to point ioctls
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | ioctl_macros | 56 # point to point ioctls
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | ioctl_macros | 56 # point to point ioctls
|
/system/sepolicy/public/ |
D | ioctl_macros | 56 # point to point ioctls
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | ioctl_macros | 56 # point to point ioctls
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | vold.te | 17 # from accidentally writing when the mount point isn't present.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | vold.te | 18 # from accidentally writing when the mount point isn't present.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | vold.te | 17 # from accidentally writing when the mount point isn't present.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | vold.te | 17 # from accidentally writing when the mount point isn't present.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | vold.te | 18 # from accidentally writing when the mount point isn't present.
|
/system/chre/apps/test/common/proto/ |
D | chre_cross_validation_wifi.proto | 59 // The name of the access point 61 // The mac address of the access point
|
/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
|
/system/extras/simpleperf/doc/ |
D | android_platform_profiling.md | 50 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/sepolicy/prebuilts/api/31.0/private/ |
D | vold.te | 17 # from accidentally writing when the mount point isn't present.
|
/system/sepolicy/private/ |
D | vold.te | 17 # from accidentally writing when the mount point isn't present.
|