Searched refs:t7 (Results 1 – 1 of 1) sorted by relevance
/tinycrypt-latest/lib/source/ |
D | ecc.c | 698 uECC_word_t t7[NUM_ECC_WORDS]; in XYcZ_addC() local 714 uECC_vli_modSub(t7, X1, X2, curve->p, num_words); /* t7 = B - x3 */ in XYcZ_addC() 715 uECC_vli_modMult_fast(Y2, Y2, t7, curve); /* t4 = (y2 - y1)*(B - x3) */ in XYcZ_addC() 719 uECC_vli_modSquare_fast(t7, t5, curve); /* t7 = (y2 + y1)^2 = F */ in XYcZ_addC() 720 uECC_vli_modSub(t7, t7, t6, curve->p, num_words); /* t7 = F - (B + C) = x3' */ in XYcZ_addC() 721 uECC_vli_modSub(t6, t7, X1, curve->p, num_words); /* t6 = x3' - B */ in XYcZ_addC() 726 uECC_vli_set(X1, t7, num_words); in XYcZ_addC()
|