Searched defs:point (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-12-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_anon_struct.c5 struct point { struct
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Dec_check.c18 EC_POINT *point = NULL; local
H A Dec_oct.c18 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, argument
70 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, argument
53 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
61 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
101 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
129 EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) argument
[all...]
H A Dec_print.c14 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) argument
34 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) argument
75 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument
107 EC_POINT_hex2point(const EC_GROUP *group, const char *buf, EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Dec2_oct.c113 size_t ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, argument
235 int ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, argument
33 ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
[all...]
H A Decp_oct.c154 size_t ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, argument
269 int ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, argument
16 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
[all...]
H A Decdsa_ossl.c324 EC_POINT *point = NULL; local
H A Deck_prn.c71 const EC_POINT *point = NULL; local
H A Dec2_smpl.c213 int ec_GF2m_simple_point_init(EC_POINT *point) argument
229 ec_GF2m_simple_point_finish(EC_POINT *point) argument
237 ec_GF2m_simple_point_clear_finish(EC_POINT *point) argument
267 ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
279 ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
311 ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
470 ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
482 ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
493 ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
605 ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Dec_mult.c139 ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Dec_key.c276 EC_POINT *point = NULL; local
343 EC_POINT *point = NULL; local
[all...]
H A Decp_smpl.c315 int ec_GFp_simple_point_init(EC_POINT *point) argument
331 ec_GFp_simple_point_finish(EC_POINT *point) argument
338 ec_GFp_simple_point_clear_finish(EC_POINT *point) argument
360 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
368 ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
428 ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
477 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
495 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
936 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
945 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
950 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1161 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Dec_asn1.c453 const EC_POINT *point = NULL; local
590 EC_POINT *point = NULL; local
[all...]
H A Dec_lib.c680 void EC_POINT_free(EC_POINT *point) argument
690 void EC_POINT_clear_free(EC_POINT *point) argument
739 EC_POINT_method_of(const EC_POINT *point) argument
744 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
758 EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
777 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
796 EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
820 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
828 EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
837 EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
858 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
866 EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
917 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
938 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
966 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1041 EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Testing/Support/
H A DAnnotations.cpp67 size_t Annotations::point(llvm::StringRef Name) const { function in class:Annotations
/freebsd-12-stable/contrib/gdb/gdb/
H A Dcompleter.c379 complete_line(const char *text, char *line_buffer, int point) argument
626 line_completion_function(const char *text, int matches, char *line_buffer, int point) argument
[all...]
H A Dremote-rdi.c120 PointHandle point; member in struct:local_bp_list_entry
436 PointHandle point; local
680 PointHandle point; local
704 PointHandle point; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_crld.c208 DIST_POINT *point = DIST_POINT_new(); local
251 DIST_POINT *point; local
463 DIST_POINT *point; local
[all...]
/freebsd-12-stable/crypto/openssh/
H A Dopacket.c159 ssh_packet_get_ecpoint(struct ssh *ssh, const EC_GROUP *curve, EC_POINT *point) argument
93 ssh_packet_put_ecpoint(struct ssh *ssh, const EC_GROUP *curve, const EC_POINT *point) argument
/freebsd-12-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c324 struct cpu_speed_point *point; local
[all...]
/freebsd-12-stable/crypto/openssl/apps/
H A Decparam.c278 const EC_POINT *point; local
/freebsd-12-stable/contrib/gdb/gdb/cli/
H A Dcli-cmds.c229 char **completions, *point, *arg_prefix; local
/freebsd-12-stable/contrib/bearssl/src/ssl/
H A Dssl_hs_client.c267 unsigned char key[66], point[133]; local
343 unsigned char point[133]; local
[all...]
/freebsd-12-stable/contrib/libedit/
H A Dfilecomplete.c655 fn_complete2(EditLine *el, char *(*complete_func)(const char *, int), char **(*attempted_completion_function)(const char *, int, int), const wchar_t *word_break, const wchar_t *special_prefixes, const char *(*app_func)(const char *), size_t query_items, int *completion_type, int *over, int *point, int *end, unsigned int flags) argument
824 fn_complete(EditLine *el, char *(*complete_func)(const char *, int), char **(*attempted_completion_function)(const char *, int, int), const wchar_t *word_break, const wchar_t *special_prefixes, const char *(*app_func)(const char *), size_t query_items, int *completion_type, int *over, int *point, int *end) argument
/freebsd-12-stable/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c711 void curve448_point_destroy(curve448_point_t point) argument

Completed in 447 milliseconds

12