/freebsd/crypto/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
|
/freebsd/crypto/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()
|
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()
|
/freebsd/crypto/openssh/ |
H A D | sshbuf-getput-crypto.c | 68 if (v != NULL && EC_POINT_oct2point(g, v, d, len, NULL) != 1) in get_ec()
|
/freebsd/crypto/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 …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_PKEY-EC.pod | 65 Cryptography") standard. See EC_POINT_oct2point().
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ec.h | 753 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1200 EC_POINT_oct2point;
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 3836 res = EC_POINT_oct2point(grp, point, pub, len, NULL); in crypto_ec_key_get_public_key()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1500 MLINKS+= EC_POINT_new.3 EC_POINT_oct2point.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 1219 EC_POINT_oct2point 1248 3_0_0 EXIST::FUNCTION:EC
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 11951 EC_POINT_oct2point().
|