Searched refs:minust (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/ohos_lite/crypto/ec/ |
D | curve25519.c | 4200 ge_precomp minust; in table_select() local 4213 fe_copy(minust.yplusx, t->yminusx); in table_select() 4214 fe_copy(minust.yminusx, t->yplusx); in table_select() 4215 fe_neg(minust.xy2d, t->xy2d); in table_select() 4216 cmov(t, &minust, bnegative); in table_select()
|
/third_party/openssl/crypto/ec/ |
D | curve25519.c | 4210 ge_precomp minust; in table_select() local 4223 fe_copy(minust.yplusx, t->yminusx); in table_select() 4224 fe_copy(minust.yminusx, t->yplusx); in table_select() 4225 fe_neg(minust.xy2d, t->xy2d); in table_select() 4226 cmov(t, &minust, bnegative); in table_select()
|