Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dec_oct.c73 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct() function
140 len = EC_POINT_point2oct(group, point, form, NULL, 0, NULL); in EC_POINT_point2buf()
147 len = EC_POINT_point2oct(group, point, form, buf, len, ctx); in EC_POINT_point2buf()
H A Dec_asn1.c1169 buf_len = EC_POINT_point2oct(a->group, a->pub_key, in i2o_ECPublicKey()
1183 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form, in i2o_ECPublicKey()
/freebsd/crypto/openssl/doc/man3/
H A DEC_POINT_new.pod24 EC_POINT_point2oct,
50 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
180 The functions EC_POINT_point2oct(), EC_POINT_oct2point(), EC_POINT_point2bn(),
184 The function EC_POINT_point2oct() encodes the given curve point B<p> as an
195 encoding of the function EC_POINT_point2oct().
204 The function EC_POINT_point2oct() must be supplied with a buffer long enough to
234 EC_POINT_point2oct() and EC_POINT_point2buf() return the length of the required
/freebsd/crypto/openssh/
H A Dsshbuf-getput-crypto.c160 if ((len = EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED, in sshbuf_put_ec()
164 if (EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED, in sshbuf_put_ec()
H A Dsk-usbhid.c642 response->public_key_len = EC_POINT_point2oct(g, q, in pack_public_key_ecdsa()
653 if (EC_POINT_point2oct(g, q, POINT_CONVERSION_UNCOMPRESSED, in pack_public_key_ecdsa()
/freebsd/crypto/openssl/test/
H A Dectest.c245 EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf, in prime_field_tests()
254 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, in prime_field_tests()
263 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, in prime_field_tests()
1031 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, in char2_field_tests()
1041 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, in char2_field_tests()
1053 EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof(buf), in char2_field_tests()
1101 || !TEST_size_t_ne(0, (len = EC_POINT_point2oct(group, in hybrid_point_encoding_test()
1108 || !TEST_size_t_eq(len, EC_POINT_point2oct(group, in hybrid_point_encoding_test()
2646 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_generator_test()
2650 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_generator_test()
[all …]
/freebsd/crypto/openssh/regress/misc/sk-dummy/
H A Dsk-dummy.c122 response->public_key_len = EC_POINT_point2oct(g, q, in pack_key_ecdsa()
133 if (EC_POINT_point2oct(g, q, POINT_CONVERSION_UNCOMPRESSED, in pack_key_ecdsa()
/freebsd/crypto/openssl/include/openssl/
H A Dec.h741 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c3097 len = EC_POINT_point2oct(ec_group, pub, POINT_CONVERSION_UNCOMPRESSED, in crypto_ec_key_set_priv()
3104 len = EC_POINT_point2oct(ec_group, pub, POINT_CONVERSION_UNCOMPRESSED, in crypto_ec_key_set_priv()
3591 len = EC_POINT_point2oct(group, point, POINT_CONVERSION_COMPRESSED, in crypto_ec_key_get_subject_public_key()
3599 len = EC_POINT_point2oct(group, point, POINT_CONVERSION_COMPRESSED, in crypto_ec_key_get_subject_public_key()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c746 p->return_size = EC_POINT_point2oct(ecg, ecp, in common_get_params()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1204 EC_POINT_point2oct;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1504 MLINKS+= EC_POINT_new.3 EC_POINT_point2oct.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2875 EC_POINT_point2oct 2939 3_0_0 EXIST::FUNCTION:EC
/freebsd/crypto/openssl/
H A DCHANGES.md11950 providing useful interfaces to EC_POINT_point2oct() and