Searched refs:EC_POINT_point2oct (Results 1 – 11 of 11) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec_print.c | 68 buf_len = EC_POINT_point2oct(group, point, form, in EC_POINT_point2bn() 76 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) in EC_POINT_point2bn() 144 buf_len = EC_POINT_point2oct(group, point, form, in EC_POINT_point2hex() 152 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) in EC_POINT_point2hex()
|
D | ec_asn1.c | 625 len = EC_POINT_point2oct(group, point, form, NULL, len, NULL); in ec_asn1_group2parameters() 636 if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL)) in ec_asn1_group2parameters() 1288 tmp_len = EC_POINT_point2oct(a->group, a->pub_key, in i2d_ECPrivateKey() 1303 if (!EC_POINT_point2oct(a->group, a->pub_key, in i2d_ECPrivateKey() 1416 buf_len = EC_POINT_point2oct(a->group, a->pub_key, in i2o_ECPublicKey() 1432 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form, in i2o_ECPublicKey()
|
D | ec_oct.c | 132 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t for… in EC_POINT_point2oct() function
|
D | ectest.c | 360 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf, sizeof buf, ctx); in prime_field_tests() 367 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, buf, sizeof buf, ctx); in prime_field_tests() 374 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof buf, ctx); in prime_field_tests() 904 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf, sizeof buf, ctx); in char2_field_tests() 912 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, buf, sizeof buf, ctx); in char2_field_tests() 921 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof buf, ctx); in char2_field_tests()
|
D | ec.h | 548 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
|
/external/openssh/ |
D | bufec.c | 61 len = EC_POINT_point2oct(curve, point, POINT_CONVERSION_UNCOMPRESSED, in buffer_put_ecpoint_ret() 70 if (EC_POINT_point2oct(curve, point, POINT_CONVERSION_UNCOMPRESSED, in buffer_put_ecpoint_ret()
|
/external/openssl/include/openssl/ |
D | ec.h | 548 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
|
/external/openssl/ssl/ |
D | d1_clnt.c | 1378 EC_POINT_point2oct(srvr_group, in dtls1_send_client_key_exchange() 1395 n = EC_POINT_point2oct(srvr_group, in dtls1_send_client_key_exchange()
|
D | d1_srvr.c | 1230 encodedlen = EC_POINT_point2oct(group, in dtls1_send_server_key_exchange() 1245 encodedlen = EC_POINT_point2oct(group, in dtls1_send_server_key_exchange()
|
D | s3_srvr.c | 1788 encodedlen = EC_POINT_point2oct(group, in ssl3_send_server_key_exchange() 1803 encodedlen = EC_POINT_point2oct(group, in ssl3_send_server_key_exchange()
|
D | s3_clnt.c | 2730 EC_POINT_point2oct(srvr_group, in ssl3_send_client_key_exchange() 2747 n = EC_POINT_point2oct(srvr_group, in ssl3_send_client_key_exchange()
|