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 D | aead_chacha20poly1305.c | 50 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 D | crypto_onetimeauth_poly1305.h | 57 int crypto_onetimeauth_poly1305_final(crypto_onetimeauth_poly1305_state *state,
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/ |
H A D | crypto_onetimeauth.c | 58 return crypto_onetimeauth_poly1305_final in crypto_onetimeauth_final()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/ |
H A D | onetimeauth_poly1305.c | 49 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 D | secretstream_xchacha20poly1305.c | 156 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 D | xform_poly1305.c | 55 rc = crypto_onetimeauth_poly1305_final(&polyctx->state, digest); in xform_Poly1305_Final()
|
H A D | xform_chacha20_poly1305.c | 150 crypto_onetimeauth_poly1305_final(&ctx->auth, digest); in chacha20_poly1305_final()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/ |
H A D | crypto_secretbox_easy.c | 64 crypto_onetimeauth_poly1305_final(&state, mac); in crypto_secretbox_detached()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/ |
H A D | secretbox_xchacha20poly1305.c | 68 crypto_onetimeauth_poly1305_final(&state, mac); in crypto_secretbox_xchacha20poly1305_detached()
|