Home
last modified time | relevance | path

Searched refs:EC_POINT_point2oct (Results 1 – 17 of 17) 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
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 Dec_asn1.c1152 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 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/openssl/test/
H A Dectest.c243 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 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/krb5/src/plugins/preauth/spake/
H A Dopenssl.c198 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 Dssh-verify-attestation.c172 *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 Dsk-dummy.c121 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 Dec_kem.c188 *outlen = EC_POINT_point2oct(group, pub, POINT_CONVERSION_UNCOMPRESSED, in ecpubkey_todata()
/freebsd/crypto/openssl/include/openssl/
H A Dec.h752 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.c729 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 DMakefile1704 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.md13779 providing useful interfaces to EC_POINT_point2oct() and