Searched refs:ecc_mul2add (Results 1 - 4 of 4) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/ecc/
H A Decc_verify_hash.c124 if (ltc_mp.ecc_mul2add == NULL) {
138 if ((err = ltc_mp.ecc_mul2add(mG, u1, mQ, u2, mG, m)) != CRYPT_OK) { goto error; }
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h387 int (*ecc_mul2add)(ecc_point *A, void *kA, member in struct:__anon16800
/external/dropbear/libtomcrypt/testprof/
H A Decc_test.c88 DO(ltc_mp.ecc_mul2add(A, kA, B, kB, C2, modulus));
/external/dropbear/libtomcrypt/
H A Dcrypt.tex6352 int (*ecc_mul2add)(ecc_point *A, void *kA,

Completed in 101 milliseconds