Searched refs:crypto_sign_ed25519_PUBLICKEYBYTES (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dcrypto_api.h31 #define crypto_sign_ed25519_PUBLICKEYBYTES 32U macro
H A Dsshkey.h128 #define ED25519_PK_SZ crypto_sign_ed25519_PUBLICKEYBYTES
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Ded25519_convert.c14 unsigned char ed25519_pk[crypto_sign_ed25519_PUBLICKEYBYTES];
57 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES,
62 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES,
67 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES,
H A Dsign.c[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c29 return crypto_sign_ed25519_PUBLICKEYBYTES;
56 crypto_sign_ed25519_PUBLICKEYBYTES);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_sign.h36 #define crypto_sign_PUBLICKEYBYTES crypto_sign_ed25519_PUBLICKEYBYTES
H A Dcrypto_sign_ed25519.h30 #define crypto_sign_ed25519_PUBLICKEYBYTES 32U macro
/freebsd-13-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.h61 uint8_t provider_publickey[crypto_sign_ed25519_PUBLICKEYBYTES];

Completed in 202 milliseconds