Home
last modified time | relevance | path

Searched refs:crypto_secretstream_xchacha20poly1305_init_push (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dsecretstream.c66 ret = crypto_secretstream_xchacha20poly1305_init_push(state, header, k); in main()
150 ret = crypto_secretstream_xchacha20poly1305_init_push(state, header, k); in main()
172 ret = crypto_secretstream_xchacha20poly1305_init_push(state, header, k); in main()
205 ret = crypto_secretstream_xchacha20poly1305_init_push(state, header, k); in main()
248 ret = crypto_secretstream_xchacha20poly1305_init_push(state, header, k); in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_secretstream_xchacha20poly1305.h69 int crypto_secretstream_xchacha20poly1305_init_push
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c43 crypto_secretstream_xchacha20poly1305_init_push in crypto_secretstream_xchacha20poly1305_init_push() function