wire_aes_256_cbc_encrypt method

void wire_aes_256_cbc_encrypt(
  1. int port_,
  2. Pointer<wire_AesEncryptReq> req
)

Implementation

void wire_aes_256_cbc_encrypt(
  int port_,
  ffi.Pointer<wire_AesEncryptReq> req,
) {
  return _wire_aes_256_cbc_encrypt(
    port_,
    req,
  );
}