Home
last modified time | relevance | path

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

/openssl-master/crypto/ec/
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()
A Dec_asn1.c1159 buf_len = EC_POINT_point2oct(a->group, a->pub_key, in i2o_ECPublicKey()
1173 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form, in i2o_ECPublicKey()
/openssl-master/doc/man3/
A DEC_POINT_new.pod24 EC_POINT_point2oct,
50 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
178 The functions EC_POINT_point2oct(), EC_POINT_oct2point(), EC_POINT_point2bn(),
182 The function EC_POINT_point2oct() encodes the given curve point B<p> as an
193 encoding of the function EC_POINT_point2oct().
202 The function EC_POINT_point2oct() must be supplied with a buffer long enough to
232 EC_POINT_point2oct() and EC_POINT_point2buf() return the length of the required
/openssl-master/test/
A Dectest.c1108 || !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()
2663 || !TEST_int_eq(EC_POINT_point2oct(group, Q2, in custom_generator_test()
2667 || !TEST_int_eq(EC_POINT_point2oct(group, Q2, in custom_generator_test()
2756 || !TEST_int_eq(EC_POINT_point2oct(group, G2, in custom_params_test()
2760 || !TEST_int_eq(EC_POINT_point2oct(group, G2, in custom_params_test()
2801 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test()
2804 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test()
2843 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test()
[all …]
/openssl-master/include/openssl/
A Dec.h739 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
/openssl-master/providers/implementations/keymgmt/
A Dec_kmgmt.c717 p->return_size = EC_POINT_point2oct(EC_KEY_get0_group(key), in common_get_params()
/openssl-master/util/
A Dlibcrypto.num2875 EC_POINT_point2oct 2939 3_0_0 EXIST::FUNCTION:EC
/openssl-master/
A DCHANGES.md11017 providing useful interfaces to EC_POINT_point2oct() and

Completed in 48 milliseconds