| /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 144 len = EC_POINT_point2oct(group, point, form, NULL, 0, NULL); in EC_POINT_point2buf() 149 len = EC_POINT_point2oct(group, point, form, buf, len, ctx); in EC_POINT_point2buf()
|
| H A D | ec_asn1.c | 1152 buf_len = EC_POINT_point2oct(a->group, a->pub_key, in i2o_ECPublicKey() 1164 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/openssl/test/ |
| H A D | ectest.c | 243 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf, in prime_field_tests() 252 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, in prime_field_tests() 261 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, in prime_field_tests() 1018 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, in char2_field_tests() 1028 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, in char2_field_tests() 1039 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof(buf), in char2_field_tests() 1087 …|| !TEST_size_t_ne(0, (len = EC_POINT_point2oct(group, point, POINT_CONVERSION_HYBRID, NULL, 0, NU… in hybrid_point_encoding_test() 1089 …|| !TEST_size_t_eq(len, EC_POINT_point2oct(group, point, POINT_CONVERSION_HYBRID, buf, len, NULL))) in hybrid_point_encoding_test() 2505 || !TEST_size_t_gt(bsize = EC_POINT_point2oct( in ossl_parameter_test() 2510 || !TEST_size_t_eq(EC_POINT_point2oct( in ossl_parameter_test() [all …]
|
| /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/krb5/src/plugins/preauth/spake/ |
| H A D | openssl.c | 198 len = EC_POINT_point2oct(gdata->group, pub, POINT_CONVERSION_COMPRESSED, in ossl_keygen() 256 len = EC_POINT_point2oct(gdata->group, result, POINT_CONVERSION_COMPRESSED, in ossl_result()
|
| /freebsd/crypto/openssh/regress/misc/ssh-verify-attestation/ |
| H A D | ssh-verify-attestation.c | 172 *pubkey_len = EC_POINT_point2oct(g, q, in get_pubkey_from_cred_ecdsa() 182 if (EC_POINT_point2oct(g, q, POINT_CONVERSION_UNCOMPRESSED, in get_pubkey_from_cred_ecdsa()
|
| /freebsd/crypto/openssh/regress/misc/sk-dummy/ |
| H A D | sk-dummy.c | 121 response->public_key_len = EC_POINT_point2oct(g, q, in pack_key_ecdsa() 132 if (EC_POINT_point2oct(g, q, POINT_CONVERSION_UNCOMPRESSED, in pack_key_ecdsa()
|
| /freebsd/crypto/openssl/providers/implementations/kem/ |
| H A D | ec_kem.c | 188 *outlen = EC_POINT_point2oct(group, pub, POINT_CONVERSION_UNCOMPRESSED, in ecpubkey_todata()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ec.h | 752 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 | 729 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 | 1704 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 | 13779 providing useful interfaces to EC_POINT_point2oct() and
|