crypto_aead_aes256gcm_decrypt_afternm method
int
crypto_aead_aes256gcm_decrypt_afternm(
- Pointer<
UnsignedChar> m, - Pointer<
UnsignedLongLong> mlen_p, - Pointer<
UnsignedChar> nsec, - Pointer<
UnsignedChar> c, - int clen,
- Pointer<
UnsignedChar> ad, - int adlen,
- Pointer<
UnsignedChar> npub, - Pointer<
crypto_aead_aes256gcm_state_> ctx_,
Implementation
@pragma('vm:prefer-inline')
int crypto_aead_aes256gcm_decrypt_afternm(
_i1.Pointer<_i1.UnsignedChar> m,
_i1.Pointer<_i1.UnsignedLongLong> mlen_p,
_i1.Pointer<_i1.UnsignedChar> nsec,
_i1.Pointer<_i1.UnsignedChar> c,
int clen,
_i1.Pointer<_i1.UnsignedChar> ad,
int adlen,
_i1.Pointer<_i1.UnsignedChar> npub,
_i1.Pointer<_i2.crypto_aead_aes256gcm_state_> ctx_,
) => _i2.crypto_aead_aes256gcm_decrypt_afternm(
m,
mlen_p,
nsec,
c,
clen,
ad,
adlen,
npub,
ctx_,
);