Home
last modified time | relevance | path

Searched refs:ecc_point (Results 1 – 18 of 18) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h189 } ecc_point; typedef
203 ecc_point pubkey;
249 ecc_point *ltc_ecc_new_point(void);
250 void ltc_ecc_del_point(ecc_point *p);
256 int ltc_ecc_projective_dbl_point(ecc_point *P, ecc_point *R, void *modulus, void *mp);
259 int ltc_ecc_projective_add_point(ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, void *mp);
263 int ltc_ecc_fp_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map);
270 int ltc_ecc_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map);
274 int ltc_ecc_mul2add(ecc_point *A, void *kA,
275 ecc_point *B, void *kB,
[all …]
Dtomcrypt_math.h11 typedef void ecc_point; typedef
347 int (*ecc_ptmul)(void *k, ecc_point *G, ecc_point *R, void *modulus, int map);
357 int (*ecc_ptadd)(ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, void *mp);
366 int (*ecc_ptdbl)(ecc_point *P, ecc_point *R, void *modulus, void *mp);
376 int (*ecc_map)(ecc_point *P, void *modulus, void *mp);
387 int (*ecc_mul2add)(ecc_point *A, void *kA,
388 ecc_point *B, void *kB,
389 ecc_point *C,
/external/dropbear/libtomcrypt/src/pk/ecc/
Dltc_ecc_points.c30 ecc_point *ltc_ecc_new_point(void) in ltc_ecc_new_point()
32 ecc_point *p; in ltc_ecc_new_point()
47 void ltc_ecc_del_point(ecc_point *p) in ltc_ecc_del_point()
Dltc_ecc_mul2add.c37 int ltc_ecc_mul2add(ecc_point *A, void *kA, in ltc_ecc_mul2add()
38 ecc_point *B, void *kB, in ltc_ecc_mul2add()
39 ecc_point *C, in ltc_ecc_mul2add()
42 ecc_point *precomp[16]; in ltc_ecc_mul2add()
Dltc_ecc_mulmod_timing.c37 int ltc_ecc_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map) in ltc_ecc_mulmod()
39 ecc_point *tG, *M[3]; in ltc_ecc_mulmod()
Dltc_ecc_mulmod.c39 int ltc_ecc_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map) in ltc_ecc_mulmod()
41 ecc_point *tG, *M[8]; in ltc_ecc_mulmod()
Dltc_ecc_projective_add_point.c35 int ltc_ecc_projective_add_point(ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, void *mp) in ltc_ecc_projective_add_point()
Dltc_ecc_projective_dbl_point.c34 int ltc_ecc_projective_dbl_point(ecc_point *P, ecc_point *R, void *modulus, void *mp) in ltc_ecc_projective_dbl_point()
Decc_shared_secret.c38 ecc_point *result; in ecc_shared_secret()
Dltc_ecc_map.c33 int ltc_ecc_map(ecc_point *P, void *modulus, void *mp) in ltc_ecc_map()
Decc_test.c33 ecc_point *G, *GG; in ecc_test()
Decc_make_key.c53 ecc_point *base; in ecc_make_key_ex()
Decc_verify_hash.c50 ecc_point *mG, *mQ; in ecc_verify_hash()
/external/dropbear/libtomcrypt/src/math/fp/
Dltc_ecc_fp_mulmod.c37 ecc_point *g, /* cached COPY of base point */
612 static int find_base(ecc_point *g) in find_base()
630 static int add_entry(int idx, ecc_point *g) in add_entry()
779 static int accel_fp_mul(int idx, void *k, ecc_point *R, void *modulus, void *mp, int map) in accel_fp_mul()
904 ecc_point *R, void *modulus, void *mp) in accel_fp_mul2add()
1110 int ltc_ecc_fp_mul2add(ecc_point *A, void *kA, in ltc_ecc_fp_mul2add()
1111 ecc_point *B, void *kB, in ltc_ecc_fp_mul2add()
1112 ecc_point *C, void *modulus) in ltc_ecc_fp_mul2add()
1222 int ltc_ecc_fp_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map) in ltc_ecc_fp_mulmod()
/external/dropbear/libtomcrypt/src/math/
Dtfm_desc.c408 static int tfm_ecc_projective_dbl_point(ecc_point *P, ecc_point *R, void *modulus, void *Mp) in tfm_ecc_projective_dbl_point()
525 static int tfm_ecc_projective_add_point(ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, vo… in tfm_ecc_projective_add_point()
/external/dropbear/libtomcrypt/testprof/
Decc_test.c36 ecc_point *G, *A, *B, *C1, *C2; in ecc_test_shamir()
/external/dropbear/libtomcrypt/demos/
Dtv_gen.c665 ecc_point *G, *R; in ecc_gen()
/external/dropbear/libtomcrypt/
Dcrypt.tex6300 ecc_point *G,
6301 ecc_point *R,
6313 int (*ecc_ptadd)(ecc_point *P,
6314 ecc_point *Q,
6315 ecc_point *R,
6326 int (*ecc_ptdbl)(ecc_point *P,
6327 ecc_point *R,
6338 ecc_point only has three integers (x,y,z) so if
6341 int (*ecc_map)(ecc_point *P, void *modulus, void *mp);
6352 int (*ecc_mul2add)(ecc_point *A, void *kA,
[all …]