Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Dcurve25519.c2072 static void cmov(ge_precomp *t, const ge_precomp *u, uint8_t b) in cmov() function
4210 cmov(t, &k25519Precomp[pos][0], equal(babs, 1)); in table_select()
4211 cmov(t, &k25519Precomp[pos][1], equal(babs, 2)); in table_select()
4212 cmov(t, &k25519Precomp[pos][2], equal(babs, 3)); in table_select()
4213 cmov(t, &k25519Precomp[pos][3], equal(babs, 4)); in table_select()
4214 cmov(t, &k25519Precomp[pos][4], equal(babs, 5)); in table_select()
4215 cmov(t, &k25519Precomp[pos][5], equal(babs, 6)); in table_select()
4216 cmov(t, &k25519Precomp[pos][6], equal(babs, 7)); in table_select()
4217 cmov(t, &k25519Precomp[pos][7], equal(babs, 8)); in table_select()
4221 cmov(t, &minust, bnegative); in table_select()

Completed in 16 milliseconds