Home
last modified time | relevance | path

Searched refs:crypto_shorthash_KEYBYTES (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_shorthash/
H A Dcrypto_shorthash.c14 return crypto_shorthash_KEYBYTES; in crypto_shorthash_keybytes()
31 crypto_shorthash_keygen(unsigned char k[crypto_shorthash_KEYBYTES]) in crypto_shorthash_keygen() argument
33 randombytes_buf(k, crypto_shorthash_KEYBYTES); in crypto_shorthash_keygen()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_shorthash.h20 #define crypto_shorthash_KEYBYTES crypto_shorthash_siphash24_KEYBYTES macro
33 void crypto_shorthash_keygen(unsigned char k[crypto_shorthash_KEYBYTES]);
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dshorthash.c12 unsigned char k[crypto_shorthash_KEYBYTES]; in main()
16 for (i = 0; i < crypto_shorthash_KEYBYTES; ++i) { in main()
H A Dkeygen.c31 { crypto_shorthash_keygen, crypto_shorthash_KEYBYTES }, in tv_keygen()