Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Dinternal.h97 void x25519_ge_sub(ge_p1p1 *r, const ge_p3 *p, const ge_cached *q);
Dspake25519.c427 x25519_ge_sub(&Q_compl, &Qstar, &peers_mask_cached); in SPAKE2_process_msg()
Dcurve25519.c1166 void x25519_ge_sub(ge_p1p1 *r, const ge_p3 *p, const ge_cached *q) { in x25519_ge_sub() function
3767 x25519_ge_sub(&t, &u, &Ai[(-aslide[i]) / 2]); in ge_double_scalarmult_vartime()