Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c22 return crypto_auth_hmacsha512256_KEYBYTES; in crypto_auth_hmacsha512256_keybytes()
33 unsigned char k[crypto_auth_hmacsha512256_KEYBYTES]) in crypto_auth_hmacsha512256_keygen() argument
35 randombytes_buf(k, crypto_auth_hmacsha512256_KEYBYTES); in crypto_auth_hmacsha512256_keygen()
74 crypto_auth_hmacsha512256_KEYBYTES); in crypto_auth_hmacsha512256()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_auth_hmacsha512256.h19 #define crypto_auth_hmacsha512256_KEYBYTES 32U macro
56 void crypto_auth_hmacsha512256_keygen(unsigned char k[crypto_auth_hmacsha512256_KEYBYTES]);
H A Dcrypto_auth.h20 #define crypto_auth_KEYBYTES crypto_auth_hmacsha512256_KEYBYTES
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dkeygen.c18 { crypto_auth_hmacsha512256_keygen, crypto_auth_hmacsha512256_KEYBYTES }, in tv_keygen()