2026-05-03 20:55 ftp://ftp.de.debian.org/debian/pool/main/n/node-tweetnacl/node-tweetnacl_1.0.3+dfsg.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-1047-aws-aarch64-with-glibc2.35 python: 3.10.12 client-version: 1.4.0 compiler: g++ (Ubuntu 11.4.0-1ubuntu1~22.04.3) 11.4.0 cppcheck: head 2.20.0 head-info: e5c4a73 (2026-05-01 11:10:43 +0200) count: 132 34 elapsed-time: 0.7 0.5 head-timing-info: old-timing-info: head results: tweetnacl-js-1.0.3/test/c/cbox.c:21:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] tweetnacl-js-1.0.3/test/c/cbox.c:102:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] tweetnacl-js-1.0.3/test/c/cbox.c:25:8: error: Common realloc mistake: 'msg' nulled but not freed upon failure [memleakOnRealloc] tweetnacl-js-1.0.3/test/c/cbox.c:66:28: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] tweetnacl-js-1.0.3/test/c/cbox.c:74:17: style: Variable 'sk' can be declared as pointer to const [constVariablePointer] tweetnacl-js-1.0.3/test/c/cbox.c:74:22: style: Variable 'pk' can be declared as pointer to const [constVariablePointer] tweetnacl-js-1.0.3/test/c/cbox.c:74:27: style: Variable 'n' can be declared as pointer to const [constVariablePointer] tweetnacl-js-1.0.3/test/c/cbox.c:51:24: style: Unused variable: a [unusedVariable] tweetnacl-js-1.0.3/test/c/cbox.c:51:27: style: Unused variable: b [unusedVariable] tweetnacl-js-1.0.3/test/c/chash.c:19:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] tweetnacl-js-1.0.3/test/c/chash.c:23:8: error: Common realloc mistake: 'msg' nulled but not freed upon failure [memleakOnRealloc] tweetnacl-js-1.0.3/test/c/chash.c:33:28: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] tweetnacl-js-1.0.3/test/c/cscalarmult.c:44:28: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] tweetnacl-js-1.0.3/test/c/cscalarmult.c:52:17: style: Variable 'n' can be declared as pointer to const [constVariablePointer] tweetnacl-js-1.0.3/test/c/cscalarmult.c:52:21: style: Variable 'p' can be declared as pointer to const [constVariablePointer] tweetnacl-js-1.0.3/test/c/cscalarmult.c:29:24: style: Unused variable: a [unusedVariable] tweetnacl-js-1.0.3/test/c/cscalarmult.c:29:27: style: Unused variable: b [unusedVariable] tweetnacl-js-1.0.3/test/c/csecretbox.c:21:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] tweetnacl-js-1.0.3/test/c/csecretbox.c:105:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] tweetnacl-js-1.0.3/test/c/csecretbox.c:25:8: error: Common realloc mistake: 'msg' nulled but not freed upon failure [memleakOnRealloc] tweetnacl-js-1.0.3/test/c/csecretbox.c:66:28: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] tweetnacl-js-1.0.3/test/c/csecretbox.c:74:17: style: Variable 'k' can be declared as pointer to const [constVariablePointer] tweetnacl-js-1.0.3/test/c/csecretbox.c:74:21: style: Variable 'n' can be declared as pointer to const [constVariablePointer] tweetnacl-js-1.0.3/test/c/csecretbox.c:51:24: style: Unused variable: a [unusedVariable] tweetnacl-js-1.0.3/test/c/csecretbox.c:51:27: style: Unused variable: b [unusedVariable] tweetnacl-js-1.0.3/test/c/csign-keypair.c:22:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] tweetnacl-js-1.0.3/test/c/csign.c:19:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] tweetnacl-js-1.0.3/test/c/csign.c:88:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] tweetnacl-js-1.0.3/test/c/csign.c:23:8: error: Common realloc mistake: 'msg' nulled but not freed upon failure [memleakOnRealloc] tweetnacl-js-1.0.3/test/c/csign.c:64:28: style: Parameter 'x' can be declared as pointer to const [constParameterPointer] tweetnacl-js-1.0.3/test/c/csign.c:72:17: style: Variable 'sk' can be declared as pointer to const [constVariablePointer] tweetnacl-js-1.0.3/test/c/csign.c:49:24: style: Unused variable: a [unusedVariable] tweetnacl-js-1.0.3/test/c/csign.c:49:27: style: Unused variable: b [unusedVariable] tweetnacl-js-1.0.3/test/c/csign.c:73:15: style: Unused variable: n [unusedVariable] tweetnacl-js-1.0.3/test/c/tweetnacl.c:61:32: style:inconclusive: Function 'crypto_verify_16_tweet' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:61:44: style:inconclusive: Function 'crypto_verify_16_tweet' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:66:32: style:inconclusive: Function 'crypto_verify_32_tweet' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:66:44: style:inconclusive: Function 'crypto_verify_32_tweet' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:111:29: style:inconclusive: Function 'crypto_core_salsa20_tweet' argument 1 names different: declaration '' definition 'out'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:111:43: style:inconclusive: Function 'crypto_core_salsa20_tweet' argument 2 names different: declaration '' definition 'in'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:111:56: style:inconclusive: Function 'crypto_core_salsa20_tweet' argument 3 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:111:68: style:inconclusive: Function 'crypto_core_salsa20_tweet' argument 4 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:117:30: style:inconclusive: Function 'crypto_core_hsalsa20_tweet' argument 1 names different: declaration '' definition 'out'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:117:44: style:inconclusive: Function 'crypto_core_hsalsa20_tweet' argument 2 names different: declaration '' definition 'in'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:117:57: style:inconclusive: Function 'crypto_core_hsalsa20_tweet' argument 3 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:117:69: style:inconclusive: Function 'crypto_core_hsalsa20_tweet' argument 4 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:125:35: style:inconclusive: Function 'crypto_stream_salsa20_tweet_xor' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:125:47: style:inconclusive: Function 'crypto_stream_salsa20_tweet_xor' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:125:53: style:inconclusive: Function 'crypto_stream_salsa20_tweet_xor' argument 3 names different: declaration '' definition 'b'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:125:65: style:inconclusive: Function 'crypto_stream_salsa20_tweet_xor' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:125:77: style:inconclusive: Function 'crypto_stream_salsa20_tweet_xor' argument 5 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:152:31: style:inconclusive: Function 'crypto_stream_salsa20_tweet' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:152:37: style:inconclusive: Function 'crypto_stream_salsa20_tweet' argument 2 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:152:49: style:inconclusive: Function 'crypto_stream_salsa20_tweet' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:152:61: style:inconclusive: Function 'crypto_stream_salsa20_tweet' argument 4 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:157:23: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:157:29: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet' argument 2 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:157:41: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:157:53: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet' argument 4 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:164:27: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet_xor' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:164:39: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet_xor' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:164:45: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet_xor' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:164:57: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet_xor' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:164:69: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet_xor' argument 5 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:185:28: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet' argument 1 names different: declaration '' definition 'out'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:185:42: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:185:48: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:185:60: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet' argument 4 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:238:41: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet_verify' argument 1 names different: declaration '' definition 'h'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:238:53: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet_verify' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:238:59: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet_verify' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:238:71: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet_verify' argument 4 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:245:26: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:245:38: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:245:44: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:245:56: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:245:68: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet' argument 5 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:255:31: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet_open' argument 1 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:255:43: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet_open' argument 2 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:255:49: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet_open' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:255:61: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet_open' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:255:73: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet_open' argument 5 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:394:27: style:inconclusive: Function 'crypto_scalarmult_curve25519_tweet' argument 1 names different: declaration '' definition 'q'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:394:39: style:inconclusive: Function 'crypto_scalarmult_curve25519_tweet' argument 2 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:394:51: style:inconclusive: Function 'crypto_scalarmult_curve25519_tweet' argument 3 names different: declaration '' definition 'p'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:445:32: style:inconclusive: Function 'crypto_scalarmult_curve25519_tweet_base' argument 1 names different: declaration '' definition 'q'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:445:44: style:inconclusive: Function 'crypto_scalarmult_curve25519_tweet_base' argument 2 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:450:28: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_keypair' argument 1 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:450:34: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_keypair' argument 2 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:456:29: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_beforenm' argument 1 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:456:41: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_beforenm' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:456:53: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_beforenm' argument 3 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:463:28: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_afternm' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:463:40: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_afternm' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:463:46: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_afternm' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:463:58: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_afternm' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:463:70: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_afternm' argument 5 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:468:33: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open_afternm' argument 1 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:468:45: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open_afternm' argument 2 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:468:51: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open_afternm' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:468:63: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open_afternm' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:468:75: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open_afternm' argument 5 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:473:20: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:473:32: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:473:38: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:473:50: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:473:62: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet' argument 5 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:473:74: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet' argument 6 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:480:25: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open' argument 1 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:480:37: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open' argument 2 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:480:43: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:480:55: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:480:67: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open' argument 5 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:480:79: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open' argument 6 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:519:27: style:inconclusive: Function 'crypto_hashblocks_sha512_tweet' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:519:39: style:inconclusive: Function 'crypto_hashblocks_sha512_tweet' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:519:45: style:inconclusive: Function 'crypto_hashblocks_sha512_tweet' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:562:21: style:inconclusive: Function 'crypto_hash_sha512_tweet' argument 1 names different: declaration '' definition 'out'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:562:35: style:inconclusive: Function 'crypto_hash_sha512_tweet' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:562:41: style:inconclusive: Function 'crypto_hash_sha512_tweet' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:656:29: style:inconclusive: Function 'crypto_sign_ed25519_tweet_keypair' argument 1 names different: declaration '' definition 'pk'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:656:37: style:inconclusive: Function 'crypto_sign_ed25519_tweet_keypair' argument 2 names different: declaration '' definition 'sk'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:711:21: style:inconclusive: Function 'crypto_sign_ed25519_tweet' argument 1 names different: declaration '' definition 'sm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:711:29: style:inconclusive: Function 'crypto_sign_ed25519_tweet' argument 2 names different: declaration '' definition 'smlen'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:711:45: style:inconclusive: Function 'crypto_sign_ed25519_tweet' argument 3 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:711:51: style:inconclusive: Function 'crypto_sign_ed25519_tweet' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:711:63: style:inconclusive: Function 'crypto_sign_ed25519_tweet' argument 5 names different: declaration '' definition 'sk'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:779:26: style:inconclusive: Function 'crypto_sign_ed25519_tweet_open' argument 1 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:779:33: style:inconclusive: Function 'crypto_sign_ed25519_tweet_open' argument 2 names different: declaration '' definition 'mlen'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:779:48: style:inconclusive: Function 'crypto_sign_ed25519_tweet_open' argument 3 names different: declaration '' definition 'sm'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:779:55: style:inconclusive: Function 'crypto_sign_ed25519_tweet_open' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] tweetnacl-js-1.0.3/test/c/tweetnacl.c:779:67: style:inconclusive: Function 'crypto_sign_ed25519_tweet_open' argument 5 names different: declaration '' definition 'pk'. [funcArgNamesDifferentUnnamed] diff: head tweetnacl-js-1.0.3/test/c/tweetnacl.c:111:29: style:inconclusive: Function 'crypto_core_salsa20_tweet' argument 1 names different: declaration '' definition 'out'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:111:43: style:inconclusive: Function 'crypto_core_salsa20_tweet' argument 2 names different: declaration '' definition 'in'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:111:56: style:inconclusive: Function 'crypto_core_salsa20_tweet' argument 3 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:111:68: style:inconclusive: Function 'crypto_core_salsa20_tweet' argument 4 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:117:30: style:inconclusive: Function 'crypto_core_hsalsa20_tweet' argument 1 names different: declaration '' definition 'out'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:117:44: style:inconclusive: Function 'crypto_core_hsalsa20_tweet' argument 2 names different: declaration '' definition 'in'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:117:57: style:inconclusive: Function 'crypto_core_hsalsa20_tweet' argument 3 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:117:69: style:inconclusive: Function 'crypto_core_hsalsa20_tweet' argument 4 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:125:35: style:inconclusive: Function 'crypto_stream_salsa20_tweet_xor' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:125:47: style:inconclusive: Function 'crypto_stream_salsa20_tweet_xor' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:125:53: style:inconclusive: Function 'crypto_stream_salsa20_tweet_xor' argument 3 names different: declaration '' definition 'b'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:125:65: style:inconclusive: Function 'crypto_stream_salsa20_tweet_xor' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:125:77: style:inconclusive: Function 'crypto_stream_salsa20_tweet_xor' argument 5 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:152:31: style:inconclusive: Function 'crypto_stream_salsa20_tweet' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:152:37: style:inconclusive: Function 'crypto_stream_salsa20_tweet' argument 2 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:152:49: style:inconclusive: Function 'crypto_stream_salsa20_tweet' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:152:61: style:inconclusive: Function 'crypto_stream_salsa20_tweet' argument 4 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:157:23: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:157:29: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet' argument 2 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:157:41: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:157:53: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet' argument 4 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:164:27: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet_xor' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:164:39: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet_xor' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:164:45: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet_xor' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:164:57: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet_xor' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:164:69: style:inconclusive: Function 'crypto_stream_xsalsa20_tweet_xor' argument 5 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:185:28: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet' argument 1 names different: declaration '' definition 'out'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:185:42: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:185:48: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:185:60: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet' argument 4 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:238:41: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet_verify' argument 1 names different: declaration '' definition 'h'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:238:53: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet_verify' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:238:59: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet_verify' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:238:71: style:inconclusive: Function 'crypto_onetimeauth_poly1305_tweet_verify' argument 4 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:245:26: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:245:38: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:245:44: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:245:56: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:245:68: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet' argument 5 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:255:31: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet_open' argument 1 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:255:43: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet_open' argument 2 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:255:49: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet_open' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:255:61: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet_open' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:255:73: style:inconclusive: Function 'crypto_secretbox_xsalsa20poly1305_tweet_open' argument 5 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:394:27: style:inconclusive: Function 'crypto_scalarmult_curve25519_tweet' argument 1 names different: declaration '' definition 'q'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:394:39: style:inconclusive: Function 'crypto_scalarmult_curve25519_tweet' argument 2 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:394:51: style:inconclusive: Function 'crypto_scalarmult_curve25519_tweet' argument 3 names different: declaration '' definition 'p'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:445:32: style:inconclusive: Function 'crypto_scalarmult_curve25519_tweet_base' argument 1 names different: declaration '' definition 'q'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:445:44: style:inconclusive: Function 'crypto_scalarmult_curve25519_tweet_base' argument 2 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:450:28: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_keypair' argument 1 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:450:34: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_keypair' argument 2 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:456:29: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_beforenm' argument 1 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:456:41: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_beforenm' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:456:53: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_beforenm' argument 3 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:463:28: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_afternm' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:463:40: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_afternm' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:463:46: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_afternm' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:463:58: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_afternm' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:463:70: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_afternm' argument 5 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:468:33: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open_afternm' argument 1 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:468:45: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open_afternm' argument 2 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:468:51: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open_afternm' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:468:63: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open_afternm' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:468:75: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open_afternm' argument 5 names different: declaration '' definition 'k'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:473:20: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet' argument 1 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:473:32: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:473:38: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:473:50: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:473:62: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet' argument 5 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:473:74: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet' argument 6 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:480:25: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open' argument 1 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:480:37: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open' argument 2 names different: declaration '' definition 'c'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:480:43: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open' argument 3 names different: declaration '' definition 'd'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:480:55: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:480:67: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open' argument 5 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:480:79: style:inconclusive: Function 'crypto_box_curve25519xsalsa20poly1305_tweet_open' argument 6 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:519:27: style:inconclusive: Function 'crypto_hashblocks_sha512_tweet' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:519:39: style:inconclusive: Function 'crypto_hashblocks_sha512_tweet' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:519:45: style:inconclusive: Function 'crypto_hashblocks_sha512_tweet' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:562:21: style:inconclusive: Function 'crypto_hash_sha512_tweet' argument 1 names different: declaration '' definition 'out'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:562:35: style:inconclusive: Function 'crypto_hash_sha512_tweet' argument 2 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:562:41: style:inconclusive: Function 'crypto_hash_sha512_tweet' argument 3 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:61:32: style:inconclusive: Function 'crypto_verify_16_tweet' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:61:44: style:inconclusive: Function 'crypto_verify_16_tweet' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:656:29: style:inconclusive: Function 'crypto_sign_ed25519_tweet_keypair' argument 1 names different: declaration '' definition 'pk'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:656:37: style:inconclusive: Function 'crypto_sign_ed25519_tweet_keypair' argument 2 names different: declaration '' definition 'sk'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:66:32: style:inconclusive: Function 'crypto_verify_32_tweet' argument 1 names different: declaration '' definition 'x'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:66:44: style:inconclusive: Function 'crypto_verify_32_tweet' argument 2 names different: declaration '' definition 'y'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:711:21: style:inconclusive: Function 'crypto_sign_ed25519_tweet' argument 1 names different: declaration '' definition 'sm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:711:29: style:inconclusive: Function 'crypto_sign_ed25519_tweet' argument 2 names different: declaration '' definition 'smlen'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:711:45: style:inconclusive: Function 'crypto_sign_ed25519_tweet' argument 3 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:711:51: style:inconclusive: Function 'crypto_sign_ed25519_tweet' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:711:63: style:inconclusive: Function 'crypto_sign_ed25519_tweet' argument 5 names different: declaration '' definition 'sk'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:779:26: style:inconclusive: Function 'crypto_sign_ed25519_tweet_open' argument 1 names different: declaration '' definition 'm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:779:33: style:inconclusive: Function 'crypto_sign_ed25519_tweet_open' argument 2 names different: declaration '' definition 'mlen'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:779:48: style:inconclusive: Function 'crypto_sign_ed25519_tweet_open' argument 3 names different: declaration '' definition 'sm'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:779:55: style:inconclusive: Function 'crypto_sign_ed25519_tweet_open' argument 4 names different: declaration '' definition 'n'. [funcArgNamesDifferentUnnamed] head tweetnacl-js-1.0.3/test/c/tweetnacl.c:779:67: style:inconclusive: Function 'crypto_sign_ed25519_tweet_open' argument 5 names different: declaration '' definition 'pk'. [funcArgNamesDifferentUnnamed] DONE