Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c37 crypto_onetimeauth_poly1305_init(&state, block0); in crypto_aead_chacha20poly1305_encrypt_detached()
108 crypto_onetimeauth_poly1305_init(&state, block0); in crypto_aead_chacha20poly1305_ietf_encrypt_detached()
185 crypto_onetimeauth_poly1305_init(&state, block0); in crypto_aead_chacha20poly1305_decrypt_detached()
265 crypto_onetimeauth_poly1305_init(&state, block0); in crypto_aead_chacha20poly1305_ietf_decrypt_detached()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_onetimeauth_poly1305.h48 int crypto_onetimeauth_poly1305_init(crypto_onetimeauth_poly1305_state *state,
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/
H A Dcrypto_onetimeauth.c41 return crypto_onetimeauth_poly1305_init in crypto_onetimeauth_init()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/
H A Donetimeauth_poly1305.c34 crypto_onetimeauth_poly1305_init(crypto_onetimeauth_poly1305_state *state, in crypto_onetimeauth_poly1305_init() function
/f-stack/freebsd/opencrypto/
H A Dxform_poly1305.c34 rc = crypto_onetimeauth_poly1305_init(&polyctx->state, key); in Poly1305_Setkey()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c130 crypto_onetimeauth_poly1305_init(&poly1305_state, block); in crypto_secretstream_xchacha20poly1305_push()
206 crypto_onetimeauth_poly1305_init(&poly1305_state, block); in crypto_secretstream_xchacha20poly1305_pull()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/
H A Dcrypto_secretbox_easy.c51 crypto_onetimeauth_poly1305_init(&state, block0); in crypto_secretbox_detached()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c55 crypto_onetimeauth_poly1305_init(&state, block0); in crypto_secretbox_xchacha20poly1305_detached()