{
  "synLogic": "int $ret \u003d $api($1, $2, $3);",
  "help": "",
  "notes": "",
  "returns": "int",
  "arguments": "",
  "parameterization": "",
  "name": "ns_gen_md5_checksum",
  "syntax": "int ns_gen_md5_checksum(const unsigned char *buf, int len, unsigned char *checksum_buf)",
  "javaSyntax": "",
  "cEx": "flow()\n{\n\n}",
  "javaEx": "",
  "insertStrC": "ns_gen_md5_checksum(const unsigned char *buf, int len, unsigned char *checksum_buf) ;",
  "insertStrJava": "",
  "description": "",
  "component" : [
	{
      "id": "$1",
      "type": "TextField",
      "label": "Buffer Name",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter buffer name",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "required": true,
        "min": 0,
        "max": 0
      }
    },
    {
      "id": "$2",
      "type": "TextField",
      "label": "Length",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter length",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Number",
        "disabled": false,
        "required": true,
        "min": 0,
        "max": 2147483647,
        "method": ""
      }
    },
    {
      "id": "$3",
      "type": "TextField",
      "label": "Checksum Buffer",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter Checksum",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "required": true,
        "min": 0,
        "max": 0
      }
    }
  ]
}
