Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ded25519.c465 #define sc25519_to32bytes crypto_sign_ed25519_ref_sc25519_to32bytes macro
489 static void sc25519_to32bytes(unsigned char r[32], const sc25519 *x);
622 static void sc25519_to32bytes(unsigned char r[32], const sc25519 *x) in sc25519_to32bytes() function
1981 sc25519_to32bytes(sm + 32,&scs); in crypto_sign_ed25519()