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

12

/freebsd-current/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_anon_struct.c5 struct point { struct
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_deprecated.c21 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) argument
41 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) argument
H A Dec_oct.c24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, argument
73 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, argument
56 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
64 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
105 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
133 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.c17 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument
49 EC_POINT_hex2point(const EC_GROUP *group, const char *hex, EC_POINT *point, BN_CTX *ctx) argument
H A Dec2_oct.c256 int ossl_ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, argument
39 ossl_ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
125 ossl_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
[all...]
H A Decp_oct.c159 size_t ossl_ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, argument
274 int ossl_ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, argument
22 ossl_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 Deck_prn.c74 const EC_POINT *point = NULL; local
H A Dec2_smpl.c222 int ossl_ec_GF2m_simple_point_init(EC_POINT *point) argument
238 ossl_ec_GF2m_simple_point_finish(EC_POINT *point) argument
246 ossl_ec_GF2m_simple_point_clear_finish(EC_POINT *point) argument
276 ossl_ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
288 ossl_ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
320 ossl_ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
483 ossl_ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
497 ossl_ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
508 ossl_ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
632 ossl_ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Dec_mult.c145 ossl_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 Decdsa_ossl.c380 EC_POINT *point = NULL; local
H A Decp_smpl.c322 int ossl_ec_GFp_simple_point_init(EC_POINT *point) argument
338 ossl_ec_GFp_simple_point_finish(EC_POINT *point) argument
345 ossl_ec_GFp_simple_point_clear_finish(EC_POINT *point) argument
367 ossl_ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
375 ossl_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
435 ossl_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
484 ossl_ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
501 ossl_ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
940 ossl_ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
950 ossl_ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
956 ossl_ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1167 ossl_ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Dec_asn1.c390 const EC_POINT *point = NULL; local
527 EC_POINT *point = NULL; local
[all...]
H A Dec_key.c475 EC_POINT *point = NULL; local
532 EC_POINT *point local
603 EC_POINT *point = NULL; local
[all...]
H A Dec_lib.c745 void EC_POINT_free(EC_POINT *point) argument
755 void EC_POINT_clear_free(EC_POINT *point) argument
805 EC_POINT_method_of(const EC_POINT *point) argument
811 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
825 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
842 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
860 EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
883 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
891 EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
900 EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
920 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
928 EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
979 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
999 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1028 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1114 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
1409 const EC_POINT *point = EC_GROUP_get0_generator(group); local
1548 EC_POINT *point = NULL; local
[all...]
H A Dec_local.h325 static ossl_inline int ec_point_is_compat(const EC_POINT *point, argument
[all...]
/freebsd-current/crypto/openssl/test/
H A Decstresstest.c42 static BIGNUM *walk_curve(const EC_GROUP *group, EC_POINT *point, argument
70 EC_POINT *point = NULL; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp83 size_t Annotations::point(llvm::StringRef Name) const { function in class:Annotations
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_crld.c212 DIST_POINT *point = DIST_POINT_new(); local
255 DIST_POINT *point; local
468 DIST_POINT *point; local
[all...]
/freebsd-current/sys/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c318 struct cpu_speed_point *point; local
[all...]
/freebsd-current/sys/arm64/nvidia/tegra210/
H A Dtegra210_cpufreq.c276 struct cpu_speed_point *point; local
/freebsd-current/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-current/contrib/libedit/
H A Dfilecomplete.c660 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
830 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-current/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c723 void ossl_curve448_point_destroy(curve448_point_t point) argument
/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c394 const EC_POINT *point = NULL; local
/freebsd-current/contrib/tcsh/
H A Dcsh-mode.el[all...]

Completed in 176 milliseconds

12