Home
last modified time | relevance | path

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

/external/openssh/
Ded25519.c80 sc25519_from64bytes(&sck, hmg); in crypto_sign_ed25519()
90 sc25519_from64bytes(&scs, hram); in crypto_sign_ed25519()
123 sc25519_from64bytes(&schram, hram); in crypto_sign_ed25519_open()
Dsc25519.h18 #define sc25519_from64bytes crypto_sign_ed25519_ref_sc25519_from64bytes macro
48 void sc25519_from64bytes(sc25519 *r, const unsigned char x[64]);
Dsc25519.c117 void sc25519_from64bytes(sc25519 *r, const unsigned char x[64]) in sc25519_from64bytes() function