Searched refs:t6 (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 2984 …t6 = &CASPER_MEM[(20U * (uint32_t)kCASPER_ECC_P384_wordlen + 80U) + 9U * ((uint32_t)kCASPER_ECC_P3… in invert_mod_p384() 3035 square_casper(t6, tmp); in invert_mod_p384() 3036 square_casper(tmp, t6); in invert_mod_p384() 3038 square_casper(t6, tmp); in invert_mod_p384() 3039 multiply_casper(t5, t6, t4); in invert_mod_p384() 3045 square_casper(t6, tmp); in invert_mod_p384() 3046 square_casper(tmp, t6); in invert_mod_p384() 3048 square_casper(t6, tmp); in invert_mod_p384() 3049 multiply_casper(t5, t6, t4); in invert_mod_p384() [all …]
|