Searched refs:EC_POINT_dup (Results 1 - 11 of 11) sorted by relevance
/third_party/openssl/test/ |
H A D | ecstresstest.c | 79 || !TEST_ptr(point = EC_POINT_dup(EC_GROUP_get0_generator(group), in test_curve()
|
H A D | ectest.c | 1526 || !TEST_ptr(other_gen = EC_POINT_dup(group_gen, group)) in check_named_curve_test() 1861 || !TEST_ptr(other_gen = EC_POINT_dup(group_gen, group)) in check_named_curve_from_ecparameters() 2355 || !TEST_ptr(P = EC_POINT_dup(G, group))) in ec_point_hex2point_test()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ec.rs | 102 pub fn EC_POINT_dup(p: *const EC_POINT, group: *const EC_GROUP) -> *mut EC_POINT; in EC_POINT_dup() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ec.rs | 495 #[corresponds(EC_POINT_dup)] 497 unsafe { cvt_p(ffi::EC_POINT_dup(self.as_ptr(), group.as_ptr())).map(EcPoint) } in to_owned()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 569 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_key.c | 801 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
|
H A D | ec_lib.c | 785 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup() function
|
/third_party/openssl/crypto/ec/ |
H A D | ec_key.c | 801 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
|
H A D | ec_lib.c | 785 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup() function
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 569 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 453 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
|
Completed in 18 milliseconds