Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.c3188 uint32_t *e3, *d2, *d3, *d4, *T2, *T4; // 6 residues needed in invert_mod_p521() local
3196d4 = &CASPER_MEM[(20U * (uint32_t)kCASPER_ECC_P521_wordlen + 80U) + 3U * ((uint32_t)kCASPER_ECC_P5… in invert_mod_p521()
3223 multiply_casper(d4, e3, d2); in invert_mod_p521()
3226 square_casper(d3, d4); in invert_mod_p521()
3233 multiply_casper(d2, e3, d4); in invert_mod_p521()
3243 multiply_casper(d4, e3, d2); in invert_mod_p521()
3246 square_casper(d3, d4); in invert_mod_p521()
3253 multiply_casper(d2, e3, d4); in invert_mod_p521()
3263 multiply_casper(d4, e3, d2); in invert_mod_p521()
3266 square_casper(d3, d4); in invert_mod_p521()
[all …]