Home
last modified time | relevance | path

Searched refs:uECC_vli_modAdd (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/ext/tinycrypt/lib/source/
Decc.c294 void uECC_vli_modAdd(uECC_word_t *result, const uECC_word_t *left, in uECC_vli_modAdd() function
473 uECC_vli_modAdd(X1, X1, Z1, curve->p, num_words); /* t1 = x1 + z1^2 */ in double_jacobian_default()
474 uECC_vli_modAdd(Z1, Z1, Z1, curve->p, num_words); /* t3 = 2*z1^2 */ in double_jacobian_default()
478 uECC_vli_modAdd(Z1, X1, X1, curve->p, num_words); /* t3 = 2*(x1^2 - z1^4) */ in double_jacobian_default()
479 uECC_vli_modAdd(X1, X1, Z1, curve->p, num_words); /* t1 = 3*(x1^2 - z1^4) */ in double_jacobian_default()
513 uECC_vli_modAdd(result, result, curve->b, curve->p, num_words); in x_side_default()
705 uECC_vli_modAdd(t5, Y2, Y1, curve->p, num_words); /* t5 = y2 + y1 */ in XYcZ_addC()
710 uECC_vli_modAdd(t6, X1, X2, curve->p, num_words); /* t6 = B + C */ in XYcZ_addC()
Decc_dsa.c151 uECC_vli_modAdd(s, tmp, s, curve->n, num_n_words); /* s = e + r*d */ in uECC_sign_with_k()
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Decc.h476 void uECC_vli_modAdd(uECC_word_t *result, const uECC_word_t *left,