wire_aes_128_ctr_decrypt method

void wire_aes_128_ctr_decrypt(
  1. int port_,
  2. Pointer<wire_AesDecryptReq> req
)

Implementation

void wire_aes_128_ctr_decrypt(
  int port_,
  ffi.Pointer<wire_AesDecryptReq> req,
) {
  return _wire_aes_128_ctr_decrypt(
    port_,
    req,
  );
}