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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_print.c67 buf_len = EC_POINT_point2oct(group, point, form, NULL, 0, ctx);
74 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) {
134 buf_len = EC_POINT_point2oct(group, point, form, NULL, 0, ctx);
141 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) {
H A Dec_asn1.c579 len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
588 if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL)) {
1136 tmp_len = EC_POINT_point2oct(a->group, a->pub_key,
1149 if (!EC_POINT_point2oct(a->group, a->pub_key,
1252 buf_len = EC_POINT_point2oct(a->group, a->pub_key,
1266 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form,
H A Dectest.c362 EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf,
375 EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, buf,
389 EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof buf,
1212 EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf,
1226 EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, buf,
1241 EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof buf,
H A Dec.h247 size_t EC_POINT_point2oct(const EC_GROUP *, const EC_POINT *,
H A Dec_lib.c911 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, function
/freebsd-9.3-release/crypto/openssh/
H A Dbufec.c61 len = EC_POINT_point2oct(curve, point, POINT_CONVERSION_UNCOMPRESSED,
70 if (EC_POINT_point2oct(curve, point, POINT_CONVERSION_UNCOMPRESSED,
72 error("%s: EC_POINT_point2oct length mismatch", __func__);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_srvr.c1483 encodedlen = EC_POINT_point2oct(group,
1497 encodedlen = EC_POINT_point2oct(group,
H A Ds3_clnt.c2332 EC_POINT_point2oct(srvr_group,
2347 n = EC_POINT_point2oct(srvr_group,

Completed in 104 milliseconds