Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/
H A Dcore_ed25519.c64 ge25519_from_uniform(p, r); in crypto_core_ed25519_from_uniform()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10.h111 void ge25519_from_uniform(unsigned char s[32], const unsigned char r[32]);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1959 ge25519_from_uniform(unsigned char s[32], const unsigned char r[32]) in ge25519_from_uniform() function