Home
last modified time | relevance | path

Searched refs:crypto_sign_ed25519_PUBLICKEYBYTES (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Ded25519_convert.c14 unsigned char ed25519_pk[crypto_sign_ed25519_PUBLICKEYBYTES]; in main()
57 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
62 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
67 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
H A Dsign.c1071 unsigned char extracted_pk[crypto_sign_ed25519_PUBLICKEYBYTES]; in main()
1302 if (memcmp(extracted_pk, pk, crypto_sign_ed25519_PUBLICKEYBYTES) != 0) { in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c29 return crypto_sign_ed25519_PUBLICKEYBYTES; in crypto_sign_ed25519_publickeybytes()
56 crypto_sign_ed25519_PUBLICKEYBYTES); in crypto_sign_ed25519_sk_to_pk()
/freebsd/crypto/openssh/
H A Dcrypto_api.h36 #define crypto_sign_ed25519_PUBLICKEYBYTES 32U macro
H A Dsshkey.h159 #define ED25519_PK_SZ crypto_sign_ed25519_PUBLICKEYBYTES
/freebsd/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/contrib/unbound/dnscrypt/
H A Ddnscrypt.h61 uint8_t provider_publickey[crypto_sign_ed25519_PUBLICKEYBYTES];
/freebsd/crypto/openssh/regress/misc/sk-dummy/
H A Dsk-dummy.c182 u_char pk[crypto_sign_ed25519_PUBLICKEYBYTES]; in pack_key_ed25519()