Searched refs:t4 (Results 1 – 1 of 1) sorted by relevance
/tinycrypt-latest/lib/source/ |
D | ecc.c | 459 uECC_word_t t4[NUM_ECC_WORDS]; in double_jacobian_default() local 467 uECC_vli_modSquare_fast(t4, Y1, curve); /* t4 = y1^2 */ in double_jacobian_default() 468 uECC_vli_modMult_fast(t5, X1, t4, curve); /* t5 = x1*y1^2 = A */ in double_jacobian_default() 469 uECC_vli_modSquare_fast(t4, t4, curve); /* t4 = y1^4 */ in double_jacobian_default() 495 uECC_vli_modSub(t4, X1, t4, curve->p, num_words); in double_jacobian_default() 499 uECC_vli_set(Y1, t4, num_words); in double_jacobian_default()
|