Home
last modified time | relevance | path

Searched refs:tag_p (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c179 unsigned char *m, unsigned long long *mlen_p, unsigned char *tag_p, in crypto_secretstream_xchacha20poly1305_pull() argument
195 if (tag_p != NULL) { in crypto_secretstream_xchacha20poly1305_pull()
196 *tag_p = 0xff; in crypto_secretstream_xchacha20poly1305_pull()
253 if (tag_p != NULL) { in crypto_secretstream_xchacha20poly1305_pull()
254 *tag_p = tag; in crypto_secretstream_xchacha20poly1305_pull()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_secretstream_xchacha20poly1305.h90 unsigned char *m, unsigned long long *mlen_p, unsigned char *tag_p,