Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dcore_ed25519.c49 if (crypto_core_ed25519_from_uniform(p, h) != 0) { in main()
60 crypto_core_ed25519_from_uniform(p2, h); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_core_ed25519.h31 int crypto_core_ed25519_from_uniform(unsigned char *p, const unsigned char *r);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/
H A Dcore_ed25519.c62 crypto_core_ed25519_from_uniform(unsigned char *p, const unsigned char *r) in crypto_core_ed25519_from_uniform() function
/freebsd/sys/contrib/libsodium/
H A DChangeLog9 `crypto_core_ed25519_sub()` and `crypto_core_ed25519_from_uniform()`