Home
last modified time | relevance | path

Searched refs:mp_montgomery_normalization (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/ecc/
Dltc_ecc_mulmod_timing.c58 if ((err = mp_montgomery_normalization(mu, modulus)) != CRYPT_OK) { in ltc_ecc_mulmod()
Dltc_ecc_mulmod.c60 if ((err = mp_montgomery_normalization(mu, modulus)) != CRYPT_OK) { in ltc_ecc_mulmod()
Dltc_ecc_mul2add.c103 if ((err = mp_montgomery_normalization(mu, modulus)) != CRYPT_OK) { in ltc_ecc_mul2add()
/external/dropbear/libtomcrypt/src/math/fp/
Dltc_ecc_fp_mulmod.c1161 if ((err = mp_montgomery_normalization(mu, modulus)) != CRYPT_OK) { in ltc_ecc_fp_mul2add()
1181 if ((err = mp_montgomery_normalization(mu, modulus)) != CRYPT_OK) { in ltc_ecc_fp_mul2add()
1255 if ((err = mp_montgomery_normalization(mu, modulus)) != CRYPT_OK) { in ltc_ecc_fp_mulmod()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h489 #define mp_montgomery_normalization(a, b) ltc_mp.montgomery_normalization(a, b) macro