Searched refs:crypto_onetimeauth_poly1305_state (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_onetimeauth_poly1305.h | 19 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 D | crypto_onetimeauth.h | 16 typedef crypto_onetimeauth_poly1305_state crypto_onetimeauth_state;
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/ |
H A D | onetimeauth_poly1305.c | 34 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 D | onetimeauth_poly1305.h | 12 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 D | poly1305_donna.c | 73 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 D | crypto_onetimeauth.c | 42 ((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 D | aead_chacha20poly1305.c | 31 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 D | secretstream_xchacha20poly1305.c | 117 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 D | xform_poly1305.c | 9 struct crypto_onetimeauth_poly1305_state state;
|
H A D | xform_chacha20_poly1305.c | 36 struct crypto_onetimeauth_poly1305_state auth;
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/ |
H A D | crypto_secretbox_easy.c | 22 crypto_onetimeauth_poly1305_state state; in crypto_secretbox_detached()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/ |
H A D | secretbox_xchacha20poly1305.c | 26 crypto_onetimeauth_poly1305_state state; in crypto_secretbox_xchacha20poly1305_detached()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
H A D | poly1305_sse2.c | 876 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()
|