Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dopen.c51 ge25519_tobytes(rcheck, &R); in _crypto_sign_ed25519_verify_detached()
H A Dobsolete.c105 ge25519_tobytes(t1, &cs); in crypto_sign_edwards25519sha512batch_open()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10.h76 void ge25519_tobytes(unsigned char *s, const ge25519_p2 *h);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c633 ge25519_tobytes(unsigned char *s, const ge25519_p2 *h) in ge25519_tobytes() function