Home
last modified time | relevance | path

Searched refs:EC_POINT_dup (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DEC_POINT_new.pod11 EC_POINT_dup,
40 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
117 EC_POINT_dup() creates a new B<EC_POINT> object and copies the content from
221 EC_POINT_new() and EC_POINT_dup() return the newly allocated EC_POINT or NULL
/third_party/openssl/test/
Decstresstest.c79 || !TEST_ptr(point = EC_POINT_dup(EC_GROUP_get0_generator(group), in test_curve()
Dectest.c1526 || !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/
Dec.rs100 pub fn EC_POINT_dup(p: *const EC_POINT, group: *const EC_GROUP) -> *mut EC_POINT; in EC_POINT_dup() function
/third_party/rust/crates/rust-openssl/openssl/src/
Dec.rs461 #[corresponds(EC_POINT_dup)]
463 unsafe { cvt_p(ffi::EC_POINT_dup(self.as_ptr(), group.as_ptr())).map(EcPoint) } in to_owned()
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md358 * Added `EC_GROUP_get_cofactor`, `EC_GROUP_get0_generator`, and `EC_POINT_dup`.
/third_party/openssl/include/openssl/
Dec.h569 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
/third_party/openssl/crypto/ec/
Dec_key.c801 key->pub_key = EC_POINT_dup(pub_key, key->group); in EC_KEY_set_public_key()
Dec_lib.c785 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup() function
/third_party/openssl/ohos_lite/include/openssl/
Dec.h453 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
/third_party/openssl/util/
Dlibcrypto.num1122 EC_POINT_dup 1150 3_0_0 EXIST::FUNCTION:EC
/third_party/openssl/
DCHANGES.md11473 * New functions EC_GROUP_dup, EC_POINT_dup.