Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/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()
/f-stack/freebsd/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