Searched refs:crypto_sign_ed25519_SECRETKEYBYTES (Results 1 – 4 of 4) sorted by relevance
35 return crypto_sign_ed25519_SECRETKEYBYTES; in crypto_sign_ed25519_secretkeybytes()
15 unsigned char ed25519_skpk[crypto_sign_ed25519_SECRETKEYBYTES]; in main()
40 #define crypto_sign_SECRETKEYBYTES crypto_sign_ed25519_SECRETKEYBYTES
34 #define crypto_sign_ed25519_SECRETKEYBYTES (32U + 32U) macro