Searched refs:uECC_vli_modSquare_fast (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ecc.c | 382 static void uECC_vli_modSquare_fast(uECC_word_t *result, in uECC_vli_modSquare_fast() function 467 uECC_vli_modSquare_fast(t4, Y1, curve); /* t4 = y1^2 */ in double_jacobian_default() 469 uECC_vli_modSquare_fast(t4, t4, curve); /* t4 = y1^4 */ in double_jacobian_default() 471 uECC_vli_modSquare_fast(Z1, Z1, curve); /* t3 = z1^2 */ in double_jacobian_default() 489 uECC_vli_modSquare_fast(Z1, X1, curve); /* t3 = B^2 */ in double_jacobian_default() 509 uECC_vli_modSquare_fast(result, x, curve); /* r = x^2 */ in x_side_default() 632 uECC_vli_modSquare_fast(t1, Z, curve); /* z^2 */ in apply_z() 670 uECC_vli_modSquare_fast(t5, t5, curve); /* t5 = (x2 - x1)^2 = A */ in XYcZ_add() 674 uECC_vli_modSquare_fast(t5, Y2, curve); /* t5 = (y2 - y1)^2 = D */ in XYcZ_add() 702 uECC_vli_modSquare_fast(t5, t5, curve); /* t5 = (x2 - x1)^2 = A */ in XYcZ_addC() [all …]
|