Searched refs:crypto_sign_ed25519_SECRETKEYBYTES (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dcrypto_api.h30 #define crypto_sign_ed25519_SECRETKEYBYTES 64U macro
H A Dsshkey.h127 #define ED25519_SK_SZ crypto_sign_ed25519_SECRETKEYBYTES
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c35 return crypto_sign_ed25519_SECRETKEYBYTES;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_sign.h40 #define crypto_sign_SECRETKEYBYTES crypto_sign_ed25519_SECRETKEYBYTES
H A Dcrypto_sign_ed25519.h34 #define crypto_sign_ed25519_SECRETKEYBYTES (32U + 32U) macro
/freebsd-13-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.h62 uint8_t provider_secretkey[crypto_sign_ed25519_SECRETKEYBYTES];
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Ded25519_convert.c15 unsigned char ed25519_skpk[crypto_sign_ed25519_SECRETKEYBYTES];

Completed in 67 milliseconds