Searched refs:crypto_onetimeauth_update (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | onetimeauth.c | 43 crypto_onetimeauth_update(&st, c, 100); in main() 44 crypto_onetimeauth_update(&st, c, 0); in main() 45 crypto_onetimeauth_update(&st, c + 100, 31); in main()
|
H A D | metamorphic.c | 80 crypto_onetimeauth_update(&st, m, l1); in mm_onetimeauth() 81 crypto_onetimeauth_update(&st, m + l1, l2); in mm_onetimeauth() 82 crypto_onetimeauth_update(&st, m + l1 + l2, mlen - l1 - l2); in mm_onetimeauth()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/ |
H A D | crypto_onetimeauth.c | 46 crypto_onetimeauth_update(crypto_onetimeauth_state *state, in crypto_onetimeauth_update() function
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_onetimeauth.h | 47 int crypto_onetimeauth_update(crypto_onetimeauth_state *state,
|