Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/libsodium/dist/test/default/
H A Dsecretstream.c80 crypto_secretstream_xchacha20poly1305_TAG_FINAL); in main()
113 assert(tag == crypto_secretstream_xchacha20poly1305_TAG_FINAL); in main()
324 crypto_secretstream_xchacha20poly1305_TAG_FINAL); in main()
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_secretstream_xchacha20poly1305.h49 #define crypto_secretstream_xchacha20poly1305_TAG_FINAL \ macro
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c310 return crypto_secretstream_xchacha20poly1305_TAG_FINAL; in crypto_secretstream_xchacha20poly1305_tag_final()