Searched refs:EC_POINT_point2oct (Results 1 – 9 of 9) sorted by relevance
/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 | 1164 buf_len = EC_POINT_point2oct(a->group, a->pub_key, in i2o_ECPublicKey() 1176 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form, in i2o_ECPublicKey()
|
/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
|
/openssl/test/ |
H A D | ectest.c | 1108 || !TEST_size_t_eq(len, EC_POINT_point2oct(group, in hybrid_point_encoding_test() 2125 || !TEST_size_t_gt(bsize = EC_POINT_point2oct( in ossl_parameter_test() 2129 || !TEST_size_t_eq(EC_POINT_point2oct( in ossl_parameter_test() 2758 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_generator_test() 2762 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_generator_test() 2775 || !TEST_int_eq(EC_POINT_point2oct(group, Q2, in custom_generator_test() 2779 || !TEST_int_eq(EC_POINT_point2oct(group, Q2, in custom_generator_test() 2868 || !TEST_int_eq(EC_POINT_point2oct(group, G2, in custom_params_test() 2872 || !TEST_int_eq(EC_POINT_point2oct(group, G2, in custom_params_test() 2913 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test() [all …]
|
/openssl/providers/implementations/kem/ |
H A D | ec_kem.c | 188 *outlen = EC_POINT_point2oct(group, pub, POINT_CONVERSION_UNCOMPRESSED, in ecpubkey_todata()
|
/openssl/include/openssl/ |
H A D | ec.h | 760 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
|
/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 749 p->return_size = EC_POINT_point2oct(ecg, ecp, in common_get_params()
|
/openssl/util/ |
H A D | libcrypto.num | 2875 EC_POINT_point2oct 2939 3_0_0 EXIST::FUNCTION:EC
|
/openssl/ |
H A D | CHANGES.md | 12956 providing useful interfaces to EC_POINT_point2oct() and
|
Completed in 103 milliseconds