Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c113 unsigned char *out, unsigned long long *outlen_p, in crypto_secretstream_xchacha20poly1305_push() argument
123 if (outlen_p != NULL) { in crypto_secretstream_xchacha20poly1305_push()
124 *outlen_p = 0U; in crypto_secretstream_xchacha20poly1305_push()
170 if (outlen_p != NULL) { in crypto_secretstream_xchacha20poly1305_push()
171 *outlen_p = crypto_secretstream_xchacha20poly1305_ABYTES + mlen; in crypto_secretstream_xchacha20poly1305_push()