Searched refs:sc25519_from32bytes (Results 1 – 3 of 3) sorted by relevance
42 sc25519_from32bytes(&scsk,extsk); in crypto_sign_ed25519_keypair()91 sc25519_from32bytes(&scsk, extsk); in crypto_sign_ed25519()125 sc25519_from32bytes(&scs, sm+32); in crypto_sign_ed25519_open()
16 #define sc25519_from32bytes crypto_sign_ed25519_ref_sc25519_from32bytes macro44 void sc25519_from32bytes(sc25519 *r, const unsigned char x[32]);
102 void sc25519_from32bytes(sc25519 *r, const unsigned char x[32]) in sc25519_from32bytes() function