Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Dcurve25519.c3472 ge_precomp minust; in table_select() local
3485 fe_copy(minust.yplusx, t->yminusx); in table_select()
3486 fe_copy(minust.yminusx, t->yplusx); in table_select()
3487 fe_neg(minust.xy2d, t->xy2d); in table_select()
3488 cmov(t, &minust, bnegative); in table_select()