Home
last modified time | relevance | path

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

12

/freebsd-src/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()
105 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point()
133 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.c745 void EC_POINT_free(EC_POINT *point) in EC_POINT_free()
755 void EC_POINT_clear_free(EC_POINT *point) in EC_POINT_clear_free()
805 const EC_METHOD *EC_POINT_method_of(const EC_POINT *point) in EC_POINT_method_of()
811 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity()
826 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_Jprojective_coordinates_GFp()
843 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_Jprojective_coordinates_GFp()
860 int EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates()
884 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GFp()
892 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GF2m()
901 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.c385 EC_POINT *point = NULL; 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-src/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_anon_struct.c5 struct point { struct
12 struct point top_left; argument
/freebsd-src/crypto/openssl/test/
H A Decstresstest.c42 static BIGNUM *walk_curve(const EC_GROUP *group, EC_POINT *point, in walk_curve()
70 EC_POINT *point = NULL; in test_curve() local
/freebsd-src/contrib/googletest/docs/reference/
H A Dassertions.md273 EXPECT_FLOAT_EQ {#EXPECT_FLOAT_EQ}Assertions Reference""Floating-Point Comparison {#floating-point} global() argument
281 EXPECT_DOUBLE_EQ {#EXPECT_DOUBLE_EQ}Assertions Reference""Floating-Point Comparison {#floating-point} global() argument
289 EXPECT_NEAR {#EXPECT_NEAR}Assertions Reference""Floating-Point Comparison {#floating-point} global() argument
/freebsd-src/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-src/sbin/ipfw/
H A Ddummynet.c848 struct point { struct
856 const struct point *p1 = vp1; in compare_points() argument
/freebsd-src/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-src/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-src/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-src/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1454 ecc_point *point = (ecc_point *) p; crypto_ec_point_deinit() local
1476 crypto_ec_point_to_bin(struct crypto_ec * e,const struct crypto_ec_point * point,u8 * x,u8 * y) crypto_ec_point_to_bin() argument
1509 ecc_point *point = NULL; crypto_ec_point_from_bin() local
1621 ecc_point *point = (ecc_point *) p; crypto_ec_point_invert() local
1780 ecc_point *point = NULL; crypto_ecdh_set_peerkey() local
[all...]
/freebsd-src/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
/freebsd-src/sys/arm64/nvidia/tegra210/
H A Dtegra210_cpufreq.c276 struct cpu_speed_point *point; in set_cpu_freq() local

12