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

12

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Dec_check.c64 EC_POINT *point = NULL; local
H A Dec_oct.c71 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
107 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
135 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
166 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
[all...]
H A Dec_print.c59 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) argument
86 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) argument
126 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument
165 EC_POINT_hex2point(const EC_GROUP *group, const char *buf, EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Dec2_oct.c173 size_t ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, argument
297 int ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, argument
92 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.c210 size_t ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, argument
327 int ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, argument
71 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 Dec2_mult.c263 ec_GF2m_montgomery_point_multiply(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Deck_prn.c150 const EC_POINT *point = NULL; local
H A Dec2_smpl.c330 int ec_GF2m_simple_point_init(EC_POINT *point) argument
339 void ec_GF2m_simple_point_finish(EC_POINT *point) argument
347 void ec_GF2m_simple_point_clear_finish(EC_POINT *point) argument
376 ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
388 ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
420 ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
580 ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
592 ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
603 ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
719 ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Dec_key.c299 EC_POINT *point = NULL; local
368 EC_POINT *point local
[all...]
H A Decp_smpl.c361 int ec_GFp_simple_point_init(EC_POINT *point) argument
371 void ec_GFp_simple_point_finish(EC_POINT *point) argument
378 void ec_GFp_simple_point_clear_finish(EC_POINT *point) argument
399 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
407 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
468 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
518 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
536 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
981 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
990 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
995 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1209 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
[all...]
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_anon_struct.c5 struct point { struct
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
H A Diftoa.c32 int point = 0; local
/freebsd-10-stable/crypto/openssh/
H A Dbufec.c32 buffer_put_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve, const EC_POINT *point) argument
45 buffer_put_ecpoint(Buffer *buffer, const EC_GROUP *curve, const EC_POINT *point) argument
53 buffer_get_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve, EC_POINT *point) argument
66 buffer_get_ecpoint(Buffer *buffer, const EC_GROUP *curve, EC_POINT *point) argument
H A Dopacket.c176 ssh_packet_get_ecpoint(struct ssh *ssh, const EC_GROUP *curve, EC_POINT *point) argument
100 ssh_packet_put_ecpoint(struct ssh *ssh, const EC_GROUP *curve, const EC_POINT *point) argument
/freebsd-10-stable/contrib/libreadline/
H A Dmbutil.c82 int point; local
149 int prev, non_zero_prev, point, length; local
[all...]
H A Dreadline.h810 int point; member in struct:readline_state
/freebsd-10-stable/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c335 EC_POINT *point = NULL; local
/freebsd-10-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...]
/freebsd-10-stable/contrib/groff/src/preproc/grn/
H A Dgprint.h68 typedef struct point { struct
/freebsd-10-stable/contrib/groff/src/preproc/pic/
H A Dtex.cpp173 void tex_output::point(const position &pos) function in class:tex_output
/freebsd-10-stable/crypto/openssl/crypto/x509v3/
H A Dv3_crld.c256 DIST_POINT *point = NULL; local
297 DIST_POINT *point; local
519 DIST_POINT *point; local
[all...]
/freebsd-10-stable/crypto/openssl/apps/
H A Decparam.c428 const EC_POINT *point; local
[all...]
/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Deap_pwd.c270 EC_POINT *K = NULL, *point = NULL; local
[all...]
/freebsd-10-stable/lib/libedit/
H A Dfilecomplete.c380 fn_complete(EditLine *el, char *(*complet_func)(const char *, int), char **(*attempted_completion_function)(const char *, int, int), const char *word_break, const char *special_prefixes, const char *(*app_func)(const char *), size_t query_items, int *completion_type, int *over, int *point, int *end, const char *(*find_word_start_func)(const char *, const char *), char *(*dequoting_func)(const char *), char *(*quoting_func)(const char *)) argument
/freebsd-10-stable/contrib/gdb/gdb/cli/
H A Dcli-cmds.c230 char **completions, *point, *arg_prefix; local

Completed in 201 milliseconds

12