/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_oct.c | 73 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 D | ec_asn1.c | 1169 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 D | EC_POINT_new.pod | 24 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 D | sshbuf-getput-crypto.c | 160 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 D | sk-usbhid.c | 642 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 D | ectest.c | 245 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 D | sk-dummy.c | 122 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 D | ec.h | 741 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 3097 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 D | ec_kmgmt.c | 746 p->return_size = EC_POINT_point2oct(ecg, ecp, in common_get_params()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1204 EC_POINT_point2oct;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1504 MLINKS+= EC_POINT_new.3 EC_POINT_point2oct.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2875 EC_POINT_point2oct 2939 3_0_0 EXIST::FUNCTION:EC
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 11950 providing useful interfaces to EC_POINT_point2oct() and
|