Searched refs:Ry (Results 1 – 1 of 1) sorted by relevance
/tinycrypt-latest/lib/source/ |
D | ecc.c | 736 uECC_word_t Ry[2][NUM_ECC_WORDS]; in EccPoint_mult() local 743 uECC_vli_set(Ry[1], point + num_words, num_words); in EccPoint_mult() 745 XYcZ_initial_double(Rx[1], Ry[1], Rx[0], Ry[0], initial_Z, curve); in EccPoint_mult() 749 XYcZ_addC(Rx[1 - nb], Ry[1 - nb], Rx[nb], Ry[nb], curve); in EccPoint_mult() 750 XYcZ_add(Rx[nb], Ry[nb], Rx[1 - nb], Ry[1 - nb], curve); in EccPoint_mult() 754 XYcZ_addC(Rx[1 - nb], Ry[1 - nb], Rx[nb], Ry[nb], curve); in EccPoint_mult() 758 uECC_vli_modMult_fast(z, z, Ry[1 - nb], curve); /* Yb * (X1 - X0) */ in EccPoint_mult() 767 XYcZ_add(Rx[nb], Ry[nb], Rx[1 - nb], Ry[1 - nb], curve); in EccPoint_mult() 768 apply_z(Rx[0], Ry[0], z, curve); in EccPoint_mult() 771 uECC_vli_set(result + num_words, Ry[0], num_words); in EccPoint_mult()
|