Home
last modified time | relevance | path

Searched defs:point (Results 1 – 25 of 46) sorted by relevance

12

/openbsd/lib/libcrypto/ec/
H A Dec_lib.c615 EC_POINT *point = NULL; in EC_GROUP_check() local
760 EC_POINT *point = NULL; in EC_POINT_new() local
791 EC_POINT_free(EC_POINT * point) EC_POINT_free() argument
804 EC_POINT_clear_free(EC_POINT * point) EC_POINT_clear_free() argument
830 EC_POINT *point = NULL; EC_POINT_dup() local
851 EC_POINT_method_of(const EC_POINT * point) EC_POINT_method_of() argument
858 EC_POINT_set_to_infinity(const EC_GROUP * group,EC_POINT * point) EC_POINT_set_to_infinity() argument
873 EC_POINT_set_Jprojective_coordinates(const EC_GROUP * group,EC_POINT * point,const BIGNUM * x,const BIGNUM * y,const BIGNUM * z,BN_CTX * ctx_in) EC_POINT_set_Jprojective_coordinates() argument
912 EC_POINT_get_Jprojective_coordinates(const EC_GROUP * group,const EC_POINT * point,BIGNUM * x,BIGNUM * y,BIGNUM * z,BN_CTX * ctx_in) EC_POINT_get_Jprojective_coordinates() argument
941 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) EC_POINT_set_Jprojective_coordinates_GFp() argument
950 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP * group,const EC_POINT * point,BIGNUM * x,BIGNUM * y,BIGNUM * z,BN_CTX * ctx) EC_POINT_get_Jprojective_coordinates_GFp() argument
957 EC_POINT_set_affine_coordinates(const EC_GROUP * group,EC_POINT * point,const BIGNUM * x,const BIGNUM * y,BN_CTX * ctx_in) EC_POINT_set_affine_coordinates() argument
995 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP * group,EC_POINT * point,const BIGNUM * x,const BIGNUM * y,BN_CTX * ctx) EC_POINT_set_affine_coordinates_GFp() argument
1003 EC_POINT_get_affine_coordinates(const EC_GROUP * group,const EC_POINT * point,BIGNUM * x,BIGNUM * y,BN_CTX * ctx_in) EC_POINT_get_affine_coordinates() argument
1038 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP * group,const EC_POINT * point,BIGNUM * x,BIGNUM * y,BN_CTX * ctx) EC_POINT_get_affine_coordinates_GFp() argument
1046 EC_POINT_set_compressed_coordinates(const EC_GROUP * group,EC_POINT * point,const BIGNUM * x,int y_bit,BN_CTX * ctx_in) EC_POINT_set_compressed_coordinates() argument
1077 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP * group,EC_POINT * point,const BIGNUM * x,int y_bit,BN_CTX * ctx) EC_POINT_set_compressed_coordinates_GFp() argument
1175 EC_POINT_is_at_infinity(const EC_GROUP * group,const EC_POINT * point) EC_POINT_is_at_infinity() argument
1190 EC_POINT_is_on_curve(const EC_GROUP * group,const EC_POINT * point,BN_CTX * ctx_in) EC_POINT_is_on_curve() argument
1250 EC_POINT_make_affine(const EC_GROUP * group,EC_POINT * point,BN_CTX * ctx_in) EC_POINT_make_affine() argument
1355 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_in) EC_POINT_mul() argument
[all...]
H A Dec_convert.c222 ec_point2oct(const EC_GROUP *group, const EC_POINT *point, uint8_t form, in ec_point2oct() argument
296 ec_oct2point(const EC_GROUP *group, EC_POINT *point, in ec_oct2point() argument
354 ec_point_to_octets(const EC_GROUP * group,const EC_POINT * point,int form,unsigned char ** out_buf,size_t * out_len,BN_CTX * ctx) ec_point_to_octets() argument
395 EC_POINT *point; ec_point_from_octets() local
422 ec_normalize_form(const EC_GROUP * group,const EC_POINT * point,int form,uint8_t * out_form) ec_normalize_form() argument
442 EC_POINT_point2oct(const EC_GROUP * group,const EC_POINT * point,point_conversion_form_t conv_form,unsigned char * buf,size_t len,BN_CTX * ctx_in) EC_POINT_point2oct() argument
475 EC_POINT_oct2point(const EC_GROUP * group,EC_POINT * point,const unsigned char * buf,size_t len,BN_CTX * ctx_in) EC_POINT_oct2point() argument
501 EC_POINT_point2bn(const EC_GROUP * group,const EC_POINT * point,point_conversion_form_t form,BIGNUM * in_bn,BN_CTX * ctx) EC_POINT_point2bn() argument
522 EC_POINT_bn2point(const EC_GROUP * group,const BIGNUM * bn,EC_POINT * point,BN_CTX * ctx) EC_POINT_bn2point() argument
545 EC_POINT_point2hex(const EC_GROUP * group,const EC_POINT * point,point_conversion_form_t form,BN_CTX * ctx) EC_POINT_point2hex() argument
567 EC_POINT *point = NULL; EC_POINT_hex2point() local
[all...]
H A Decp_smpl.c285 ec_GFp_simple_point_init(EC_POINT * point) in ec_GFp_simple_point_init()
296 ec_GFp_simple_point_finish(EC_POINT *point) in ec_GFp_simple_point_finish()
319 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in ec_GFp_simple_point_set_to_infinity()
328 EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, in ec_GFp_simple_set_Jprojective_coordinates()
360 const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) in ec_GFp_simple_get_Jprojective_coordinates()
392 const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) in ec_GFp_simple_point_get_affine_coordinates()
473 EC_POINT *point, const BIGNUM *in_x, int y_bit, BN_CTX *ctx) in ec_GFp_simple_set_compressed_coordinates()
886 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) in ec_GFp_simple_invert()
896 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) in ec_GFp_simple_is_at_infinity()
1404 const EC_POINT *point, BN_CTX *ctx) in ec_GFp_simple_mul_ct()
[all …]
H A Dec_key.c281 EC_POINT *point = NULL; in EC_KEY_check_key() local
356 EC_POINT *point = NULL; in EC_KEY_set_public_key_affine_coordinates() local
H A Dec_asn1.c597 ec_point_to_asn1_string_type(const EC_GROUP *group, const EC_POINT *point, in ec_point_to_asn1_string_type()
633 ec_point_to_asn1_bit_string(const EC_GROUP *group, const EC_POINT *point, in ec_point_to_asn1_bit_string()
644 ec_point_to_asn1_octet_string(const EC_GROUP *group, const EC_POINT *point, in ec_point_to_asn1_octet_string()
/openbsd/regress/lib/libm/fpaccuracy/
H A Dtrailer.h19 static struct point { double arg, res, err1, err2; } points[N+1]; argument
/openbsd/lib/libssl/
H A Dssl_kex.c271 EC_POINT *point = NULL; in ssl_kex_dummy_ecdhe_x25519() local
332 const EC_POINT *point; in ssl_kex_public_ecdhe_ecp() local
361 EC_POINT *point = NULL; in ssl_kex_peer_public_ecdhe_ecp() local
391 const EC_POINT *point; in ssl_kex_derive_ecdhe_ecp() local
/openbsd/gnu/lib/libreadline/
H A Dmbutil.c82 int point = 0; local
147 int prev, non_zero_prev, point, length; local
258 _rl_adjust_point(string, point, ps) in _rl_adjust_point() argument
/openbsd/regress/lib/libcrypto/ec/
H A Dec_point_conversion.c64 roundtrip(EC_GROUP *group, EC_POINT *point, int form, BIGNUM *x, BIGNUM *y) in roundtrip()
499 check_point_at_infinity(const EC_GROUP *group, const EC_POINT *point, in check_point_at_infinity()
545 EC_POINT *point = NULL; in point_conversion_form_y_bit() local
/openbsd/games/snake/
H A Dsnake.c60 struct point { struct
77 #define pchar(point, c) mvaddch((point)->line + 1, (point)->col + 1, (c)) argument
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-rdi.c114 PointHandle point; member
430 PointHandle point; in arm_rdi_resume() local
674 PointHandle point; in arm_rdi_insert_breakpoint() local
698 PointHandle point; in arm_rdi_remove_breakpoint() local
H A Dcompleter.c379 complete_line (const char *text, char *line_buffer, int point) in complete_line()
626 line_completion_function (const char *text, int matches, char *line_buffer, int point) in line_completion_function()
/openbsd/lib/libcrypto/x509/
H A Dx509_crld.c287 DIST_POINT *point = NULL; in crldp_from_section() local
332 DIST_POINT *point; in v2i_crld() local
808 DIST_POINT *point; in i2r_crldp() local
/openbsd/sys/dev/pci/drm/
H A Ddrm_syncobj.c218 u64 point; member
230 u64 point; member
336 uint64_t point) in drm_syncobj_add_point()
437 u32 handle, u64 point, u64 flags, in drm_syncobj_find_fence()
1706 uint64_t point; in drm_syncobj_query_ioctl() local
/openbsd/sbin/isakmpd/
H A Ddh.c516 ec_point2raw(struct group *group, const EC_POINT *point, in ec_point2raw()
583 EC_POINT *point = NULL; in ec_raw2point() local
/openbsd/regress/lib/libcrypto/curve25519/
H A Dx25519test.c93 uint8_t scalar[32] = {9}, point[32] = {9}, out[32]; in x25519_iterated_test() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920625-1.c3 typedef struct{double x,y;}point; typedef
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_bw.c42 int point) in dg1_mchbar_read_qgv_point_info()
77 int point) in icl_pcode_read_qgv_point_info()
175 struct intel_qgv_point *sp, int point) in mtl_read_qgv_point_info()
200 int point) in intel_read_qgv_point_info()
/openbsd/lib/libcrypto/ecdh/
H A Decdh.c153 EC_POINT *point = NULL; in ecdh_compute_key() local
/openbsd/lib/libkeynote/
H A Dkeynote.y827 int i, point = 0; in isfloatstring() local
/openbsd/lib/libcrypto/ecdsa/
H A Decdsa.c272 EC_POINT *point = NULL; in ecdsa_sign_setup() local
657 EC_POINT *point = NULL; in ecdsa_verify_sig() local
/openbsd/sbin/iked/
H A Ddh.c605 ec_point2raw(struct dh_group *group, const EC_POINT *point, in ec_point2raw()
672 EC_POINT *point = NULL; in ec_raw2point() local
/openbsd/gnu/llvm/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp83 size_t Annotations::point(llvm::StringRef Name) const { in point() function in Annotations
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_cs.h46 u64 point; member
/openbsd/gnu/usr.bin/texinfo/info/
H A Dsession.c652 register int point, len; variable
672 register int point; variable
725 long point; variable
774 long point; variable
3010 long point; in kill_node() local

12