Home
last modified time | relevance | path

Searched refs:EC_POINT_oct2point (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_deprecated.c68 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx)) { in EC_POINT_bn2point()
H A Dec_print.c74 || !EC_POINT_oct2point(group, pt, oct_buf, oct_buf_len, ctx)) in EC_POINT_hex2point()
H A Dec_oct.c105 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point() function
H A Dec_backend.c425 || !EC_POINT_oct2point(ecg, pub_point, pub_key, pub_key_len, ctx)) in ossl_ec_key_fromdata()
H A Dec_key.c884 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 Dec_asn1.c726 if (!EC_POINT_oct2point(ret, point, params->base->data, in EC_GROUP_new_from_ecparameters()
H A Dec_lib.c1691 if (!EC_POINT_oct2point(group, point, buf, ptmp->data_size, bnctx)) { in EC_GROUP_new_from_params()
/third_party/openssl/crypto/ec/
H A Dec_deprecated.c68 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx)) { in EC_POINT_bn2point()
H A Dec_print.c74 || !EC_POINT_oct2point(group, pt, oct_buf, oct_buf_len, ctx)) in EC_POINT_hex2point()
H A Dec_oct.c109 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point() function
H A Dec_backend.c425 || !EC_POINT_oct2point(ecg, pub_point, pub_key, pub_key_len, ctx)) in ossl_ec_key_fromdata()
H A Dec_key.c884 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 Dec_asn1.c726 if (!EC_POINT_oct2point(ret, point, params->base->data, in EC_GROUP_new_from_ecparameters()
H A Dec_lib.c1691 if (!EC_POINT_oct2point(group, point, buf, ptmp->data_size, bnctx)) { in EC_GROUP_new_from_params()
/third_party/openssl/test/
H A Dectest.c197 || !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 Dec.rs147 pub fn EC_POINT_oct2point( in EC_POINT_oct2point() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dec.rs644 #[corresponds(EC_POINT_oct2point)]
652 cvt(ffi::EC_POINT_oct2point( in from_bytes()
/third_party/node/src/crypto/
H A Dcrypto_ec.cc184 r = EC_POINT_oct2point( in BufferToPoint()
735 EC_POINT_oct2point(group, in DoExport()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h753 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
/third_party/openssl/include/openssl/
H A Dec.h753 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h643 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,

Completed in 25 milliseconds