Searched refs:crypto_secretstream_xchacha20poly1305_init_pull (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | secretstream.c | 85 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 D | crypto_secretstream_xchacha20poly1305.h | 82 int crypto_secretstream_xchacha20poly1305_init_pull
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/ |
H A D | secretstream_xchacha20poly1305.c | 68 crypto_secretstream_xchacha20poly1305_init_pull in crypto_secretstream_xchacha20poly1305_init_pull() function
|