Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/crypto/ec/
H A Dec_oct.c24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates()
57 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_compressed_coordinates_GFp()
65 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_compressed_coordinates_GF2m()
73 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct()
109 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point()
137 size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2buf()
H A Dec2_smpl.c222 int ossl_ec_GF2m_simple_point_init(EC_POINT *point) in ossl_ec_GF2m_simple_point_init()
238 void ossl_ec_GF2m_simple_point_finish(EC_POINT *point) in ossl_ec_GF2m_simple_point_finish()
246 void ossl_ec_GF2m_simple_point_clear_finish(EC_POINT *point) in ossl_ec_GF2m_simple_point_clear_finish()
277 EC_POINT *point) in ossl_ec_GF2m_simple_point_set_to_infinity()
289 EC_POINT *point, in ossl_ec_GF2m_simple_point_set_affine_coordinates()
321 const EC_POINT *point, in ossl_ec_GF2m_simple_point_get_affine_coordinates()
483 int ossl_ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, in ossl_ec_GF2m_simple_invert()
498 const EC_POINT *point) in ossl_ec_GF2m_simple_is_at_infinity()
508 int ossl_ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, in ossl_ec_GF2m_simple_is_on_curve()
632 int ossl_ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, in ossl_ec_GF2m_simple_make_affine()
H A Dec_lib.c746 void EC_POINT_free(EC_POINT *point) in EC_POINT_free()
756 void EC_POINT_clear_free(EC_POINT *point) in EC_POINT_clear_free()
806 const EC_METHOD *EC_POINT_method_of(const EC_POINT *point) in EC_POINT_method_of()
812 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity()
827 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_Jprojective_coordinates_GFp()
844 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_Jprojective_coordinates_GFp()
861 int EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates()
885 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GFp()
893 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GF2m()
902 const EC_POINT *point, BIGNUM *x, BIGNUM *y, in EC_POINT_get_affine_coordinates()
[all …]
H A Decp_smpl.c322 int ossl_ec_GFp_simple_point_init(EC_POINT *point) in ossl_ec_GFp_simple_point_init()
338 void ossl_ec_GFp_simple_point_finish(EC_POINT *point) in ossl_ec_GFp_simple_point_finish()
345 void ossl_ec_GFp_simple_point_clear_finish(EC_POINT *point) in ossl_ec_GFp_simple_point_clear_finish()
368 EC_POINT *point) in ossl_ec_GFp_simple_point_set_to_infinity()
376 EC_POINT *point, in ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp()
436 const EC_POINT *point, in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp()
485 EC_POINT *point, in ossl_ec_GFp_simple_point_set_affine_coordinates()
502 const EC_POINT *point, in ossl_ec_GFp_simple_point_get_affine_coordinates()
940 int ossl_ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, in ossl_ec_GFp_simple_invert()
951 const EC_POINT *point) in ossl_ec_GFp_simple_is_at_infinity()
[all …]
H A Dec_deprecated.c22 const EC_POINT *point, in EC_POINT_point2bn()
42 const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) in EC_POINT_bn2point()
H A Decp_oct.c23 EC_POINT *point, in ossl_ec_GFp_simple_set_compressed_coordinates()
159 size_t ossl_ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, in ossl_ec_GFp_simple_point2oct()
274 int ossl_ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, in ossl_ec_GFp_simple_oct2point()
H A Dec2_oct.c40 EC_POINT *point, in ossl_ec_GF2m_simple_set_compressed_coordinates()
126 const EC_POINT *point, in ossl_ec_GF2m_simple_point2oct()
256 int ossl_ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, in ossl_ec_GF2m_simple_oct2point()
H A Dec_print.c18 const EC_POINT *point, in EC_POINT_point2hex()
50 const char *hex, EC_POINT *point, BN_CTX *ctx) in EC_POINT_hex2point()
H A Dec_key.c475 EC_POINT *point = NULL; in ossl_ec_key_public_check() local
532 EC_POINT *point = NULL; in ossl_ec_key_pairwise_check() local
603 EC_POINT *point = NULL; in EC_KEY_set_public_key_affine_coordinates() local
H A Deck_prn.c74 const EC_POINT *point = NULL; in ECPKParameters_print() local
H A Dec_asn1.c390 const EC_POINT *point = NULL; in EC_GROUP_get_ecparameters() local
527 EC_POINT *point = NULL; in EC_GROUP_new_from_ecparameters() local
H A Decdsa_ossl.c393 EC_POINT *point = NULL; in ossl_ecdsa_simple_verify_sig() local
H A Dec_mult.c146 const BIGNUM *scalar, const EC_POINT *point, in ossl_ec_scalar_mul_ladder()
H A Decp_nistz256.c619 const EC_POINT **point, in ecp_nistz256_windowed_mul()
1177 const EC_POINT *point, in ecp_nistz256_get_affine()
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_anon_struct.c5 struct point { struct
12 struct point top_left; argument
/freebsd/crypto/openssl/test/
H A Decstresstest.c42 static BIGNUM *walk_curve(const EC_GROUP *group, EC_POINT *point, in walk_curve() argument
70 EC_POINT *point = NULL; in test_curve() local
[all...]
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md273 ### EXPECT_FLOAT_EQ {#EXPECT_FLOAT_EQ}
281 ### EXPECT_DOUBLE_EQ {#EXPECT_DOUBLE_EQ}
289 ### EXPECT_NEAR {#EXPECT_NEAR}
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_crld.c212 DIST_POINT *point = DIST_POINT_new(); in crldp_from_section() local
255 DIST_POINT *point; in v2i_crld() local
468 DIST_POINT *point; in i2r_crldp() local
/freebsd/sbin/ipfw/
H A Ddummynet.c848 struct point { struct
856 const struct point *p1 = vp1; in compare_points() argument
/freebsd/contrib/libedit/
H A Dfilecomplete.c665 int *completion_type, int *over, int *point, int *end, in fn_complete2()
835 int *completion_type, int *over, int *point, int *end) in fn_complete()
/freebsd/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp83 size_t Annotations::point(llvm::StringRef Name) const { in point() function in Annotations
/freebsd/crypto/libecc/include/libecc/sig/
H A Dec_key.h220 prj_pt point; member
/freebsd/sys/sys/
H A Dktr.h192 #define KTR_POINT0(m, egroup, ident, point) \ argument
194 #define KTR_POINT1(m, egroup, ident, point, a0, v0) \ argument
196 #define KTR_POINT2(m, egroup, ident, point, a0, v0, a1, v1) \ argument
198 #define KTR_POINT3(m, egroup, ident, point, a0, v0, a1, v1, a2, v2) \ argument
201 #define KTR_POINT4(m, egroup, ident, point, a0, v0, a1, v1, a2, v2, a3, v3)\ argument
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1825 ecc_point *point = (ecc_point *) p; in crypto_ec_point_deinit() local
1859 const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin()
1906 ecc_point *point = NULL; in crypto_ec_point_from_bin() local
2018 ecc_point *point = (ecc_point *) p; in crypto_ec_point_invert() local
2238 ecc_point *point = NULL; in crypto_ecdh_set_peerkey() local
2909 ecc_point *point = NULL; in crypto_ec_key_get_public_key() local
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_client.c267 unsigned char key[66], point[133]; in make_pms_ecdh() local
343 unsigned char point[133]; in make_pms_static_ecdh() local

12