Home
last modified time | relevance | path

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

/crypto/
Decc.c1269 u64 tz[ECC_MAX_DIGITS]; in ecc_point_mult_shamir() local
1274 vli_mod_sub(tz, rx, tx, curve->p, ndigits); in ecc_point_mult_shamir()
1276 vli_mod_mult_fast(z, z, tz, curve->p, ndigits); in ecc_point_mult_shamir()