/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_deprecated.c | 68 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx)) { in EC_POINT_bn2point()
|
H A D | ec_print.c | 74 || !EC_POINT_oct2point(group, pt, oct_buf, oct_buf_len, ctx)) in EC_POINT_hex2point()
|
H A D | ec_oct.c | 105 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point() function
|
H A D | ec_backend.c | 425 || !EC_POINT_oct2point(ecg, pub_point, pub_key, pub_key_len, ctx)) in ossl_ec_key_fromdata()
|
H A D | ec_key.c | 884 if (EC_POINT_oct2point(key->group, key->pub_key, buf, len, ctx) == 0) in EC_KEY_oct2key() 891 * EC_POINT_oct2point() has already performed sanity checking of in EC_KEY_oct2key()
|
H A D | ec_asn1.c | 726 if (!EC_POINT_oct2point(ret, point, params->base->data, in EC_GROUP_new_from_ecparameters()
|
H A D | ec_lib.c | 1691 if (!EC_POINT_oct2point(group, point, buf, ptmp->data_size, bnctx)) { in EC_GROUP_new_from_params()
|
/third_party/openssl/crypto/ec/ |
H A D | ec_deprecated.c | 68 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx)) { in EC_POINT_bn2point()
|
H A D | ec_print.c | 74 || !EC_POINT_oct2point(group, pt, oct_buf, oct_buf_len, ctx)) in EC_POINT_hex2point()
|
H A D | ec_oct.c | 109 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point() function
|
H A D | ec_backend.c | 425 || !EC_POINT_oct2point(ecg, pub_point, pub_key, pub_key_len, ctx)) in ossl_ec_key_fromdata()
|
H A D | ec_key.c | 884 if (EC_POINT_oct2point(key->group, key->pub_key, buf, len, ctx) == 0) in EC_KEY_oct2key() 891 * EC_POINT_oct2point() has already performed sanity checking of in EC_KEY_oct2key()
|
H A D | ec_asn1.c | 726 if (!EC_POINT_oct2point(ret, point, params->base->data, in EC_GROUP_new_from_ecparameters()
|
H A D | ec_lib.c | 1691 if (!EC_POINT_oct2point(group, point, buf, ptmp->data_size, bnctx)) { in EC_GROUP_new_from_params()
|
/third_party/openssl/test/ |
H A D | ectest.c | 197 || !TEST_true(EC_POINT_oct2point(group, Q, buf, 1, ctx)) in prime_field_tests() 248 || !TEST_true(EC_POINT_oct2point(group, P, buf, len, ctx)) in prime_field_tests() 257 || !TEST_true(EC_POINT_oct2point(group, P, buf, len, ctx)) in prime_field_tests() 266 || !TEST_true(EC_POINT_oct2point(group, P, buf, len, ctx)) in prime_field_tests() 972 if (!TEST_true(EC_POINT_oct2point(group, Q, buf, 1, ctx)) in char2_field_tests() 1034 || !TEST_true(EC_POINT_oct2point(group, P, buf, len, ctx)) in char2_field_tests() 1044 || !TEST_true(EC_POINT_oct2point(group, P, buf, len, ctx)) in char2_field_tests() 1056 || !TEST_true(EC_POINT_oct2point(group, P, buf, len, ctx)) in char2_field_tests() 1119 if (!TEST_true(EC_POINT_oct2point(group, point, buf, len, NULL))) in hybrid_point_encoding_test() 1124 if (!TEST_false(EC_POINT_oct2point(grou in hybrid_point_encoding_test() [all...] |
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ec.rs | 147 pub fn EC_POINT_oct2point( in EC_POINT_oct2point() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ec.rs | 644 #[corresponds(EC_POINT_oct2point)] 652 cvt(ffi::EC_POINT_oct2point( in from_bytes()
|
/third_party/node/src/crypto/ |
H A D | crypto_ec.cc | 184 r = EC_POINT_oct2point( in BufferToPoint() 735 EC_POINT_oct2point(group, in DoExport()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 753 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 753 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 643 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
|