Home
last modified time | relevance | path

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

/freebsd/crypto/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
/freebsd/crypto/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()
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()
/freebsd/crypto/openssh/
H A Dsshbuf-getput-crypto.c68 if (v != NULL && EC_POINT_oct2point(g, v, d, len, NULL) != 1) in get_ec()
/freebsd/crypto/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 …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-EC.pod65 Cryptography") standard. See EC_POINT_oct2point().
/freebsd/crypto/openssl/include/openssl/
H A Dec.h753 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
/freebsd/secure/lib/libcrypto/
H A DVersion.map1200 EC_POINT_oct2point;
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c3836 res = EC_POINT_oct2point(grp, point, pub, len, NULL); in crypto_ec_key_get_public_key()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1500 MLINKS+= EC_POINT_new.3 EC_POINT_oct2point.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1219 EC_POINT_oct2point 1248 3_0_0 EXIST::FUNCTION:EC
/freebsd/crypto/openssl/
H A DCHANGES.md11951 EC_POINT_oct2point().