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

/openbsd-current/usr.bin/signify/
H A Dcrypto_api.h29 #define crypto_sign_ed25519_SECRETKEYBYTES 64U macro
H A Dsignify.c40 #define SECRETBYTES crypto_sign_ed25519_SECRETKEYBYTES
/openbsd-current/usr.bin/ssh/
H A Dcrypto_api.h31 #define crypto_sign_ed25519_SECRETKEYBYTES 64U macro
H A Dsshkey.h152 #define ED25519_SK_SZ crypto_sign_ed25519_SECRETKEYBYTES
/openbsd-current/usr.sbin/unbound/dnscrypt/
H A Ddnscrypt.h62 uint8_t provider_secretkey[crypto_sign_ed25519_SECRETKEYBYTES];
/openbsd-current/sbin/unwind/libunbound/dnscrypt/
H A Ddnscrypt.h62 uint8_t provider_secretkey[crypto_sign_ed25519_SECRETKEYBYTES];
/openbsd-current/regress/usr.bin/ssh/misc/sk-dummy/
H A Dsk-dummy.c164 u_char sk[crypto_sign_ed25519_SECRETKEYBYTES];
395 if (key_handle_len != crypto_sign_ed25519_SECRETKEYBYTES) {

Completed in 129 milliseconds