Searched refs:crypto_auth_hmacsha512256_state (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_auth_hmacsha512256.h36 typedef crypto_auth_hmacsha512_state crypto_auth_hmacsha512256_state; typedef
42 int crypto_auth_hmacsha512256_init(crypto_auth_hmacsha512256_state *state,
47 int crypto_auth_hmacsha512256_update(crypto_auth_hmacsha512256_state *state,
52 int crypto_auth_hmacsha512256_final(crypto_auth_hmacsha512256_state *state,
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c28 return sizeof(crypto_auth_hmacsha512256_state);
39 crypto_auth_hmacsha512256_init(crypto_auth_hmacsha512256_state *state,
47 crypto_auth_hmacsha512256_update(crypto_auth_hmacsha512256_state *state,
56 crypto_auth_hmacsha512256_final(crypto_auth_hmacsha512256_state *state,
71 crypto_auth_hmacsha512256_state state;

Completed in 183 milliseconds