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

12

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec2_smpt.c69 ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
H A Dec_check.c64 EC_POINT *point = NULL; local
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_mult.c261 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 Dec_key.c289 EC_POINT *point = NULL; local
H A Dec2_smpl.c318 int ec_GF2m_simple_point_init(EC_POINT *point) argument
327 void ec_GF2m_simple_point_finish(EC_POINT *point) argument
335 void ec_GF2m_simple_point_clear_finish(EC_POINT *point) argument
364 ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
376 ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
408 ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
453 ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
587 ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
820 ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
832 ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
843 ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
959 ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Decp_smpl.c353 int ec_GFp_simple_point_init(EC_POINT *point) argument
363 void ec_GFp_simple_point_finish(EC_POINT *point) argument
370 void ec_GFp_simple_point_clear_finish(EC_POINT *point) argument
391 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
399 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
460 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
510 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
528 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
643 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
782 ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
899 ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
1332 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1341 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
1346 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1560 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Dec_lib.c693 void EC_POINT_free(EC_POINT *point) argument
703 void EC_POINT_clear_free(EC_POINT *point) argument
750 EC_POINT_method_of(const EC_POINT *point) argument
755 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
769 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
788 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
807 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
824 EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
841 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
858 EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
875 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
893 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
911 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
926 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
982 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
1003 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1031 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1079 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...]
H A Dec_asn1.c540 const EC_POINT *point = NULL; local
685 EC_POINT *point = NULL; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_crld.c89 DIST_POINT *point; local
121 DIST_POINT *point; local
[all...]
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Diftoa.c32 int point = 0; local
/freebsd-9.3-release/crypto/openssh/
H A Dbufec.c50 buffer_put_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve, const EC_POINT *point) argument
88 buffer_put_ecpoint(Buffer *buffer, const EC_GROUP *curve, const EC_POINT *point) argument
96 buffer_get_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve, EC_POINT *point) argument
139 buffer_get_ecpoint(Buffer *buffer, const EC_GROUP *curve, EC_POINT *point) argument
[all...]
/freebsd-9.3-release/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
H A Dtext.c289 int point; local
365 int point; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c332 EC_POINT *point = NULL; local
/freebsd-9.3-release/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-9.3-release/contrib/groff/src/preproc/grn/
H A Dgprint.h68 typedef struct point { struct
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dtex.cpp173 void tex_output::point(const position &pos) function in class:tex_output
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dt_pkey.c294 const EC_POINT *point = NULL; local
/freebsd-9.3-release/crypto/openssl/apps/
H A Decparam.c429 const EC_POINT *point; local
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-cmds.c230 char **completions, *point, *arg_prefix; local
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dnode.h590 hvpair *point; member in class:draw_node

Completed in 183 milliseconds

12