Home
last modified time | relevance | path

Searched refs:crypto_sign_PUBLICKEYBYTES (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dsign.c12 const unsigned char pk[crypto_sign_PUBLICKEYBYTES];
1076 unsigned char pk[crypto_sign_PUBLICKEYBYTES]; in main()
1079 char pk_hex[crypto_sign_PUBLICKEYBYTES * 2 + 1]; in main()
1096 crypto_sign_PUBLICKEYBYTES); in main()
1208 sodium_hex2bin(pk, crypto_sign_PUBLICKEYBYTES, in main()
1210 crypto_sign_PUBLICKEYBYTES * 2, NULL, NULL, NULL); in main()
1217 sodium_hex2bin(pk, crypto_sign_PUBLICKEYBYTES, in main()
1219 crypto_sign_PUBLICKEYBYTES * 2, NULL, NULL, NULL); in main()
1226 sodium_hex2bin(pk, crypto_sign_PUBLICKEYBYTES, in main()
1270 sodium_hex2bin(pk, crypto_sign_PUBLICKEYBYTES, in main()
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_sign.h36 #define crypto_sign_PUBLICKEYBYTES crypto_sign_ed25519_PUBLICKEYBYTES macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/
H A Dcrypto_sign.c25 return crypto_sign_PUBLICKEYBYTES; in crypto_sign_publickeybytes()