Symbol: fe_sub
crypto/libressl/crypto/curve25519/curve25519.c
1013
fe_sub(u, u, h->Z); /* u = y^2-1 */
crypto/libressl/crypto/curve25519/curve25519.c
1028
fe_sub(check, vxx, u); /* vx^2-u */
crypto/libressl/crypto/curve25519/curve25519.c
1084
fe_sub(r->YminusX, p->Y, p->X);
crypto/libressl/crypto/curve25519/curve25519.c
1121
fe_sub(r->Z, r->Z, r->X);
crypto/libressl/crypto/curve25519/curve25519.c
1122
fe_sub(r->X, t0, r->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1123
fe_sub(r->T, r->T, r->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1138
fe_sub(r->Y, p->Y, p->X);
crypto/libressl/crypto/curve25519/curve25519.c
1143
fe_sub(r->X, r->Z, r->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1146
fe_sub(r->T, t0, r->T);
crypto/libressl/crypto/curve25519/curve25519.c
1155
fe_sub(r->Y, p->Y, p->X);
crypto/libressl/crypto/curve25519/curve25519.c
1160
fe_sub(r->X, r->Z, r->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1162
fe_sub(r->Z, t0, r->T);
crypto/libressl/crypto/curve25519/curve25519.c
1172
fe_sub(r->Y, p->Y, p->X);
crypto/libressl/crypto/curve25519/curve25519.c
1178
fe_sub(r->X, r->Z, r->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1181
fe_sub(r->T, t0, r->T);
crypto/libressl/crypto/curve25519/curve25519.c
1189
fe_sub(r->Y, p->Y, p->X);
crypto/libressl/crypto/curve25519/curve25519.c
1195
fe_sub(r->X, r->Z, r->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1197
fe_sub(r->Z, t0, r->T);
crypto/libressl/crypto/curve25519/curve25519.c
1232
fe_sub(out->yminusx, y, x);
crypto/libressl/crypto/curve25519/curve25519.c
4836
fe_sub(tmp0, x3, z3);
crypto/libressl/crypto/curve25519/curve25519.c
4837
fe_sub(tmp1, x2, z2);
crypto/libressl/crypto/curve25519/curve25519.c
4845
fe_sub(z2, z3, z2);
crypto/libressl/crypto/curve25519/curve25519.c
4847
fe_sub(tmp1, tmp1, tmp0);
crypto/libressl/crypto/curve25519/curve25519.c
4882
fe_sub(zminusy, A.Z, A.Y);
sys/crypto/curve25519/curve25519.c
880
fe_sub(&tmp0l, &x3, &z3);
sys/crypto/curve25519/curve25519.c
881
fe_sub(&tmp1l, &x2, &z2);
sys/crypto/curve25519/curve25519.c
889
fe_sub(&z2l, &z3, &z2);
sys/crypto/curve25519/curve25519.c
891
fe_sub(&tmp1l, &tmp1, &tmp0);