Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c117 crypto_onetimeauth_poly1305_state poly1305_state; in crypto_secretstream_xchacha20poly1305_push() local
130 crypto_onetimeauth_poly1305_init(&poly1305_state, block); in crypto_secretstream_xchacha20poly1305_push()
134 crypto_onetimeauth_poly1305_update(&poly1305_state, _pad0, in crypto_secretstream_xchacha20poly1305_push()
146 crypto_onetimeauth_poly1305_update(&poly1305_state, c, mlen); in crypto_secretstream_xchacha20poly1305_push()
156 crypto_onetimeauth_poly1305_final(&poly1305_state, mac); in crypto_secretstream_xchacha20poly1305_push()
157 sodium_memzero(&poly1305_state, sizeof poly1305_state); in crypto_secretstream_xchacha20poly1305_push()
183 crypto_onetimeauth_poly1305_state poly1305_state; in crypto_secretstream_xchacha20poly1305_pull() local
206 crypto_onetimeauth_poly1305_init(&poly1305_state, block); in crypto_secretstream_xchacha20poly1305_pull()
210 crypto_onetimeauth_poly1305_update(&poly1305_state, _pad0, in crypto_secretstream_xchacha20poly1305_pull()
231 crypto_onetimeauth_poly1305_final(&poly1305_state, mac); in crypto_secretstream_xchacha20poly1305_pull()
[all …]