Home
last modified time | relevance | path

Searched refs:EC_POINT_oct2point (Results 1 – 14 of 14) sorted by relevance

/openssl/doc/man3/
H A DEC_POINT_new.pod25 EC_POINT_oct2point,
56 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
180 The functions EC_POINT_point2oct(), EC_POINT_oct2point(), EC_POINT_point2bn(),
189 Similarly the function EC_POINT_oct2point() decodes a curve point into B<p> from
196 Vice versa, similarly to the function EC_POINT_oct2point(), the functions
230 EC_POINT_set_compressed_coordinates_GF2m() and EC_POINT_oct2point().
H A DEC_KEY_new.pod169 EC_POINT_oct2point() and EC_POINT_point2buf() except they use the public key
/openssl/crypto/ec/
H A Dec_deprecated.c66 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx)) { in EC_POINT_bn2point()
H A Dec_print.c68 || !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.c979 if (EC_POINT_oct2point(key->group, key->pub_key, buf, len, ctx) == 0) in EC_KEY_oct2key()
H A Dec_asn1.c722 if (!EC_POINT_oct2point(ret, point, params->base->data, in EC_GROUP_new_from_ecparameters()
H A Dec_lib.c1694 if (!EC_POINT_oct2point(group, point, buf, ptmp->data_size, bnctx)) { in EC_GROUP_new_from_params()
/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(group, point, buf, len, NULL))) in hybrid_point_encoding_test()
[all …]
/openssl/include/openssl/
H A Dec.h772 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
/openssl/doc/man7/
H A DEVP_PKEY-EC.pod65 Cryptography") standard. See EC_POINT_oct2point().
/openssl/util/
H A Dlibcrypto.num1219 EC_POINT_oct2point 1248 3_0_0 EXIST::FUNCTION:EC
/openssl/
H A DCHANGES.md12893 EC_POINT_oct2point().

Completed in 123 milliseconds