Home
last modified time | relevance | path

Searched refs:is_on_curve (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-glyf-table.hh1164 bool is_on_curve = point.flag & Glyph::FLAG_ON_CURVE; in consume_point()
1168 if (is_on_curve) in consume_point()
1190 if (is_on_curve) in consume_point()
1206 if (is_on_curve) in consume_point()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dec.rs620 pub fn is_on_curve( in is_on_curve() functions
1082 assert!(gen_point.is_on_curve(&group, &mut ctx).unwrap()); in fmt()
1328 fn is_on_curve() { in fmt() functions
1332 assert!(g.is_on_curve(&group, &mut ctx).unwrap()); in fmt()
1335 assert!(!g.is_on_curve(&group2, &mut ctx).unwrap()); in fmt()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_local.h106 int (*is_on_curve) (const EC_GROUP *, const EC_POINT *, BN_CTX *); member
H A Dec_lib.c1002 if (group->meth->is_on_curve == 0) { in EC_POINT_is_on_curve()
1010 return group->meth->is_on_curve(group, point, ctx); in EC_POINT_is_on_curve()
/third_party/openssl/crypto/ec/
H A Dec_local.h106 int (*is_on_curve) (const EC_GROUP *, const EC_POINT *, BN_CTX *); member
H A Dec_lib.c1002 if (group->meth->is_on_curve == 0) { in EC_POINT_is_on_curve()
1010 return group->meth->is_on_curve(group, point, ctx); in EC_POINT_is_on_curve()
/third_party/openssl/ohos_lite/crypto/ec/
H A Dec_local.h110 int (*is_on_curve) (const EC_GROUP *, const EC_POINT *, BN_CTX *); member

Completed in 13 milliseconds