Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c28 return sizeof(crypto_auth_hmacsha512256_state); in crypto_auth_hmacsha512256_statebytes()
39 crypto_auth_hmacsha512256_init(crypto_auth_hmacsha512256_state *state, in crypto_auth_hmacsha512256_init()
47 crypto_auth_hmacsha512256_update(crypto_auth_hmacsha512256_state *state, in crypto_auth_hmacsha512256_update()
56 crypto_auth_hmacsha512256_final(crypto_auth_hmacsha512256_state *state, in crypto_auth_hmacsha512256_final()
71 crypto_auth_hmacsha512256_state state; in crypto_auth_hmacsha512256()
/f-stack/freebsd/contrib/libsodium/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,