Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c50 crypto_onetimeauth_poly1305_final(&state, mac); in crypto_aead_chacha20poly1305_encrypt_detached()
125 crypto_onetimeauth_poly1305_final(&state, mac); in crypto_aead_chacha20poly1305_ietf_encrypt_detached()
197 crypto_onetimeauth_poly1305_final(&state, computed_mac); in crypto_aead_chacha20poly1305_decrypt_detached()
281 crypto_onetimeauth_poly1305_final(&state, computed_mac); in crypto_aead_chacha20poly1305_ietf_decrypt_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_onetimeauth_poly1305.h57 int crypto_onetimeauth_poly1305_final(crypto_onetimeauth_poly1305_state *state,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/
H A Dcrypto_onetimeauth.c58 return crypto_onetimeauth_poly1305_final in crypto_onetimeauth_final()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/
H A Donetimeauth_poly1305.c49 crypto_onetimeauth_poly1305_final(crypto_onetimeauth_poly1305_state *state, in crypto_onetimeauth_poly1305_final() function
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c156 crypto_onetimeauth_poly1305_final(&poly1305_state, mac); in crypto_secretstream_xchacha20poly1305_push()
231 crypto_onetimeauth_poly1305_final(&poly1305_state, mac); in crypto_secretstream_xchacha20poly1305_pull()
/freebsd/sys/opencrypto/
H A Dxform_poly1305.c55 rc = crypto_onetimeauth_poly1305_final(&polyctx->state, digest); in xform_Poly1305_Final()
H A Dxform_chacha20_poly1305.c150 crypto_onetimeauth_poly1305_final(&ctx->auth, digest); in chacha20_poly1305_final()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/
H A Dcrypto_secretbox_easy.c64 crypto_onetimeauth_poly1305_final(&state, mac); in crypto_secretbox_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c68 crypto_onetimeauth_poly1305_final(&state, mac); in crypto_secretbox_xchacha20poly1305_detached()