Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dsecretstream.c85 ret = crypto_secretstream_xchacha20poly1305_init_pull(state, header, k); in main()
159 ret = crypto_secretstream_xchacha20poly1305_init_pull(state, header, k); in main()
184 ret = crypto_secretstream_xchacha20poly1305_init_pull(state, header, k); in main()
220 ret = crypto_secretstream_xchacha20poly1305_init_pull(state, header, k); in main()
272 ret = crypto_secretstream_xchacha20poly1305_init_pull(state, header, k); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_secretstream_xchacha20poly1305.h82 int crypto_secretstream_xchacha20poly1305_init_pull
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c68 crypto_secretstream_xchacha20poly1305_init_pull in crypto_secretstream_xchacha20poly1305_init_pull() function