Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_onetimeauth_poly1305.h19 typedef struct CRYPTO_ALIGN(16) crypto_onetimeauth_poly1305_state { struct
21 } crypto_onetimeauth_poly1305_state; argument
48 int crypto_onetimeauth_poly1305_init(crypto_onetimeauth_poly1305_state *state,
52 int crypto_onetimeauth_poly1305_update(crypto_onetimeauth_poly1305_state *state,
57 int crypto_onetimeauth_poly1305_final(crypto_onetimeauth_poly1305_state *state,
H A Dcrypto_onetimeauth.h16 typedef crypto_onetimeauth_poly1305_state crypto_onetimeauth_state;
/freebsd/sys/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()
41 crypto_onetimeauth_poly1305_update(crypto_onetimeauth_poly1305_state *state, in crypto_onetimeauth_poly1305_update()
49 crypto_onetimeauth_poly1305_final(crypto_onetimeauth_poly1305_state *state, in crypto_onetimeauth_poly1305_final()
70 return sizeof(crypto_onetimeauth_poly1305_state); in crypto_onetimeauth_poly1305_statebytes()
H A Donetimeauth_poly1305.h12 int (*onetimeauth_init)(crypto_onetimeauth_poly1305_state *state,
14 int (*onetimeauth_update)(crypto_onetimeauth_poly1305_state *state,
17 int (*onetimeauth_final)(crypto_onetimeauth_poly1305_state *state,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna.c73 crypto_onetimeauth_poly1305_donna_init(crypto_onetimeauth_poly1305_state *state, in crypto_onetimeauth_poly1305_donna_init()
76 COMPILER_ASSERT(sizeof(crypto_onetimeauth_poly1305_state) >= in crypto_onetimeauth_poly1305_donna_init()
85 crypto_onetimeauth_poly1305_state *state, const unsigned char *in, in crypto_onetimeauth_poly1305_donna_update()
95 crypto_onetimeauth_poly1305_state *state, unsigned char *out) in crypto_onetimeauth_poly1305_donna_final()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/
H A Dcrypto_onetimeauth.c42 ((crypto_onetimeauth_poly1305_state *) state, key); in crypto_onetimeauth_init()
51 ((crypto_onetimeauth_poly1305_state *) state, in, inlen); in crypto_onetimeauth_update()
59 ((crypto_onetimeauth_poly1305_state *) state, out); in crypto_onetimeauth_final()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c31 crypto_onetimeauth_poly1305_state state; in crypto_aead_chacha20poly1305_encrypt_detached()
102 crypto_onetimeauth_poly1305_state state; in crypto_aead_chacha20poly1305_ietf_encrypt_detached()
176 crypto_onetimeauth_poly1305_state state; in crypto_aead_chacha20poly1305_decrypt_detached()
256 crypto_onetimeauth_poly1305_state state; in crypto_aead_chacha20poly1305_ietf_decrypt_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c117 crypto_onetimeauth_poly1305_state poly1305_state; in crypto_secretstream_xchacha20poly1305_push()
183 crypto_onetimeauth_poly1305_state poly1305_state; in crypto_secretstream_xchacha20poly1305_pull()
/freebsd/sys/opencrypto/
H A Dxform_poly1305.c9 struct crypto_onetimeauth_poly1305_state state;
H A Dxform_chacha20_poly1305.c36 struct crypto_onetimeauth_poly1305_state auth;
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/
H A Dcrypto_secretbox_easy.c22 crypto_onetimeauth_poly1305_state state; in crypto_secretbox_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c26 crypto_onetimeauth_poly1305_state state; in crypto_secretbox_xchacha20poly1305_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c876 crypto_onetimeauth_poly1305_sse2_init(crypto_onetimeauth_poly1305_state *state, in crypto_onetimeauth_poly1305_sse2_init()
879 COMPILER_ASSERT(sizeof(crypto_onetimeauth_poly1305_state) >= in crypto_onetimeauth_poly1305_sse2_init()
888 crypto_onetimeauth_poly1305_state *state, const unsigned char *in, in crypto_onetimeauth_poly1305_sse2_update()
897 crypto_onetimeauth_poly1305_sse2_final(crypto_onetimeauth_poly1305_state *state, in crypto_onetimeauth_poly1305_sse2_final()