Home
last modified time | relevance | path

Searched refs:ltc_ecc_new_point (Results 1 – 12 of 12) sorted by relevance

/external/dropbear/libtomcrypt/testprof/
Decc_test.c41 LTC_ARGCHK((G = ltc_ecc_new_point()) != NULL); in ecc_test_shamir()
42 LTC_ARGCHK((A = ltc_ecc_new_point()) != NULL); in ecc_test_shamir()
43 LTC_ARGCHK((B = ltc_ecc_new_point()) != NULL); in ecc_test_shamir()
44 LTC_ARGCHK((C1 = ltc_ecc_new_point()) != NULL); in ecc_test_shamir()
45 LTC_ARGCHK((C2 = ltc_ecc_new_point()) != NULL); in ecc_test_shamir()
/external/dropbear/libtomcrypt/src/pk/ecc/
Decc_test.c40 G = ltc_ecc_new_point(); in ecc_test()
41 GG = ltc_ecc_new_point(); in ecc_test()
Dltc_ecc_points.c30 ecc_point *ltc_ecc_new_point(void) in ltc_ecc_new_point() function
Dltc_ecc_mulmod_timing.c66 M[i] = ltc_ecc_new_point(); in ltc_ecc_mulmod()
78 tG = ltc_ecc_new_point(); in ltc_ecc_mulmod()
Decc_verify_hash.c75 mG = ltc_ecc_new_point(); in ecc_verify_hash()
76 mQ = ltc_ecc_new_point(); in ecc_verify_hash()
Dltc_ecc_mulmod.c68 M[i] = ltc_ecc_new_point(); in ltc_ecc_mulmod()
80 tG = ltc_ecc_new_point(); in ltc_ecc_mulmod()
Decc_shared_secret.c61 result = ltc_ecc_new_point(); in ecc_shared_secret()
Decc_make_key.c88 base = ltc_ecc_new_point(); in ecc_make_key_ex()
Dltc_ecc_mul2add.c86 precomp[x] = ltc_ecc_new_point(); in ltc_ecc_mul2add()
/external/dropbear/libtomcrypt/demos/
Dtv_gen.c670 G = ltc_ecc_new_point(); in ecc_gen()
671 R = ltc_ecc_new_point(); in ecc_gen()
/external/dropbear/libtomcrypt/src/math/fp/
Dltc_ecc_fp_mulmod.c635 fp_cache[idx].g = ltc_ecc_new_point(); in add_entry()
650 fp_cache[idx].LUT[x] = ltc_ecc_new_point(); in add_entry()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h249 ecc_point *ltc_ecc_new_point(void);