Home
last modified time | relevance | path

Searched refs:Y1 (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Decc.c455 void double_jacobian_default(uECC_word_t * X1, uECC_word_t * Y1, in double_jacobian_default() argument
467 uECC_vli_modSquare_fast(t4, Y1, curve); /* t4 = y1^2 */ in double_jacobian_default()
470 uECC_vli_modMult_fast(Y1, Y1, Z1, curve); /* t2 = y1*z1 = z3 */ in double_jacobian_default()
498 uECC_vli_set(Z1, Y1, num_words); in double_jacobian_default()
499 uECC_vli_set(Y1, t4, num_words); in double_jacobian_default()
627 void apply_z(uECC_word_t * X1, uECC_word_t * Y1, const uECC_word_t * const Z, in apply_z() argument
635 uECC_vli_modMult_fast(Y1, Y1, t1, curve); /* y1 * z^3 */ in apply_z()
639 static void XYcZ_initial_double(uECC_word_t * X1, uECC_word_t * Y1, in XYcZ_initial_double() argument
654 uECC_vli_set(Y2, Y1, num_words); in XYcZ_initial_double()
656 apply_z(X1, Y1, z, curve); in XYcZ_initial_double()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc.c455 void double_jacobian_default(uECC_word_t *X1, uECC_word_t *Y1, in double_jacobian_default() argument
467 uECC_vli_modSquare_fast(t4, Y1, curve); /* t4 = y1^2 */ in double_jacobian_default()
470 uECC_vli_modMult_fast(Y1, Y1, Z1, curve); /* t2 = y1*z1 = z3 */ in double_jacobian_default()
498 uECC_vli_set(Z1, Y1, num_words); in double_jacobian_default()
499 uECC_vli_set(Y1, t4, num_words); in double_jacobian_default()
626 void apply_z(uECC_word_t *X1, uECC_word_t *Y1, const uECC_word_t *const Z, in apply_z() argument
634 uECC_vli_modMult_fast(Y1, Y1, t1, curve); /* y1 * z^3 */ in apply_z()
638 static void XYcZ_initial_double(uECC_word_t *X1, uECC_word_t *Y1, in XYcZ_initial_double() argument
653 uECC_vli_set(Y2, Y1, num_words); in XYcZ_initial_double()
655 apply_z(X1, Y1, z, curve); in XYcZ_initial_double()
[all …]
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Decc.h120 void (*double_jacobian)(uECC_word_t * X1, uECC_word_t * Y1, uECC_word_t * Z1,
133 void double_jacobian_default(uECC_word_t * X1, uECC_word_t * Y1,
367 void XYcZ_add(uECC_word_t * X1, uECC_word_t * Y1, uECC_word_t * X2,
377 void apply_z(uECC_word_t * X1, uECC_word_t * Y1, const uECC_word_t * const Z,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Decc.h120 void (*double_jacobian)(uECC_word_t *X1, uECC_word_t *Y1, uECC_word_t *Z1,
133 void double_jacobian_default(uECC_word_t *X1, uECC_word_t *Y1,
367 void XYcZ_add(uECC_word_t *X1, uECC_word_t *Y1, uECC_word_t *X2,
377 void apply_z(uECC_word_t *X1, uECC_word_t *Y1, const uECC_word_t *const Z,