HomeSort by relevance Sort by last modified time
    Searched refs:sc25519_from32bytes (Results 1 - 3 of 3) sorted by null

  /external/openssh/
sc25519.h 16 #define sc25519_from32bytes crypto_sign_ed25519_ref_sc25519_from32bytes macro
44 void sc25519_from32bytes(sc25519 *r, const unsigned char x[32]);
ed25519.c 42 sc25519_from32bytes(&scsk,extsk);
91 sc25519_from32bytes(&scsk, extsk);
125 sc25519_from32bytes(&scs, sm+32);
sc25519.c 102 void sc25519_from32bytes(sc25519 *r, const unsigned char x[32]) function

Completed in 720 milliseconds