Home
last modified time | relevance | path

Searched refs:Ry (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Decc.c736 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()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc.c735 uECC_word_t Ry[2][NUM_ECC_WORDS]; in EccPoint_mult() local
742 uECC_vli_set(Ry[1], point + num_words, num_words); in EccPoint_mult()
744 XYcZ_initial_double(Rx[1], Ry[1], Rx[0], Ry[0], initial_Z, curve); in EccPoint_mult()
748 XYcZ_addC(Rx[1 - nb], Ry[1 - nb], Rx[nb], Ry[nb], curve); in EccPoint_mult()
749 XYcZ_add(Rx[nb], Ry[nb], Rx[1 - nb], Ry[1 - nb], curve); in EccPoint_mult()
753 XYcZ_addC(Rx[1 - nb], Ry[1 - nb], Rx[nb], Ry[nb], curve); in EccPoint_mult()
757 uECC_vli_modMult_fast(z, z, Ry[1 - nb], curve); /* Yb * (X1 - X0) */ in EccPoint_mult()
766 XYcZ_add(Rx[nb], Ry[nb], Rx[1 - nb], Ry[1 - nb], curve); in EccPoint_mult()
767 apply_z(Rx[0], Ry[0], z, curve); in EccPoint_mult()
770 uECC_vli_set(result + num_words, Ry[0], num_words); in EccPoint_mult()