Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ded25519.c463 #define sc25519_from32bytes crypto_sign_ed25519_ref_sc25519_from32bytes macro
483 static void sc25519_from32bytes(sc25519 *r, const unsigned char x[32]);
603 static void sc25519_from32bytes(sc25519 *r, const unsigned char x[32]) in sc25519_from32bytes() function
1925 sc25519_from32bytes(&scsk,az); in crypto_sign_ed25519_keypair()
1976 sc25519_from32bytes(&scsk, az); in crypto_sign_ed25519()
2008 sc25519_from32bytes(&scs, sm+32); in crypto_sign_ed25519_open()