Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Dspake25519.c377 x25519_ge_tobytes(ctx->my_msg, &Pstar_proj); in SPAKE2_generate_msg()
434 x25519_ge_tobytes(dh_shared_encoded, &dh_shared); in SPAKE2_process_msg()
Dinternal.h91 void x25519_ge_tobytes(uint8_t *s, const ge_p2 *h);
Dcurve25519.c955 void x25519_ge_tobytes(uint8_t *s, const ge_p2 *h) { in x25519_ge_tobytes() function
4686 x25519_ge_tobytes(rcheck, &R); in ED25519_verify()