Searched refs:EC_POINT_oct2point (Results 1 – 14 of 14) sorted by relevance
/openssl/doc/man3/ |
H A D | EC_POINT_new.pod | 25 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 D | EC_KEY_new.pod | 169 EC_POINT_oct2point() and EC_POINT_point2buf() except they use the public key
|
/openssl/crypto/ec/ |
H A D | ec_deprecated.c | 66 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx)) { in EC_POINT_bn2point()
|
H A D | ec_print.c | 68 || !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 | 979 if (EC_POINT_oct2point(key->group, key->pub_key, buf, len, ctx) == 0) in EC_KEY_oct2key()
|
H A D | ec_asn1.c | 722 if (!EC_POINT_oct2point(ret, point, params->base->data, in EC_GROUP_new_from_ecparameters()
|
H A D | ec_lib.c | 1694 if (!EC_POINT_oct2point(group, point, buf, ptmp->data_size, bnctx)) { in EC_GROUP_new_from_params()
|
/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(group, point, buf, len, NULL))) in hybrid_point_encoding_test() [all …]
|
/openssl/include/openssl/ |
H A D | ec.h | 772 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
|
/openssl/doc/man7/ |
H A D | EVP_PKEY-EC.pod | 65 Cryptography") standard. See EC_POINT_oct2point().
|
/openssl/util/ |
H A D | libcrypto.num | 1219 EC_POINT_oct2point 1248 3_0_0 EXIST::FUNCTION:EC
|
/openssl/ |
H A D | CHANGES.md | 12957 EC_POINT_oct2point().
|
Completed in 86 milliseconds