Searched refs:XYcZ_add (Results 1 – 3 of 3) sorted by relevance
/tinycrypt-latest/lib/source/ |
D | ecc_dsa.c | 249 XYcZ_add(tx, ty, sum, sum + num_words, curve); in uECC_verify() 279 XYcZ_add(tx, ty, rx, ry, curve); in uECC_verify()
|
D | ecc.c | 661 void XYcZ_add(uECC_word_t * X1, uECC_word_t * Y1, in XYcZ_add() function 750 XYcZ_add(Rx[nb], Ry[nb], Rx[1 - nb], Ry[1 - nb], curve); in EccPoint_mult() 767 XYcZ_add(Rx[nb], Ry[nb], Rx[1 - nb], Ry[1 - nb], curve); in EccPoint_mult()
|
/tinycrypt-latest/lib/include/tinycrypt/ |
D | ecc.h | 367 void XYcZ_add(uECC_word_t * X1, uECC_word_t * Y1, uECC_word_t * X2,
|