Searched refs:ecc_mul2add (Results 1 – 4 of 4) sorted by relevance
/external/dropbear/libtomcrypt/src/pk/ecc/ |
D | ecc_verify_hash.c | 124 if (ltc_mp.ecc_mul2add == NULL) { in ecc_verify_hash() 138 …if ((err = ltc_mp.ecc_mul2add(mG, u1, mQ, u2, mG, m)) != CRYPT_OK) … in ecc_verify_hash()
|
/external/dropbear/libtomcrypt/testprof/ |
D | ecc_test.c | 88 DO(ltc_mp.ecc_mul2add(A, kA, B, kB, C2, modulus)); in ecc_test_shamir()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 387 int (*ecc_mul2add)(ecc_point *A, void *kA, member
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 6352 int (*ecc_mul2add)(ecc_point *A, void *kA,
|