Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Dcurve25519.c1034 static void ge_p3_tobytes(uint8_t *s, const ge_p3 *h) { in ge_p3_tobytes() function
4613 ge_p3_tobytes(out_public_key, &A); in ED25519_keypair()
4638 ge_p3_tobytes(out_sig, &R); in ED25519_sign()