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

/openbsd-current/lib/libcrypto/ec/
H A Dec_print.c66 buf_len = EC_POINT_point2oct(group, point, form, NULL, 0, ctx);
73 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) {
133 buf_len = EC_POINT_point2oct(group, point, form,
141 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) {
H A Dec_oct.c113 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, function
141 LCRYPTO_ALIAS(EC_POINT_point2oct); variable
H A Dec_asn1.c742 len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
751 if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL)) {
1195 tmp_len = EC_POINT_point2oct(a->group, a->pub_key,
1207 if (!EC_POINT_point2oct(a->group, a->pub_key,
1312 buf_len = EC_POINT_point2oct(a->group, a->pub_key,
1326 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form,
H A Dec.h200 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
/openbsd-current/usr.bin/ssh/
H A Dsshbuf-getput-crypto.c152 if ((len = EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED,
156 if (EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED,
H A Dsk-usbhid.c515 response->public_key_len = EC_POINT_point2oct(g, q,
526 if (EC_POINT_point2oct(g, q, POINT_CONVERSION_UNCOMPRESSED,
528 skdebug(__func__, "EC_POINT_point2oct failed");
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Dec.h70 LCRYPTO_USED(EC_POINT_point2oct); variable
/openbsd-current/lib/libssl/
H A Dssl_kex.c342 if ((ecp_len = EC_POINT_point2oct(group, point,
347 if ((EC_POINT_point2oct(group, point, POINT_CONVERSION_UNCOMPRESSED,
/openbsd-current/regress/lib/libcrypto/ec/
H A Dectest.c298 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf, sizeof buf, ctx);
308 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, buf, sizeof buf, ctx);
318 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof buf, ctx);
H A Dec_point_conversion.c70 if ((len = EC_POINT_point2oct(group, point, form, NULL, 0, NULL)) == 0)
74 if (EC_POINT_point2oct(group, point, form, buf, len, NULL) != len)
/openbsd-current/regress/usr.bin/ssh/misc/sk-dummy/
H A Dsk-dummy.c106 response->public_key_len = EC_POINT_point2oct(g, q,
117 if (EC_POINT_point2oct(g, q, POINT_CONVERSION_UNCOMPRESSED,
119 skdebug(__func__, "EC_POINT_point2oct failed");

Completed in 201 milliseconds