Searched refs:yplusx (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/ohos_lite/crypto/ec/ |
D | curve25519.c | 1809 fe yplusx; member 1918 fe_1(h->yplusx); in ge_precomp_0() 1993 fe_mul(r->Z, r->X, q->yplusx); in ge_madd() 2011 fe_mul(r->Y, r->Y, q->yplusx); in ge_msub() 2069 fe_cmov(t->yplusx, u->yplusx, b); in cmov() 4213 fe_copy(minust.yplusx, t->yminusx); in table_select() 4214 fe_copy(minust.yminusx, t->yplusx); in table_select()
|
/third_party/openssl/crypto/ec/ |
D | curve25519.c | 1819 fe yplusx; member 1928 fe_1(h->yplusx); in ge_precomp_0() 2003 fe_mul(r->Z, r->X, q->yplusx); in ge_madd() 2021 fe_mul(r->Y, r->Y, q->yplusx); in ge_msub() 2079 fe_cmov(t->yplusx, u->yplusx, b); in cmov() 4223 fe_copy(minust.yplusx, t->yminusx); in table_select() 4224 fe_copy(minust.yminusx, t->yplusx); in table_select()
|