crypto_aead_aes256gcm_decrypt_afternm method

int crypto_aead_aes256gcm_decrypt_afternm(
  1. Pointer<UnsignedChar> m,
  2. Pointer<UnsignedLongLong> mlen_p,
  3. Pointer<UnsignedChar> nsec,
  4. Pointer<UnsignedChar> c,
  5. int clen,
  6. Pointer<UnsignedChar> ad,
  7. int adlen,
  8. Pointer<UnsignedChar> npub,
  9. 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_,
);