Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Dec_print.c68 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()
Dec_asn1.c625 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()
Dec_oct.c132 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t for… in EC_POINT_point2oct() function
Dectest.c360 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()
Dec.h548 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
/external/openssh/
Dbufec.c61 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/
Dec.h548 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
/external/openssl/ssl/
Dd1_clnt.c1378 EC_POINT_point2oct(srvr_group, in dtls1_send_client_key_exchange()
1395 n = EC_POINT_point2oct(srvr_group, in dtls1_send_client_key_exchange()
Dd1_srvr.c1230 encodedlen = EC_POINT_point2oct(group, in dtls1_send_server_key_exchange()
1245 encodedlen = EC_POINT_point2oct(group, in dtls1_send_server_key_exchange()
Ds3_srvr.c1788 encodedlen = EC_POINT_point2oct(group, in ssl3_send_server_key_exchange()
1803 encodedlen = EC_POINT_point2oct(group, in ssl3_send_server_key_exchange()
Ds3_clnt.c2730 EC_POINT_point2oct(srvr_group, in ssl3_send_client_key_exchange()
2747 n = EC_POINT_point2oct(srvr_group, in ssl3_send_client_key_exchange()