Searched refs:t5 (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/casper/ |
| D | fsl_casper.c | 2969 uint32_t *e, *d, *tmp, *t0, *t1, *t2, *t3, *t4, *t5, *t6; // 10 residues needed in invert_mod_p384() local 2983 …t5 = &CASPER_MEM[(20U * (uint32_t)kCASPER_ECC_P384_wordlen + 80U) + 8U * ((uint32_t)kCASPER_ECC_P3… in invert_mod_p384() 3025 square_casper(t5, tmp); in invert_mod_p384() 3026 square_casper(tmp, t5); in invert_mod_p384() 3028 square_casper(t5, tmp); in invert_mod_p384() 3029 multiply_casper(t4, t5, t3); in invert_mod_p384() 3039 multiply_casper(t5, t6, t4); in invert_mod_p384() 3042 square_casper(tmp, t5); in invert_mod_p384() 3049 multiply_casper(t5, t6, t4); in invert_mod_p384() 3052 square_casper(tmp, t5); in invert_mod_p384() [all …]
|