Home
last modified time | relevance | path

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

/crypto/
Decc.c1212 u64 py[ECC_MAX_DIGITS]; in ecc_point_add() local
1219 vli_set(py, p->y, ndigits); in ecc_point_add()
1220 xycz_add(px, py, result->x, result->y, curve->p, ndigits); in ecc_point_add()