Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/
H A Dcrypto_onetimeauth.c8 return sizeof(crypto_onetimeauth_state); in crypto_onetimeauth_statebytes()
38 crypto_onetimeauth_init(crypto_onetimeauth_state *state, in crypto_onetimeauth_init()
46 crypto_onetimeauth_update(crypto_onetimeauth_state *state, in crypto_onetimeauth_update()
55 crypto_onetimeauth_final(crypto_onetimeauth_state *state, in crypto_onetimeauth_final()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_onetimeauth.h16 typedef crypto_onetimeauth_poly1305_state crypto_onetimeauth_state; typedef
43 int crypto_onetimeauth_init(crypto_onetimeauth_state *state,
47 int crypto_onetimeauth_update(crypto_onetimeauth_state *state,
52 int crypto_onetimeauth_final(crypto_onetimeauth_state *state,
/f-stack/freebsd/contrib/libsodium/test/default/
H A Donetimeauth.c30 crypto_onetimeauth_state st; in main()
H A Dmetamorphic.c59 crypto_onetimeauth_state st; in mm_onetimeauth()