Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ded25519.c464 #define sc25519_from64bytes crypto_sign_ed25519_ref_sc25519_from64bytes macro
486 static void sc25519_from64bytes(sc25519 *r, const unsigned char x[64]);
613 static void sc25519_from64bytes(sc25519 *r, const unsigned char x[64]) in sc25519_from64bytes() function
1964 sc25519_from64bytes(&sck, nonce); in crypto_sign_ed25519()
1975 sc25519_from64bytes(&scs, hram); in crypto_sign_ed25519()
2014 sc25519_from64bytes(&schram, hram); in crypto_sign_ed25519_open()