Home
last modified time | relevance | path

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

/tinycrypt-3.7.0/lib/include/tinycrypt/
Decc.h377 void apply_z(uECC_word_t * X1, uECC_word_t * Y1, const uECC_word_t * const Z,
/tinycrypt-3.7.0/lib/source/
Decc.c627 void apply_z(uECC_word_t * X1, uECC_word_t * Y1, const uECC_word_t * const Z, in apply_z() argument
632 uECC_vli_modSquare_fast(t1, Z, curve); /* z^2 */ in apply_z()
634 uECC_vli_modMult_fast(t1, t1, Z, curve); /* z^3 */ in apply_z()