Searched refs:crypto_onetimeauth_poly1305_init (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/ |
H A D | aead_chacha20poly1305.c | 37 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()
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_onetimeauth_poly1305.h | 48 int crypto_onetimeauth_poly1305_init(crypto_onetimeauth_poly1305_state *state,
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/ |
H A D | crypto_onetimeauth.c | 41 return crypto_onetimeauth_poly1305_init in crypto_onetimeauth_init()
|
/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() function
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/ |
H A D | secretstream_xchacha20poly1305.c | 130 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()
|
/freebsd/sys/opencrypto/ |
H A D | xform_poly1305.c | 32 rc = crypto_onetimeauth_poly1305_init(&polyctx->state, key); in xform_Poly1305_Setkey()
|
H A D | xform_chacha20_poly1305.c | 78 crypto_onetimeauth_poly1305_init(&ctx->auth, block); in chacha20_poly1305_reinit()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/ |
H A D | crypto_secretbox_easy.c | 51 crypto_onetimeauth_poly1305_init(&state, block0); in crypto_secretbox_detached()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/ |
H A D | secretbox_xchacha20poly1305.c | 55 crypto_onetimeauth_poly1305_init(&state, block0); in crypto_secretbox_xchacha20poly1305_detached()
|