crypto_secretstream_xchacha20poly1305_pull method
int
crypto_secretstream_xchacha20poly1305_pull(
- Pointer<
crypto_secretstream_xchacha20poly1305_state> state, - Pointer<
UnsignedChar> m, - Pointer<
UnsignedLongLong> mlen_p, - Pointer<
UnsignedChar> tag_p, - Pointer<
UnsignedChar> c, - int clen,
- Pointer<
UnsignedChar> ad, - int adlen,
Implementation
@pragma('vm:prefer-inline')
int crypto_secretstream_xchacha20poly1305_pull(
_i1.Pointer<_i2.crypto_secretstream_xchacha20poly1305_state> state,
_i1.Pointer<_i1.UnsignedChar> m,
_i1.Pointer<_i1.UnsignedLongLong> mlen_p,
_i1.Pointer<_i1.UnsignedChar> tag_p,
_i1.Pointer<_i1.UnsignedChar> c,
int clen,
_i1.Pointer<_i1.UnsignedChar> ad,
int adlen,
) => _i2.crypto_secretstream_xchacha20poly1305_pull(
state,
m,
mlen_p,
tag_p,
c,
clen,
ad,
adlen,
);