Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10.h120 void sc25519_muladd(unsigned char *s, const unsigned char *a,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dobsolete.c58 sc25519_muladd(sig + 32, hram, nonce, sk); in crypto_sign_edwards25519sha512batch()
H A Dsign.c101 sc25519_muladd(sig + 32, hram, az, nonce); in _crypto_sign_ed25519_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1070 sc25519_muladd(unsigned char *s, const unsigned char *a, in sc25519_muladd() function