2022-06-29 13:28 ftp://ftp.de.debian.org/debian/pool/main/libo/liboqs/liboqs_0.7.1.orig.tar.gz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --inline-suppr --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j1 platform: Linux-5.4.0-121-generic-x86_64-with-glibc2.29 python: 3.8.10 client-version: 1.3.25 compiler: g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 cppcheck: head 2.8 head-info: 06b408e (2022-06-29 13:43:17 +0200) count: 1448 1404 elapsed-time: 1630.4 708.8 head-timing-info: Tokenizer::simplifyTokens1: 1585.26s (avg. 0.755247s - 2099 result(s)) Tokenizer::simplifyTokens1::ValueFlow: 1471.77s (avg. 0.703188s - 2093 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 89.8941s (avg. 0.0429499s - 2093 result(s)) Tokenizer::createTokens: 9.5182s (avg. 0.00425299s - 2238 result(s)) Other::runChecks: 4.63164s (avg. 0.00221292s - 2093 result(s)) Overall time: 3189.12s old-timing-info: Tokenizer::simplifyTokens1: 677.865s (avg. 0.322947s - 2099 result(s)) Tokenizer::simplifyTokens1::ValueFlow: 603.627s (avg. 0.288403s - 2093 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 56.4845s (avg. 0.0269874s - 2093 result(s)) Tokenizer::createTokens: 6.73592s (avg. 0.00300979s - 2238 result(s)) Other::runChecks: 3.64035s (avg. 0.0017393s - 2093 result(s)) Overall time: 1368.67s head results: liboqs-0.7.1/scripts/copy_from_upstream/src/kem/family/kem_scheme.c:8:0: error: failed to evaluate #if condition [preprocessorErrorDirective] liboqs-0.7.1/scripts/copy_from_upstream/src/sig/family/sig_scheme.c:8:0: error: failed to evaluate #if condition [preprocessorErrorDirective] liboqs-0.7.1/scripts/copy_from_xkcp/patches/lib_low_KeccakP-1600-times4_AVX2_KeccakP-1600-times4-SIMD256.c:330:0: error: #else without #if [preprocessorErrorDirective] liboqs-0.7.1/scripts/copy_from_xkcp/patches/lib_low_KeccakP-1600-times4_fallback-on1_KeccakP-1600-times4-on1.c:37:3: error: syntax error [syntaxError] liboqs-0.7.1/scripts/copy_from_xkcp/patches/lib_low_KeccakP-1600_plain-64bits_KeccakP-1600-opt64.c:106:2: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] liboqs-0.7.1/src/common/aes/aes.c:30:62: style:inconclusive: Function 'OQS_AES128_ECB_load_schedule' argument 2 names different: declaration 'schedule' definition '_schedule'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/aes/aes.h:24:62: note: Function 'OQS_AES128_ECB_load_schedule' argument 2 names different: declaration 'schedule' definition '_schedule'. liboqs-0.7.1/src/common/aes/aes.c:30:62: note: Function 'OQS_AES128_ECB_load_schedule' argument 2 names different: declaration 'schedule' definition '_schedule'. liboqs-0.7.1/src/common/aes/aes.c:46:62: style:inconclusive: Function 'OQS_AES256_ECB_load_schedule' argument 2 names different: declaration 'schedule' definition '_schedule'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/aes/aes.h:59:62: note: Function 'OQS_AES256_ECB_load_schedule' argument 2 names different: declaration 'schedule' definition '_schedule'. liboqs-0.7.1/src/common/aes/aes.c:46:62: note: Function 'OQS_AES256_ECB_load_schedule' argument 2 names different: declaration 'schedule' definition '_schedule'. liboqs-0.7.1/src/common/aes/aes.c:54:62: style:inconclusive: Function 'OQS_AES256_CTR_load_schedule' argument 2 names different: declaration 'schedule' definition '_schedule'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/aes/aes.h:67:62: note: Function 'OQS_AES256_CTR_load_schedule' argument 2 names different: declaration 'schedule' definition '_schedule'. liboqs-0.7.1/src/common/aes/aes.c:54:62: note: Function 'OQS_AES256_CTR_load_schedule' argument 2 names different: declaration 'schedule' definition '_schedule'. liboqs-0.7.1/src/common/aes/aes256_armv8.c:140:8: style: Variable 'round' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/common/aes/aes_c.c:579:2: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] liboqs-0.7.1/src/common/aes/aes_c.c:580:2: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] liboqs-0.7.1/src/common/aes/aes_ossl.c:51:2: error: There is an unknown macro here somewhere. Configuration is required. If SIZE_T_TO_INT_OR_EXIT is a macro then please configure it. [unknownMacro] liboqs-0.7.1/src/common/rand/rand.c:42:9: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] liboqs-0.7.1/src/common/rand/rand.c:49:4: note: Found duplicate branches for 'if' and 'else'. liboqs-0.7.1/src/common/rand/rand.c:42:9: note: Found duplicate branches for 'if' and 'else'. liboqs-0.7.1/src/common/rand/rand_nist.c:129:51: style: Parameter 'provided_data' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/common/sha2/sha2.c:118:31: style:inconclusive: Function 'OQS_SHA2_sha256' argument 1 names different: declaration 'output' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2.h:40:31: note: Function 'OQS_SHA2_sha256' argument 1 names different: declaration 'output' definition 'out'. liboqs-0.7.1/src/common/sha2/sha2.c:118:31: note: Function 'OQS_SHA2_sha256' argument 1 names different: declaration 'output' definition 'out'. liboqs-0.7.1/src/common/sha2/sha2.c:118:51: style:inconclusive: Function 'OQS_SHA2_sha256' argument 2 names different: declaration 'input' definition 'in'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2.h:40:54: note: Function 'OQS_SHA2_sha256' argument 2 names different: declaration 'input' definition 'in'. liboqs-0.7.1/src/common/sha2/sha2.c:118:51: note: Function 'OQS_SHA2_sha256' argument 2 names different: declaration 'input' definition 'in'. liboqs-0.7.1/src/common/sha2/sha2.c:118:62: style:inconclusive: Function 'OQS_SHA2_sha256' argument 3 names different: declaration 'inplen' definition 'inlen'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2.h:40:68: note: Function 'OQS_SHA2_sha256' argument 3 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha2/sha2.c:118:62: note: Function 'OQS_SHA2_sha256' argument 3 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha2/sha2.c:125:31: style:inconclusive: Function 'OQS_SHA2_sha384' argument 1 names different: declaration 'output' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2.h:114:31: note: Function 'OQS_SHA2_sha384' argument 1 names different: declaration 'output' definition 'out'. liboqs-0.7.1/src/common/sha2/sha2.c:125:31: note: Function 'OQS_SHA2_sha384' argument 1 names different: declaration 'output' definition 'out'. liboqs-0.7.1/src/common/sha2/sha2.c:125:51: style:inconclusive: Function 'OQS_SHA2_sha384' argument 2 names different: declaration 'input' definition 'in'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2.h:114:54: note: Function 'OQS_SHA2_sha384' argument 2 names different: declaration 'input' definition 'in'. liboqs-0.7.1/src/common/sha2/sha2.c:125:51: note: Function 'OQS_SHA2_sha384' argument 2 names different: declaration 'input' definition 'in'. liboqs-0.7.1/src/common/sha2/sha2.c:125:62: style:inconclusive: Function 'OQS_SHA2_sha384' argument 3 names different: declaration 'inplen' definition 'inlen'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2.h:114:68: note: Function 'OQS_SHA2_sha384' argument 3 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha2/sha2.c:125:62: note: Function 'OQS_SHA2_sha384' argument 3 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha2/sha2.c:129:31: style:inconclusive: Function 'OQS_SHA2_sha512' argument 1 names different: declaration 'output' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2.h:188:31: note: Function 'OQS_SHA2_sha512' argument 1 names different: declaration 'output' definition 'out'. liboqs-0.7.1/src/common/sha2/sha2.c:129:31: note: Function 'OQS_SHA2_sha512' argument 1 names different: declaration 'output' definition 'out'. liboqs-0.7.1/src/common/sha2/sha2.c:129:51: style:inconclusive: Function 'OQS_SHA2_sha512' argument 2 names different: declaration 'input' definition 'in'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2.h:188:54: note: Function 'OQS_SHA2_sha512' argument 2 names different: declaration 'input' definition 'in'. liboqs-0.7.1/src/common/sha2/sha2.c:129:51: note: Function 'OQS_SHA2_sha512' argument 2 names different: declaration 'input' definition 'in'. liboqs-0.7.1/src/common/sha2/sha2.c:129:62: style:inconclusive: Function 'OQS_SHA2_sha512' argument 3 names different: declaration 'inplen' definition 'inlen'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2.h:188:68: note: Function 'OQS_SHA2_sha512' argument 3 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha2/sha2.c:129:62: note: Function 'OQS_SHA2_sha512' argument 3 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha2/sha2_c.c:556:49: style:inconclusive: Function 'oqs_sha2_sha224_inc_ctx_clone_c' argument 1 names different: declaration 'dest' definition 'stateout'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2_local.h:41:49: note: Function 'oqs_sha2_sha224_inc_ctx_clone_c' argument 1 names different: declaration 'dest' definition 'stateout'. liboqs-0.7.1/src/common/sha2/sha2_c.c:556:49: note: Function 'oqs_sha2_sha224_inc_ctx_clone_c' argument 1 names different: declaration 'dest' definition 'stateout'. liboqs-0.7.1/src/common/sha2/sha2_c.c:556:76: style:inconclusive: Function 'oqs_sha2_sha224_inc_ctx_clone_c' argument 2 names different: declaration 'src' definition 'statein'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2_local.h:41:72: note: Function 'oqs_sha2_sha224_inc_ctx_clone_c' argument 2 names different: declaration 'src' definition 'statein'. liboqs-0.7.1/src/common/sha2/sha2_c.c:556:76: note: Function 'oqs_sha2_sha224_inc_ctx_clone_c' argument 2 names different: declaration 'src' definition 'statein'. liboqs-0.7.1/src/common/sha2/sha2_c.c:564:49: style:inconclusive: Function 'oqs_sha2_sha256_inc_ctx_clone_c' argument 1 names different: declaration 'dest' definition 'stateout'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2_local.h:47:49: note: Function 'oqs_sha2_sha256_inc_ctx_clone_c' argument 1 names different: declaration 'dest' definition 'stateout'. liboqs-0.7.1/src/common/sha2/sha2_c.c:564:49: note: Function 'oqs_sha2_sha256_inc_ctx_clone_c' argument 1 names different: declaration 'dest' definition 'stateout'. liboqs-0.7.1/src/common/sha2/sha2_c.c:564:76: style:inconclusive: Function 'oqs_sha2_sha256_inc_ctx_clone_c' argument 2 names different: declaration 'src' definition 'statein'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2_local.h:47:72: note: Function 'oqs_sha2_sha256_inc_ctx_clone_c' argument 2 names different: declaration 'src' definition 'statein'. liboqs-0.7.1/src/common/sha2/sha2_c.c:564:76: note: Function 'oqs_sha2_sha256_inc_ctx_clone_c' argument 2 names different: declaration 'src' definition 'statein'. liboqs-0.7.1/src/common/sha2/sha2_c.c:572:49: style:inconclusive: Function 'oqs_sha2_sha384_inc_ctx_clone_c' argument 1 names different: declaration 'dest' definition 'stateout'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2_local.h:54:49: note: Function 'oqs_sha2_sha384_inc_ctx_clone_c' argument 1 names different: declaration 'dest' definition 'stateout'. liboqs-0.7.1/src/common/sha2/sha2_c.c:572:49: note: Function 'oqs_sha2_sha384_inc_ctx_clone_c' argument 1 names different: declaration 'dest' definition 'stateout'. liboqs-0.7.1/src/common/sha2/sha2_c.c:572:76: style:inconclusive: Function 'oqs_sha2_sha384_inc_ctx_clone_c' argument 2 names different: declaration 'src' definition 'statein'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2_local.h:54:72: note: Function 'oqs_sha2_sha384_inc_ctx_clone_c' argument 2 names different: declaration 'src' definition 'statein'. liboqs-0.7.1/src/common/sha2/sha2_c.c:572:76: note: Function 'oqs_sha2_sha384_inc_ctx_clone_c' argument 2 names different: declaration 'src' definition 'statein'. liboqs-0.7.1/src/common/sha2/sha2_c.c:580:49: style:inconclusive: Function 'oqs_sha2_sha512_inc_ctx_clone_c' argument 1 names different: declaration 'dest' definition 'stateout'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2_local.h:63:49: note: Function 'oqs_sha2_sha512_inc_ctx_clone_c' argument 1 names different: declaration 'dest' definition 'stateout'. liboqs-0.7.1/src/common/sha2/sha2_c.c:580:49: note: Function 'oqs_sha2_sha512_inc_ctx_clone_c' argument 1 names different: declaration 'dest' definition 'stateout'. liboqs-0.7.1/src/common/sha2/sha2_c.c:580:76: style:inconclusive: Function 'oqs_sha2_sha512_inc_ctx_clone_c' argument 2 names different: declaration 'src' definition 'statein'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha2/sha2_local.h:63:72: note: Function 'oqs_sha2_sha512_inc_ctx_clone_c' argument 2 names different: declaration 'src' definition 'statein'. liboqs-0.7.1/src/common/sha2/sha2_c.c:580:76: note: Function 'oqs_sha2_sha512_inc_ctx_clone_c' argument 2 names different: declaration 'src' definition 'statein'. liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600/plain-64bits/KeccakP-1600-opt64.c:311:2: error: There is an unknown macro here somewhere. Configuration is required. If copyFromState is a macro then please configure it. [unknownMacro] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:55:11: style: union member 'Anonymous0::i' is never used. [unusedStructMember] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:59:11: style: union member 'Anonymous1::i' is never used. [unusedStructMember] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bba [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bbe [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bbi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bbo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bbu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bga [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bge [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bgi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bgo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bgu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bka [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bke [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bki [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bko [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bku [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bma [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bme [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bmi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bmo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bmu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bsa [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bse [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bsi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bso [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Bsu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ca [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ce [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ci [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Co [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Cu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ca1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ce1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ci1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Co1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Cu1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Da [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: De [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Di [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Do [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Du [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Eba [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ebe [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ebi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ebo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ebu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ega [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ege [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Egi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ego [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Egu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Eka [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Eke [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Eki [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Eko [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Eku [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ema [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Eme [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Emi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Emo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Emu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Esa [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Ese [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Esi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Eso [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:835:2: style: Unused variable: Esu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bba [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bbe [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bbi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bbo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bbu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bga [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bge [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bgi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bgo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bgu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bka [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bke [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bki [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bko [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bku [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bma [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bme [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bmi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bmo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bmu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bsa [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bse [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bsi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bso [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Bsu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ca [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ce [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ci [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Co [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Cu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ca1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ce1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ci1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Co1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Cu1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Da [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: De [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Di [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Do [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Du [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Eba [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ebe [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ebi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ebo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ebu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ega [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ege [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Egi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ego [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Egu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Eka [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Eke [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Eki [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Eko [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Eku [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ema [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Eme [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Emi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Emo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Emu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Esa [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Ese [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Esi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Eso [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:844:2: style: Unused variable: Esu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bba [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bbe [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bbi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bbo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bbu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bga [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bge [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bgi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bgo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bgu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bka [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bke [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bki [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bko [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bku [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bma [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bme [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bmi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bmo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bmu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bsa [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bse [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bsi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bso [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Bsu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ca [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ce [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ci [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Co [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Cu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ca1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ce1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ci1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Co1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Cu1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Da [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: De [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Di [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Do [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Du [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Eba [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ebe [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ebi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ebo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ebu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ega [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ege [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Egi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ego [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Egu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Eka [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Eke [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Eki [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Eko [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Eku [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ema [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Eme [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Emi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Emo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Emu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Esa [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Ese [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Esi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Eso [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:853:2: style: Unused variable: Esu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bba [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bbe [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bbi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bbo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bbu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bga [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bge [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bgi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bgo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bgu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bka [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bke [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bki [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bko [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bku [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bma [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bme [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bmi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bmo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bmu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bsa [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bse [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bsi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bso [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Bsu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ca [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ce [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ci [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Co [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Cu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ca1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ce1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ci1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Co1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Cu1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Da [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: De [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Di [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Do [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Du [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Eba [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ebe [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ebi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ebo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ebu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ega [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ege [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Egi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ego [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Egu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Eka [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Eke [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Eki [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Eko [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Eku [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ema [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Eme [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Emi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Emo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Emu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Esa [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Ese [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Esi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Eso [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:862:2: style: Unused variable: Esu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bba [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bbe [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bbi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bbo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bbu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bga [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bge [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bgi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bgo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bgu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bka [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bke [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bki [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bko [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bku [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bma [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bme [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bmi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bmo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bmu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bsa [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bse [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bsi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bso [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Bsu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ca [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ce [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ci [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Co [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Cu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ca1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ce1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ci1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Co1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Cu1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Da [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: De [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Di [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Do [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Du [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Eba [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ebe [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ebi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ebo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ebu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ega [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ege [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Egi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ego [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Egu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Eka [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Eke [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Eki [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Eko [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Eku [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ema [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Eme [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Emi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Emo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Emu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Esa [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Ese [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Esi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Eso [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:876:3: style: Unused variable: Esu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bba [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bbe [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bbi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bbo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bbu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bga [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bge [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bgi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bgo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bgu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bka [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bke [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bki [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bko [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bku [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bma [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bme [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bmi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bmo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bmu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bsa [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bse [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bsi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bso [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Bsu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ca [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ce [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ci [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Co [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Cu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ca1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ce1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ci1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Co1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Cu1 [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Da [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: De [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Di [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Do [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Du [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Eba [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ebe [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ebi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ebo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ebu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ega [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ege [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Egi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ego [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Egu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Eka [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Eke [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Eki [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Eko [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Eku [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ema [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Eme [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Emi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Emo [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Emu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Esa [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Ese [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Esi [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Eso [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_low/KeccakP-1600times4/avx2/KeccakP-1600-times4-SIMD256.c:933:3: style: Unused variable: Esu [unusedVariable] liboqs-0.7.1/src/common/sha3/xkcp_sha3.c:186:70: style:inconclusive: Function 'OQS_SHA3_sha3_256' argument 3 names different: declaration 'inplen' definition 'inlen'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha3/sha3.h:39:70: note: Function 'OQS_SHA3_sha3_256' argument 3 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha3/xkcp_sha3.c:186:70: note: Function 'OQS_SHA3_sha3_256' argument 3 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha3/xkcp_sha3.c:225:70: style:inconclusive: Function 'OQS_SHA3_sha3_384' argument 3 names different: declaration 'inplen' definition 'inlen'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha3/sha3.h:114:70: note: Function 'OQS_SHA3_sha3_384' argument 3 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha3/xkcp_sha3.c:225:70: note: Function 'OQS_SHA3_sha3_384' argument 3 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha3/xkcp_sha3.c:264:70: style:inconclusive: Function 'OQS_SHA3_sha3_512' argument 3 names different: declaration 'inplen' definition 'inlen'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha3/sha3.h:189:70: note: Function 'OQS_SHA3_sha3_512' argument 3 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha3/xkcp_sha3.c:264:70: note: Function 'OQS_SHA3_sha3_512' argument 3 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha3/xkcp_sha3.c:303:85: style:inconclusive: Function 'OQS_SHA3_shake128' argument 4 names different: declaration 'inplen' definition 'inlen'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha3/sha3.h:267:85: note: Function 'OQS_SHA3_shake128' argument 4 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha3/xkcp_sha3.c:303:85: note: Function 'OQS_SHA3_shake128' argument 4 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha3/xkcp_sha3.c:348:85: style:inconclusive: Function 'OQS_SHA3_shake256' argument 4 names different: declaration 'inplen' definition 'inlen'. [funcArgNamesDifferent] liboqs-0.7.1/src/common/sha3/sha3.h:354:85: note: Function 'OQS_SHA3_shake256' argument 4 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/common/sha3/xkcp_sha3.c:348:85: note: Function 'OQS_SHA3_shake256' argument 4 names different: declaration 'inplen' definition 'inlen'. liboqs-0.7.1/src/kem/bike/additional_r3/aes_wrap.h:47:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] liboqs-0.7.1/src/kem/bike/additional_r3/gf2x_mul_portable.c:22:21: style: Modulo of one is always equal to zero [moduloofone] liboqs-0.7.1/src/kem/bike/additional_r3/gf2x_mul_portable.c:42:21: style: Modulo of one is always equal to zero [moduloofone] liboqs-0.7.1/src/kem/bike/additional_r3/gf2x_mul_portable.c:58:21: style: Modulo of one is always equal to zero [moduloofone] liboqs-0.7.1/src/kem/bike/additional_r3/sampling.c:66:13: style: Same expression on both sides of '=='. [duplicateExpression] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864_avx/bm.c:64:47: style: Parameter 'in' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864_avx/decrypt.c:88:16: error: Uninitialized variable: error8 [uninitvar] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864_avx/int32_sort.c:26:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864_avx/pk_gen.c:17:16: style: Variable 'u' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864f_avx/bm.c:64:47: style: Parameter 'in' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864f_avx/decrypt.c:88:16: error: Uninitialized variable: error8 [uninitvar] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864f_avx/int32_sort.c:26:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864f_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864f_avx/pk_gen.c:20:16: style: Variable 'u' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864f_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864f_vec/pk_gen.c:253:28: style: Variable 'ops[i][i/64]' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864f_vec/pk_gen.c:254:28: style: Variable 'ops[i][i/64]' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896_avx/decrypt.c:88:16: error: Uninitialized variable: error8 [uninitvar] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896_avx/fft_tr.c:386:14: style: Variable 'v[3]' is reassigned a value before the old one has been used. [redundantAssignment] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896_avx/fft_tr.c:384:14: note: v[3] is assigned liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896_avx/fft_tr.c:386:14: note: v[3] is overwritten liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896_avx/int32_sort.c:26:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896_avx/pk_gen.c:17:16: style: Variable 'u' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896f_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896f_avx/decrypt.c:88:16: error: Uninitialized variable: error8 [uninitvar] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896f_avx/fft_tr.c:386:14: style: Variable 'v[3]' is reassigned a value before the old one has been used. [redundantAssignment] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896f_avx/fft_tr.c:384:14: note: v[3] is assigned liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896f_avx/fft_tr.c:386:14: note: v[3] is overwritten liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896f_avx/int32_sort.c:26:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896f_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896f_avx/pk_gen.c:19:16: style: Variable 'u' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896f_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128_avx/decrypt.c:88:16: error: Uninitialized variable: error8 [uninitvar] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128_avx/int32_sort.c:26:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128_avx/pk_gen.c:17:16: style: Variable 'u' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128f_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128f_avx/decrypt.c:88:16: error: Uninitialized variable: error8 [uninitvar] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128f_avx/int32_sort.c:26:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128f_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128f_avx/pk_gen.c:19:16: style: Variable 'u' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128f_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119_avx/decrypt.c:90:16: error: Uninitialized variable: error8 [uninitvar] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119_avx/int32_sort.c:26:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119_avx/pk_gen.c:17:16: style: Variable 'u' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119_vec/encrypt.c:120:14: style: Variable 'e_tmp[i]' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119f_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119f_avx/decrypt.c:90:16: error: Uninitialized variable: error8 [uninitvar] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119f_avx/int32_sort.c:26:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119f_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119f_avx/pk_gen.c:19:16: style: Variable 'u' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119f_vec/encrypt.c:120:14: style: Variable 'e_tmp[i]' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119f_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128_avx/int32_sort.c:26:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128_avx/pk_gen.c:17:16: style: Variable 'u' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128f_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128f_avx/int32_sort.c:26:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128f_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128f_avx/pk_gen.c:19:16: style: Variable 'u' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128f_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/frodokem/external/kem.c:37:14: warning: Redundant assignment of 'S[i]' to itself. [selfAssignment] liboqs-0.7.1/src/kem/frodokem/external/kem.c:50:14: warning: Redundant assignment of 'S[i]' to itself. [selfAssignment] liboqs-0.7.1/src/kem/frodokem/external/kem.c:100:15: warning: Redundant assignment of 'Sp[i]' to itself. [selfAssignment] liboqs-0.7.1/src/kem/frodokem/external/kem.c:186:15: warning: Redundant assignment of 'Sp[i]' to itself. [selfAssignment] liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_as_plus_e.c:57:22: warning: Redundant assignment of 'a_row[k]' to itself. [selfAssignment] liboqs-0.7.1/src/kem/frodokem/external/util.c:119:50: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:26:39: style:inconclusive: Function 'oqs_kem_frodokem_1344_aes_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:19:39: note: Function 'oqs_kem_frodokem_1344_aes_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:26:39: note: Function 'oqs_kem_frodokem_1344_aes_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:43:39: style:inconclusive: Function 'oqs_kem_frodokem_1344_aes_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:20:39: note: Function 'oqs_kem_frodokem_1344_aes_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:43:39: note: Function 'oqs_kem_frodokem_1344_aes_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/noise.c:12:14: style: Variable 'cdf_table' can be declared as const array [constVariable] liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_aes_avx2.c:39:43: style: Variable 'sum' is not assigned a value. [unassignedVariable] liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:26:39: style:inconclusive: Function 'oqs_kem_frodokem_1344_shake_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:19:39: note: Function 'oqs_kem_frodokem_1344_shake_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:26:39: note: Function 'oqs_kem_frodokem_1344_shake_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:43:39: style:inconclusive: Function 'oqs_kem_frodokem_1344_shake_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:20:39: note: Function 'oqs_kem_frodokem_1344_shake_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:43:39: note: Function 'oqs_kem_frodokem_1344_shake_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:26:39: style:inconclusive: Function 'oqs_kem_frodokem_640_aes_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:19:39: note: Function 'oqs_kem_frodokem_640_aes_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:26:39: note: Function 'oqs_kem_frodokem_640_aes_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:43:39: style:inconclusive: Function 'oqs_kem_frodokem_640_aes_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:20:39: note: Function 'oqs_kem_frodokem_640_aes_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:43:39: note: Function 'oqs_kem_frodokem_640_aes_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:26:39: style:inconclusive: Function 'oqs_kem_frodokem_640_shake_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:19:39: note: Function 'oqs_kem_frodokem_640_shake_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:26:39: note: Function 'oqs_kem_frodokem_640_shake_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:43:39: style:inconclusive: Function 'oqs_kem_frodokem_640_shake_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:20:39: note: Function 'oqs_kem_frodokem_640_shake_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:43:39: note: Function 'oqs_kem_frodokem_640_shake_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:26:39: style:inconclusive: Function 'oqs_kem_frodokem_976_aes_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:19:39: note: Function 'oqs_kem_frodokem_976_aes_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:26:39: note: Function 'oqs_kem_frodokem_976_aes_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:43:39: style:inconclusive: Function 'oqs_kem_frodokem_976_aes_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:20:39: note: Function 'oqs_kem_frodokem_976_aes_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:43:39: note: Function 'oqs_kem_frodokem_976_aes_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:26:39: style:inconclusive: Function 'oqs_kem_frodokem_976_shake_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:19:39: note: Function 'oqs_kem_frodokem_976_shake_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:26:39: note: Function 'oqs_kem_frodokem_976_shake_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:43:39: style:inconclusive: Function 'oqs_kem_frodokem_976_shake_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:20:39: note: Function 'oqs_kem_frodokem_976_shake_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_optimized.c:43:39: note: Function 'oqs_kem_frodokem_976_shake_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_as_plus_e.c:79:1: error: Unmatched '}'. Configuration: '__GNUC__=1'. [syntaxError] liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_reference.c:44:14: warning: Redundant assignment of 'A[i]' to itself. [selfAssignment] liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_reference.c:94:14: warning: Redundant assignment of 'A[i]' to itself. [selfAssignment] liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_reference.c:15:39: style:inconclusive: Function 'frodo_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:19:39: note: Function 'frodo_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_reference.c:15:39: note: Function 'frodo_mul_add_as_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_reference.c:65:39: style:inconclusive: Function 'frodo_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/frodokem/external/frodo_internal.h:20:39: note: Function 'frodo_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/frodokem/external/frodo_macrify_reference.c:65:39: note: Function 'frodo_mul_add_sa_plus_e' argument 1 names different: declaration 'b' definition 'out'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/code.c:24:70: style:inconclusive: Function 'PQCLEAN_HQCRMRS128_AVX2_code_encode' argument 2 names different: declaration 'message' definition 'm'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/code.h:13:70: note: Function 'PQCLEAN_HQCRMRS128_AVX2_code_encode' argument 2 names different: declaration 'message' definition 'm'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/code.c:24:70: note: Function 'PQCLEAN_HQCRMRS128_AVX2_code_encode' argument 2 names different: declaration 'message' definition 'm'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/gf.c:146:9: style: Redundant initialization for 'inv'. The initialized value is overwritten before it is read. [redundantInitialization] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/gf.c:143:18: note: inv is initialized liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/gf.c:146:9: note: inv is overwritten liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/gf2x.c:34:55: style:inconclusive: Function 'reduce' argument 2 names different: declaration 'a' definition 'a256'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/gf2x.c:17:55: note: Function 'reduce' argument 2 names different: declaration 'a' definition 'a256'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/gf2x.c:34:55: note: Function 'reduce' argument 2 names different: declaration 'a' definition 'a256'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_muller.c:299:9: style: Redundant initialization for 'tmp'. The initialized value is overwritten before it is read. [redundantInitialization] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_muller.c:234:17: note: tmp is initialized liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_muller.c:299:9: note: tmp is overwritten liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_muller.c:275:47: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_muller.c:292:47: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_muller.c:329:60: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_muller.c:335:60: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_solomon.c:362:66: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_solomon.c:394:66: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_solomon.c:360:50: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_solomon.c:362:66: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_solomon.c:392:50: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_solomon.c:394:66: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_solomon.c:130:24: style: Variable 'gate_value' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_avx2/reed_solomon.c:217:29: style: Variable 'deg_sigma_copy' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/code.c:24:71: style:inconclusive: Function 'PQCLEAN_HQCRMRS128_CLEAN_code_encode' argument 2 names different: declaration 'message' definition 'm'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/code.h:13:71: note: Function 'PQCLEAN_HQCRMRS128_CLEAN_code_encode' argument 2 names different: declaration 'message' definition 'm'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/code.c:24:71: note: Function 'PQCLEAN_HQCRMRS128_CLEAN_code_encode' argument 2 names different: declaration 'message' definition 'm'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/gf.c:18:39: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/gf.c:19:40: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/gf.c:31:47: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/gf.c:43:47: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/reed_muller.c:49:10: error: Signed integer overflow for expression '-((message>>0)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/reed_muller.c:50:10: error: Signed integer overflow for expression '-((message>>1)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/reed_muller.c:51:10: error: Signed integer overflow for expression '-((message>>2)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/reed_muller.c:52:10: error: Signed integer overflow for expression '-((message>>3)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/reed_muller.c:53:10: error: Signed integer overflow for expression '-((message>>4)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/reed_solomon.c:245:66: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/reed_solomon.c:277:66: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/reed_solomon.c:243:50: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/reed_solomon.c:245:66: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/reed_solomon.c:275:50: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/reed_solomon.c:277:66: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/reed_solomon.c:34:24: style: Variable 'gate_value' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-128_clean/reed_solomon.c:100:29: style: Variable 'deg_sigma_copy' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/code.c:24:70: style:inconclusive: Function 'PQCLEAN_HQCRMRS192_AVX2_code_encode' argument 2 names different: declaration 'message' definition 'm'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/code.h:13:70: note: Function 'PQCLEAN_HQCRMRS192_AVX2_code_encode' argument 2 names different: declaration 'message' definition 'm'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/code.c:24:70: note: Function 'PQCLEAN_HQCRMRS192_AVX2_code_encode' argument 2 names different: declaration 'message' definition 'm'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/gf.c:146:9: style: Redundant initialization for 'inv'. The initialized value is overwritten before it is read. [redundantInitialization] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/gf.c:143:18: note: inv is initialized liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/gf.c:146:9: note: inv is overwritten liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/gf2x.c:35:55: style:inconclusive: Function 'reduce' argument 2 names different: declaration 'a' definition 'a256'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/gf2x.c:17:55: note: Function 'reduce' argument 2 names different: declaration 'a' definition 'a256'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/gf2x.c:35:55: note: Function 'reduce' argument 2 names different: declaration 'a' definition 'a256'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_muller.c:299:9: style: Redundant initialization for 'tmp'. The initialized value is overwritten before it is read. [redundantInitialization] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_muller.c:234:17: note: tmp is initialized liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_muller.c:299:9: note: tmp is overwritten liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_muller.c:275:47: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_muller.c:292:47: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_muller.c:329:60: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_muller.c:335:60: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_solomon.c:374:66: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_solomon.c:406:66: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_solomon.c:372:50: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_solomon.c:374:66: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_solomon.c:404:50: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_solomon.c:406:66: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_solomon.c:149:24: style: Variable 'gate_value' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_avx2/reed_solomon.c:229:29: style: Variable 'deg_sigma_copy' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/code.c:24:71: style:inconclusive: Function 'PQCLEAN_HQCRMRS192_CLEAN_code_encode' argument 2 names different: declaration 'message' definition 'm'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/code.h:13:71: note: Function 'PQCLEAN_HQCRMRS192_CLEAN_code_encode' argument 2 names different: declaration 'message' definition 'm'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/code.c:24:71: note: Function 'PQCLEAN_HQCRMRS192_CLEAN_code_encode' argument 2 names different: declaration 'message' definition 'm'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/gf.c:18:39: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/gf.c:19:40: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/gf.c:31:47: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/gf.c:43:47: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/reed_muller.c:49:10: error: Signed integer overflow for expression '-((message>>0)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/reed_muller.c:50:10: error: Signed integer overflow for expression '-((message>>1)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/reed_muller.c:51:10: error: Signed integer overflow for expression '-((message>>2)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/reed_muller.c:52:10: error: Signed integer overflow for expression '-((message>>3)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/reed_muller.c:53:10: error: Signed integer overflow for expression '-((message>>4)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/reed_solomon.c:245:66: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/reed_solomon.c:277:66: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/reed_solomon.c:243:50: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/reed_solomon.c:245:66: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/reed_solomon.c:275:50: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/reed_solomon.c:277:66: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/reed_solomon.c:34:24: style: Variable 'gate_value' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-192_clean/reed_solomon.c:100:29: style: Variable 'deg_sigma_copy' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/code.c:24:70: style:inconclusive: Function 'PQCLEAN_HQCRMRS256_AVX2_code_encode' argument 2 names different: declaration 'message' definition 'm'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/code.h:13:70: note: Function 'PQCLEAN_HQCRMRS256_AVX2_code_encode' argument 2 names different: declaration 'message' definition 'm'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/code.c:24:70: note: Function 'PQCLEAN_HQCRMRS256_AVX2_code_encode' argument 2 names different: declaration 'message' definition 'm'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/gf.c:146:9: style: Redundant initialization for 'inv'. The initialized value is overwritten before it is read. [redundantInitialization] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/gf.c:143:18: note: inv is initialized liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/gf.c:146:9: note: inv is overwritten liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/gf2x.c:45:55: style:inconclusive: Function 'reduce' argument 2 names different: declaration 'a' definition 'a256'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/gf2x.c:26:55: note: Function 'reduce' argument 2 names different: declaration 'a' definition 'a256'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/gf2x.c:45:55: note: Function 'reduce' argument 2 names different: declaration 'a' definition 'a256'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/gf2x.c:399:54: style: Parameter 'in' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_muller.c:299:9: style: Redundant initialization for 'tmp'. The initialized value is overwritten before it is read. [redundantInitialization] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_muller.c:234:17: note: tmp is initialized liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_muller.c:299:9: note: tmp is overwritten liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_muller.c:275:47: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_muller.c:292:47: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_muller.c:329:60: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_muller.c:335:60: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_solomon.c:640:66: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_solomon.c:672:66: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_solomon.c:638:50: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_solomon.c:640:66: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_solomon.c:670:50: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_solomon.c:672:66: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_solomon.c:400:24: style: Variable 'gate_value' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/reed_solomon.c:495:29: style: Variable 'deg_sigma_copy' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/code.c:24:71: style:inconclusive: Function 'PQCLEAN_HQCRMRS256_CLEAN_code_encode' argument 2 names different: declaration 'message' definition 'm'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/code.h:13:71: note: Function 'PQCLEAN_HQCRMRS256_CLEAN_code_encode' argument 2 names different: declaration 'message' definition 'm'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/code.c:24:71: note: Function 'PQCLEAN_HQCRMRS256_CLEAN_code_encode' argument 2 names different: declaration 'message' definition 'm'. liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/gf.c:18:39: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/gf.c:19:40: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/gf.c:31:47: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/gf.c:43:47: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/reed_muller.c:49:10: error: Signed integer overflow for expression '-((message>>0)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/reed_muller.c:50:10: error: Signed integer overflow for expression '-((message>>1)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/reed_muller.c:51:10: error: Signed integer overflow for expression '-((message>>2)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/reed_muller.c:52:10: error: Signed integer overflow for expression '-((message>>3)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/reed_muller.c:53:10: error: Signed integer overflow for expression '-((message>>4)&1)'. [integerOverflow] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/reed_solomon.c:245:66: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/reed_solomon.c:277:66: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/reed_solomon.c:243:50: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/reed_solomon.c:245:66: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/reed_solomon.c:275:50: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/reed_solomon.c:277:66: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/reed_solomon.c:34:24: style: Variable 'gate_value' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_clean/reed_solomon.c:100:29: style: Variable 'deg_sigma_copy' is assigned a value that is never used. [unreadVariable] liboqs-0.7.1/src/kem/kem.c:450:9: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] liboqs-0.7.1/src/kem/kem.c:457:4: note: Found duplicate branches for 'if' and 'else'. liboqs-0.7.1/src/kem/kem.c:450:9: note: Found duplicate branches for 'if' and 'else'. liboqs-0.7.1/src/kem/kem.c:822:9: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] liboqs-0.7.1/src/kem/kem.c:829:4: note: Found duplicate branches for 'if' and 'else'. liboqs-0.7.1/src/kem/kem.c:822:9: note: Found duplicate branches for 'if' and 'else'. liboqs-0.7.1/src/kem/kyber/pqclean_kyber1024_aarch64/neon_symmetric-shake.c:19:49: style:inconclusive: Function 'PQCLEAN_KYBER1024_AARCH64_neon_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqclean_kyber1024_aarch64/symmetric.h:39:49: note: Function 'PQCLEAN_KYBER1024_AARCH64_neon_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqclean_kyber1024_aarch64/neon_symmetric-shake.c:19:49: note: Function 'PQCLEAN_KYBER1024_AARCH64_neon_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqclean_kyber1024_aarch64/symmetric-shake.c:18:44: style:inconclusive: Function 'PQCLEAN_KYBER1024_AARCH64_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqclean_kyber1024_aarch64/symmetric.h:16:44: note: Function 'PQCLEAN_KYBER1024_AARCH64_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqclean_kyber1024_aarch64/symmetric-shake.c:18:44: note: Function 'PQCLEAN_KYBER1024_AARCH64_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqclean_kyber512_aarch64/neon_symmetric-shake.c:19:49: style:inconclusive: Function 'PQCLEAN_KYBER512_AARCH64_neon_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqclean_kyber512_aarch64/symmetric.h:39:49: note: Function 'PQCLEAN_KYBER512_AARCH64_neon_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqclean_kyber512_aarch64/neon_symmetric-shake.c:19:49: note: Function 'PQCLEAN_KYBER512_AARCH64_neon_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqclean_kyber512_aarch64/symmetric-shake.c:18:44: style:inconclusive: Function 'PQCLEAN_KYBER512_AARCH64_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqclean_kyber512_aarch64/symmetric.h:16:44: note: Function 'PQCLEAN_KYBER512_AARCH64_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqclean_kyber512_aarch64/symmetric-shake.c:18:44: note: Function 'PQCLEAN_KYBER512_AARCH64_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqclean_kyber768_aarch64/neon_symmetric-shake.c:19:49: style:inconclusive: Function 'PQCLEAN_KYBER768_AARCH64_neon_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqclean_kyber768_aarch64/symmetric.h:40:49: note: Function 'PQCLEAN_KYBER768_AARCH64_neon_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqclean_kyber768_aarch64/neon_symmetric-shake.c:19:49: note: Function 'PQCLEAN_KYBER768_AARCH64_neon_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqclean_kyber768_aarch64/symmetric-shake.c:18:44: style:inconclusive: Function 'PQCLEAN_KYBER768_AARCH64_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqclean_kyber768_aarch64/symmetric.h:16:44: note: Function 'PQCLEAN_KYBER768_AARCH64_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqclean_kyber768_aarch64/symmetric-shake.c:18:44: note: Function 'PQCLEAN_KYBER768_AARCH64_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_aes/aes256ctr.c:125:34: style:inconclusive: Function 'pqcrystals_kyber_aes256ctr_avx2_prf' argument 3 names different: declaration 'key' definition 'seed'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_aes/aes256ctr.h:30:34: note: Function 'pqcrystals_kyber_aes256ctr_avx2_prf' argument 3 names different: declaration 'key' definition 'seed'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_aes/aes256ctr.c:125:34: note: Function 'pqcrystals_kyber_aes256ctr_avx2_prf' argument 3 names different: declaration 'key' definition 'seed'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.c:355:17: style: Condition 'nk>6' is always true [knownConditionTrueFalse] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.c:345:16: note: Assignment 'key_len=32', assigned value is 32 liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.c:347:7: note: Assignment 'nk=(int)(key_len>>2)', assigned value is 8 liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.c:355:17: note: Condition 'nk>6' is always true liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.c:565:36: style:inconclusive: Function 'pqcrystals_kyber_aes256ctr_ref_init' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.h:23:36: note: Function 'pqcrystals_kyber_aes256ctr_ref_init' argument 1 names different: declaration 'state' definition 's'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.c:565:36: note: Function 'pqcrystals_kyber_aes256ctr_ref_init' argument 1 names different: declaration 'state' definition 's'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.c:579:75: style:inconclusive: Function 'pqcrystals_kyber_aes256ctr_ref_squeezeblocks' argument 3 names different: declaration 'state' definition 's'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.h:30:45: note: Function 'pqcrystals_kyber_aes256ctr_ref_squeezeblocks' argument 3 names different: declaration 'state' definition 's'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.c:579:75: note: Function 'pqcrystals_kyber_aes256ctr_ref_squeezeblocks' argument 3 names different: declaration 'state' definition 's'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.c:536:2: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.c:537:2: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.c:570:3: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_common_ref/aes256ctr.c:571:3: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024-90s_avx2/poly.c:338:75: style:inconclusive: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024-90s_avx2/poly.h:23:65: note: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024-90s_avx2/poly.c:338:75: note: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024-90s_ref/ntt.c:80:18: style:inconclusive: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024-90s_ref/ntt.h:11:18: note: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024-90s_ref/ntt.c:80:18: note: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024-90s_ref/ntt.c:106:21: style:inconclusive: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024-90s_ref/ntt.h:14:21: note: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024-90s_ref/ntt.c:106:21: note: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024-90s_ref/poly.c:180:65: style:inconclusive: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024-90s_ref/poly.h:28:65: note: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024-90s_ref/poly.c:180:65: note: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_avx2/poly.c:338:75: style:inconclusive: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_avx2/poly.h:23:65: note: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_avx2/poly.c:338:75: note: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_avx2/symmetric-shake.c:18:44: style:inconclusive: Function 'pqcrystals_kyber768_avx2_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_avx2/symmetric.h:39:44: note: Function 'pqcrystals_kyber768_avx2_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_avx2/symmetric-shake.c:18:44: note: Function 'pqcrystals_kyber768_avx2_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_ref/ntt.c:80:18: style:inconclusive: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_ref/ntt.h:11:18: note: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_ref/ntt.c:80:18: note: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_ref/ntt.c:106:21: style:inconclusive: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_ref/ntt.h:14:21: note: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_ref/ntt.c:106:21: note: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_ref/poly.c:180:65: style:inconclusive: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_ref/poly.h:28:65: note: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_ref/poly.c:180:65: note: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_ref/symmetric-shake.c:18:44: style:inconclusive: Function 'pqcrystals_kyber768_ref_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_ref/symmetric.h:43:44: note: Function 'pqcrystals_kyber768_ref_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber1024_ref/symmetric-shake.c:18:44: note: Function 'pqcrystals_kyber768_ref_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512-90s_avx2/poly.c:338:75: style:inconclusive: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512-90s_avx2/poly.h:23:65: note: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512-90s_avx2/poly.c:338:75: note: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512-90s_ref/ntt.c:80:18: style:inconclusive: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512-90s_ref/ntt.h:11:18: note: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512-90s_ref/ntt.c:80:18: note: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512-90s_ref/ntt.c:106:21: style:inconclusive: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512-90s_ref/ntt.h:14:21: note: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512-90s_ref/ntt.c:106:21: note: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512-90s_ref/poly.c:180:65: style:inconclusive: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512-90s_ref/poly.h:28:65: note: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512-90s_ref/poly.c:180:65: note: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_avx2/poly.c:338:75: style:inconclusive: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_avx2/poly.h:23:65: note: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_avx2/poly.c:338:75: note: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_avx2/symmetric-shake.c:18:44: style:inconclusive: Function 'pqcrystals_kyber768_avx2_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_avx2/symmetric.h:39:44: note: Function 'pqcrystals_kyber768_avx2_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_avx2/symmetric-shake.c:18:44: note: Function 'pqcrystals_kyber768_avx2_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_ref/ntt.c:80:18: style:inconclusive: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_ref/ntt.h:11:18: note: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_ref/ntt.c:80:18: note: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_ref/ntt.c:106:21: style:inconclusive: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_ref/ntt.h:14:21: note: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_ref/ntt.c:106:21: note: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_ref/poly.c:180:65: style:inconclusive: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_ref/poly.h:28:65: note: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_ref/poly.c:180:65: note: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_ref/symmetric-shake.c:18:44: style:inconclusive: Function 'pqcrystals_kyber768_ref_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_ref/symmetric.h:43:44: note: Function 'pqcrystals_kyber768_ref_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber512_ref/symmetric-shake.c:18:44: note: Function 'pqcrystals_kyber768_ref_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768-90s_avx2/poly.c:338:75: style:inconclusive: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768-90s_avx2/poly.h:23:65: note: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768-90s_avx2/poly.c:338:75: note: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768-90s_ref/ntt.c:80:18: style:inconclusive: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768-90s_ref/ntt.h:11:18: note: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768-90s_ref/ntt.c:80:18: note: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768-90s_ref/ntt.c:106:21: style:inconclusive: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768-90s_ref/ntt.h:14:21: note: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768-90s_ref/ntt.c:106:21: note: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768-90s_ref/poly.c:180:65: style:inconclusive: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768-90s_ref/poly.h:28:65: note: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768-90s_ref/poly.c:180:65: note: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_avx2/poly.c:338:75: style:inconclusive: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_avx2/poly.h:23:65: note: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_avx2/poly.c:338:75: note: Function 'pqcrystals_kyber768_avx2_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_avx2/symmetric-shake.c:18:44: style:inconclusive: Function 'pqcrystals_kyber768_avx2_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_avx2/symmetric.h:39:44: note: Function 'pqcrystals_kyber768_avx2_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_avx2/symmetric-shake.c:18:44: note: Function 'pqcrystals_kyber768_avx2_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_ref/ntt.c:80:18: style:inconclusive: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_ref/ntt.h:11:18: note: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_ref/ntt.c:80:18: note: Function 'pqcrystals_kyber768_ref_ntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_ref/ntt.c:106:21: style:inconclusive: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_ref/ntt.h:14:21: note: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_ref/ntt.c:106:21: note: Function 'pqcrystals_kyber768_ref_invntt' argument 1 names different: declaration 'poly' definition 'r'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_ref/poly.c:180:65: style:inconclusive: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_ref/poly.h:28:65: note: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_ref/poly.c:180:65: note: Function 'pqcrystals_kyber768_ref_poly_tomsg' argument 2 names different: declaration 'r' definition 'a'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_ref/symmetric-shake.c:18:44: style:inconclusive: Function 'pqcrystals_kyber768_ref_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_ref/symmetric.h:43:44: note: Function 'pqcrystals_kyber768_ref_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/kyber/pqcrystals-kyber_kyber768_ref/symmetric-shake.c:18:44: note: Function 'pqcrystals_kyber768_ref_kyber_shake128_absorb' argument 1 names different: declaration 's' definition 'state'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/crypto_sort_int32.c:25:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/poly_s3_inv.c:197:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/poly_s3_inv.c:439:52: style:inconclusive: Function 'PQCLEAN_NTRUHPS2048509_AVX2_poly_S3_inv' argument 1 names different: declaration 'r' definition 'r_out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/poly.h:36:52: note: Function 'PQCLEAN_NTRUHPS2048509_AVX2_poly_S3_inv' argument 1 names different: declaration 'r' definition 'r_out'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/poly_s3_inv.c:439:52: note: Function 'PQCLEAN_NTRUHPS2048509_AVX2_poly_S3_inv' argument 1 names different: declaration 'r' definition 'r_out'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/poly_s3_inv.c:227:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/poly_s3_inv.c:227:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/poly_s3_inv.c:197:14: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/sample.c:16:81: style:inconclusive: Function 'PQCLEAN_NTRUHPS2048509_AVX2_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/sample.h:14:81: note: Function 'PQCLEAN_NTRUHPS2048509_AVX2_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/sample.c:16:81: note: Function 'PQCLEAN_NTRUHPS2048509_AVX2_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_clean/crypto_sort_int32.c:33:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_clean/crypto_sort_int32.c:38:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_clean/crypto_sort_int32.c:51:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_clean/crypto_sort_int32.c:65:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_clean/crypto_sort_int32.c:76:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_clean/sample.c:16:82: style:inconclusive: Function 'PQCLEAN_NTRUHPS2048509_CLEAN_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_clean/sample.h:14:82: note: Function 'PQCLEAN_NTRUHPS2048509_CLEAN_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_clean/sample.c:16:82: note: Function 'PQCLEAN_NTRUHPS2048509_CLEAN_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/crypto_sort_int32.c:25:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/poly_s3_inv.c:197:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/poly_s3_inv.c:545:52: style:inconclusive: Function 'PQCLEAN_NTRUHPS2048677_AVX2_poly_S3_inv' argument 1 names different: declaration 'r' definition 'r_out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/poly.h:36:52: note: Function 'PQCLEAN_NTRUHPS2048677_AVX2_poly_S3_inv' argument 1 names different: declaration 'r' definition 'r_out'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/poly_s3_inv.c:545:52: note: Function 'PQCLEAN_NTRUHPS2048677_AVX2_poly_S3_inv' argument 1 names different: declaration 'r' definition 'r_out'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/poly_s3_inv.c:227:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/poly_s3_inv.c:227:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/poly_s3_inv.c:197:14: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/sample.c:16:81: style:inconclusive: Function 'PQCLEAN_NTRUHPS2048677_AVX2_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/sample.h:14:81: note: Function 'PQCLEAN_NTRUHPS2048677_AVX2_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/sample.c:16:81: note: Function 'PQCLEAN_NTRUHPS2048677_AVX2_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_clean/crypto_sort_int32.c:33:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_clean/crypto_sort_int32.c:38:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_clean/crypto_sort_int32.c:51:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_clean/crypto_sort_int32.c:65:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_clean/crypto_sort_int32.c:76:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_clean/sample.c:16:82: style:inconclusive: Function 'PQCLEAN_NTRUHPS2048677_CLEAN_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_clean/sample.h:14:82: note: Function 'PQCLEAN_NTRUHPS2048677_CLEAN_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_clean/sample.c:16:82: note: Function 'PQCLEAN_NTRUHPS2048677_CLEAN_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps40961229_clean/crypto_sort_int32.c:33:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps40961229_clean/crypto_sort_int32.c:38:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps40961229_clean/crypto_sort_int32.c:51:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps40961229_clean/crypto_sort_int32.c:65:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps40961229_clean/crypto_sort_int32.c:76:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps40961229_clean/sample.c:16:83: style:inconclusive: Function 'PQCLEAN_NTRUHPS40961229_CLEAN_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps40961229_clean/sample.h:14:83: note: Function 'PQCLEAN_NTRUHPS40961229_CLEAN_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps40961229_clean/sample.c:16:83: note: Function 'PQCLEAN_NTRUHPS40961229_CLEAN_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/crypto_sort_int32.c:25:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/poly_s3_inv.c:197:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/poly_s3_inv.c:661:52: style:inconclusive: Function 'PQCLEAN_NTRUHPS4096821_AVX2_poly_S3_inv' argument 1 names different: declaration 'r' definition 'r_out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/poly.h:36:52: note: Function 'PQCLEAN_NTRUHPS4096821_AVX2_poly_S3_inv' argument 1 names different: declaration 'r' definition 'r_out'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/poly_s3_inv.c:661:52: note: Function 'PQCLEAN_NTRUHPS4096821_AVX2_poly_S3_inv' argument 1 names different: declaration 'r' definition 'r_out'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/poly_s3_inv.c:227:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/poly_s3_inv.c:227:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/poly_s3_inv.c:197:14: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/sample.c:16:81: style:inconclusive: Function 'PQCLEAN_NTRUHPS4096821_AVX2_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/sample.h:14:81: note: Function 'PQCLEAN_NTRUHPS4096821_AVX2_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/sample.c:16:81: note: Function 'PQCLEAN_NTRUHPS4096821_AVX2_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_clean/crypto_sort_int32.c:33:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_clean/crypto_sort_int32.c:38:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_clean/crypto_sort_int32.c:51:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_clean/crypto_sort_int32.c:65:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_clean/crypto_sort_int32.c:76:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_clean/sample.c:16:82: style:inconclusive: Function 'PQCLEAN_NTRUHPS4096821_CLEAN_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_clean/sample.h:14:82: note: Function 'PQCLEAN_NTRUHPS4096821_CLEAN_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_clean/sample.c:16:82: note: Function 'PQCLEAN_NTRUHPS4096821_CLEAN_sample_fixed_type' argument 2 names different: declaration 'uniformbytes' definition 'u'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss1373_clean/poly_lift.c:35:17: warning: Redundant assignment of 'b.coeffs[0]' to itself. [selfAssignment] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss1373_clean/poly_lift.c:36:17: warning: Redundant assignment of 'b.coeffs[1]' to itself. [selfAssignment] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss1373_clean/poly_lift.c:37:17: warning: Redundant assignment of 'b.coeffs[2]' to itself. [selfAssignment] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_avx2/poly_s3_inv.c:197:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_avx2/poly_s3_inv.c:545:49: style:inconclusive: Function 'PQCLEAN_NTRUHRSS701_AVX2_poly_S3_inv' argument 1 names different: declaration 'r' definition 'r_out'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_avx2/poly.h:36:49: note: Function 'PQCLEAN_NTRUHRSS701_AVX2_poly_S3_inv' argument 1 names different: declaration 'r' definition 'r_out'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_avx2/poly_s3_inv.c:545:49: note: Function 'PQCLEAN_NTRUHRSS701_AVX2_poly_S3_inv' argument 1 names different: declaration 'r' definition 'r_out'. liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_avx2/poly_s3_inv.c:227:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_avx2/poly_s3_inv.c:227:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_avx2/poly_s3_inv.c:197:14: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_clean/poly_lift.c:35:17: warning: Redundant assignment of 'b.coeffs[0]' to itself. [selfAssignment] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_clean/poly_lift.c:36:17: warning: Redundant assignment of 'b.coeffs[1]' to itself. [selfAssignment] liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_clean/poly_lift.c:37:17: warning: Redundant assignment of 'b.coeffs[2]' to itself. [selfAssignment] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_avx2/crypto_encode_1277x3.c:10:11: style: union member 'Anonymous0::init' is never used. [unusedStructMember] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_avx2/crypto_sort_int32.c:23:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_clean/crypto_core_multsntrup1277.c:48:38: error: Array 'g[1277]' accessed at index 2551, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_clean/crypto_core_multsntrup1277.c:45:19: note: Assuming that condition 'i<1277+1277-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_clean/crypto_core_multsntrup1277.c:48:38: note: Array index out of bounds liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_clean/crypto_decode_1277x2627.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_clean/crypto_sort_int32.c:31:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_clean/crypto_sort_int32.c:36:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_clean/crypto_sort_int32.c:49:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_clean/crypto_sort_int32.c:63:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_clean/crypto_sort_int32.c:74:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_avx2/crypto_encode_653x3.c:10:11: style: union member 'Anonymous0::init' is never used. [unusedStructMember] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_avx2/crypto_sort_int32.c:23:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_clean/crypto_core_multsntrup653.c:48:38: error: Array 'g[653]' accessed at index 1303, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_clean/crypto_core_multsntrup653.c:45:19: note: Assuming that condition 'i<653+653-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_clean/crypto_core_multsntrup653.c:48:38: note: Array index out of bounds liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_clean/crypto_decode_653x1541.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_clean/crypto_sort_int32.c:31:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_clean/crypto_sort_int32.c:36:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_clean/crypto_sort_int32.c:49:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_clean/crypto_sort_int32.c:63:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_clean/crypto_sort_int32.c:74:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_avx2/crypto_encode_761x3.c:10:11: style: union member 'Anonymous0::init' is never used. [unusedStructMember] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_avx2/crypto_sort_int32.c:23:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_clean/crypto_core_multsntrup761.c:48:38: error: Array 'g[761]' accessed at index 1519, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_clean/crypto_core_multsntrup761.c:45:19: note: Assuming that condition 'i<761+761-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_clean/crypto_core_multsntrup761.c:48:38: note: Array index out of bounds liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_clean/crypto_decode_761x1531.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_clean/crypto_sort_int32.c:31:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_clean/crypto_sort_int32.c:36:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_clean/crypto_sort_int32.c:49:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_clean/crypto_sort_int32.c:63:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_clean/crypto_sort_int32.c:74:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_avx2/crypto_encode_857x3.c:10:11: style: union member 'Anonymous0::init' is never used. [unusedStructMember] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_avx2/crypto_sort_int32.c:23:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_clean/crypto_core_multsntrup857.c:48:38: error: Array 'g[857]' accessed at index 1711, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_clean/crypto_core_multsntrup857.c:45:19: note: Assuming that condition 'i<857+857-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_clean/crypto_core_multsntrup857.c:48:38: note: Array index out of bounds liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_clean/crypto_decode_857x1723.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_clean/crypto_sort_int32.c:31:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_clean/crypto_sort_int32.c:36:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_clean/crypto_sort_int32.c:49:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_clean/crypto_sort_int32.c:63:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_clean/crypto_sort_int32.c:74:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_avx2/crypto_core_inv3sntrup1277.c:198:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_avx2/crypto_core_inv3sntrup1277.c:228:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_avx2/crypto_core_inv3sntrup1277.c:228:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_avx2/crypto_core_inv3sntrup1277.c:198:14: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_avx2/crypto_core_invsntrup1277.c:27:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_avx2/crypto_encode_1277x3.c:10:11: style: union member 'Anonymous0::init' is never used. [unusedStructMember] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_avx2/crypto_sort_int32.c:23:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_core_mult3sntrup1277.c:43:40: error: Array 'g[1277]' accessed at index 2551, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_core_mult3sntrup1277.c:40:19: note: Assuming that condition 'i<1277+1277-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_core_mult3sntrup1277.c:43:40: note: Array index out of bounds liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_core_multsntrup1277.c:48:38: error: Array 'g[1277]' accessed at index 2551, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_core_multsntrup1277.c:45:19: note: Assuming that condition 'i<1277+1277-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_core_multsntrup1277.c:48:38: note: Array index out of bounds liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_decode_1277x2627.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_decode_1277x7879.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_sort_int32.c:31:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_sort_int32.c:36:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_sort_int32.c:49:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_sort_int32.c:63:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_sort_int32.c:74:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_avx2/crypto_core_inv3sntrup653.c:198:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_avx2/crypto_core_inv3sntrup653.c:228:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_avx2/crypto_core_inv3sntrup653.c:228:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_avx2/crypto_core_inv3sntrup653.c:198:14: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_avx2/crypto_core_invsntrup653.c:27:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_avx2/crypto_encode_653x3.c:10:11: style: union member 'Anonymous0::init' is never used. [unusedStructMember] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_avx2/crypto_sort_int32.c:23:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_core_mult3sntrup653.c:43:40: error: Array 'g[653]' accessed at index 1303, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_core_mult3sntrup653.c:40:19: note: Assuming that condition 'i<653+653-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_core_mult3sntrup653.c:43:40: note: Array index out of bounds liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_core_multsntrup653.c:48:38: error: Array 'g[653]' accessed at index 1303, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_core_multsntrup653.c:45:19: note: Assuming that condition 'i<653+653-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_core_multsntrup653.c:48:38: note: Array index out of bounds liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_decode_653x1541.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_decode_653x4621.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_sort_int32.c:31:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_sort_int32.c:36:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_sort_int32.c:49:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_sort_int32.c:63:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_sort_int32.c:74:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_avx2/crypto_core_inv3sntrup761.c:198:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_avx2/crypto_core_inv3sntrup761.c:228:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_avx2/crypto_core_inv3sntrup761.c:228:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_avx2/crypto_core_inv3sntrup761.c:198:14: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_avx2/crypto_core_invsntrup761.c:27:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_avx2/crypto_encode_761x3.c:10:11: style: union member 'Anonymous0::init' is never used. [unusedStructMember] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_avx2/crypto_sort_int32.c:23:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_core_mult3sntrup761.c:43:40: error: Array 'g[761]' accessed at index 1519, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_core_mult3sntrup761.c:40:19: note: Assuming that condition 'i<761+761-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_core_mult3sntrup761.c:43:40: note: Array index out of bounds liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_core_multsntrup761.c:48:38: error: Array 'g[761]' accessed at index 1519, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_core_multsntrup761.c:45:19: note: Assuming that condition 'i<761+761-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_core_multsntrup761.c:48:38: note: Array index out of bounds liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_decode_761x1531.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_decode_761x4591.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_sort_int32.c:31:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_sort_int32.c:36:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_sort_int32.c:49:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_sort_int32.c:63:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_sort_int32.c:74:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_avx2/crypto_core_inv3sntrup857.c:198:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_avx2/crypto_core_inv3sntrup857.c:228:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_avx2/crypto_core_inv3sntrup857.c:228:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_avx2/crypto_core_inv3sntrup857.c:198:14: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_avx2/crypto_core_invsntrup857.c:27:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_avx2/crypto_encode_857x3.c:10:11: style: union member 'Anonymous0::init' is never used. [unusedStructMember] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_avx2/crypto_sort_int32.c:23:7: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_core_mult3sntrup857.c:43:40: error: Array 'g[857]' accessed at index 1711, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_core_mult3sntrup857.c:40:19: note: Assuming that condition 'i<857+857-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_core_mult3sntrup857.c:43:40: note: Array index out of bounds liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_core_multsntrup857.c:48:38: error: Array 'g[857]' accessed at index 1711, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_core_multsntrup857.c:45:19: note: Assuming that condition 'i<857+857-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_core_multsntrup857.c:48:38: note: Array index out of bounds liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_decode_857x1723.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_decode_857x5167.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_sort_int32.c:31:17: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_sort_int32.c:36:13: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_sort_int32.c:49:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_sort_int32.c:63:25: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_sort_int32.c:74:21: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/kem.c:26:52: style:inconclusive: Function 'PQCLEAN_FIRESABER_AVX2_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/api.h:13:58: note: Function 'PQCLEAN_FIRESABER_AVX2_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/kem.c:26:52: note: Function 'PQCLEAN_FIRESABER_AVX2_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/kem.c:49:70: style:inconclusive: Function 'PQCLEAN_FIRESABER_AVX2_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/api.h:15:82: note: Function 'PQCLEAN_FIRESABER_AVX2_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/kem.c:49:70: note: Function 'PQCLEAN_FIRESABER_AVX2_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/poly.c:42:44: style:inconclusive: Function 'PQCLEAN_FIRESABER_AVX2_GenMatrix' argument 1 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/poly.h:26:44: note: Function 'PQCLEAN_FIRESABER_AVX2_GenMatrix' argument 1 names different: declaration 'a' definition 'A'. liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/poly.c:42:44: note: Function 'PQCLEAN_FIRESABER_AVX2_GenMatrix' argument 1 names different: declaration 'a' definition 'A'. liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/poly_mul.c:1332:93: style:inconclusive: Function 'PQCLEAN_FIRESABER_AVX2_toom4_mul_A_by_B_eval' argument 2 names different: declaration 'a_avx' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/poly.h:35:93: note: Function 'PQCLEAN_FIRESABER_AVX2_toom4_mul_A_by_B_eval' argument 2 names different: declaration 'a_avx' definition 'a'. liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/poly_mul.c:1332:93: note: Function 'PQCLEAN_FIRESABER_AVX2_toom4_mul_A_by_B_eval' argument 2 names different: declaration 'a_avx' definition 'a'. liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/poly_mul.c:1404:48: style:inconclusive: Function 'PQCLEAN_FIRESABER_AVX2_toom4_interp' argument 1 names different: declaration 'res_avx' definition 'res'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/poly.h:31:48: note: Function 'PQCLEAN_FIRESABER_AVX2_toom4_interp' argument 1 names different: declaration 'res_avx' definition 'res'. liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/poly_mul.c:1404:48: note: Function 'PQCLEAN_FIRESABER_AVX2_toom4_interp' argument 1 names different: declaration 'res_avx' definition 'res'. liboqs-0.7.1/src/kem/saber/pqclean_firesaber_avx2/poly_mul.c:758:18: style: Variable 'a_eval' is not assigned a value. [unassignedVariable] liboqs-0.7.1/src/kem/saber/pqclean_firesaber_clean/kem.c:26:53: style:inconclusive: Function 'PQCLEAN_FIRESABER_CLEAN_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_firesaber_clean/api.h:13:59: note: Function 'PQCLEAN_FIRESABER_CLEAN_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_firesaber_clean/kem.c:26:53: note: Function 'PQCLEAN_FIRESABER_CLEAN_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_firesaber_clean/kem.c:49:71: style:inconclusive: Function 'PQCLEAN_FIRESABER_CLEAN_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_firesaber_clean/api.h:15:83: note: Function 'PQCLEAN_FIRESABER_CLEAN_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_firesaber_clean/kem.c:49:71: note: Function 'PQCLEAN_FIRESABER_CLEAN_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/kem.c:26:53: style:inconclusive: Function 'PQCLEAN_LIGHTSABER_AVX2_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/api.h:13:59: note: Function 'PQCLEAN_LIGHTSABER_AVX2_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/kem.c:26:53: note: Function 'PQCLEAN_LIGHTSABER_AVX2_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/kem.c:49:71: style:inconclusive: Function 'PQCLEAN_LIGHTSABER_AVX2_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/api.h:15:83: note: Function 'PQCLEAN_LIGHTSABER_AVX2_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/kem.c:49:71: note: Function 'PQCLEAN_LIGHTSABER_AVX2_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/poly.c:42:45: style:inconclusive: Function 'PQCLEAN_LIGHTSABER_AVX2_GenMatrix' argument 1 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/poly.h:26:45: note: Function 'PQCLEAN_LIGHTSABER_AVX2_GenMatrix' argument 1 names different: declaration 'a' definition 'A'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/poly.c:42:45: note: Function 'PQCLEAN_LIGHTSABER_AVX2_GenMatrix' argument 1 names different: declaration 'a' definition 'A'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/poly_mul.c:1332:94: style:inconclusive: Function 'PQCLEAN_LIGHTSABER_AVX2_toom4_mul_A_by_B_eval' argument 2 names different: declaration 'a_avx' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/poly.h:35:94: note: Function 'PQCLEAN_LIGHTSABER_AVX2_toom4_mul_A_by_B_eval' argument 2 names different: declaration 'a_avx' definition 'a'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/poly_mul.c:1332:94: note: Function 'PQCLEAN_LIGHTSABER_AVX2_toom4_mul_A_by_B_eval' argument 2 names different: declaration 'a_avx' definition 'a'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/poly_mul.c:1404:49: style:inconclusive: Function 'PQCLEAN_LIGHTSABER_AVX2_toom4_interp' argument 1 names different: declaration 'res_avx' definition 'res'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/poly.h:31:49: note: Function 'PQCLEAN_LIGHTSABER_AVX2_toom4_interp' argument 1 names different: declaration 'res_avx' definition 'res'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/poly_mul.c:1404:49: note: Function 'PQCLEAN_LIGHTSABER_AVX2_toom4_interp' argument 1 names different: declaration 'res_avx' definition 'res'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_avx2/poly_mul.c:758:18: style: Variable 'a_eval' is not assigned a value. [unassignedVariable] liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_clean/kem.c:26:54: style:inconclusive: Function 'PQCLEAN_LIGHTSABER_CLEAN_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_clean/api.h:13:60: note: Function 'PQCLEAN_LIGHTSABER_CLEAN_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_clean/kem.c:26:54: note: Function 'PQCLEAN_LIGHTSABER_CLEAN_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_clean/kem.c:49:72: style:inconclusive: Function 'PQCLEAN_LIGHTSABER_CLEAN_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_clean/api.h:15:84: note: Function 'PQCLEAN_LIGHTSABER_CLEAN_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_lightsaber_clean/kem.c:49:72: note: Function 'PQCLEAN_LIGHTSABER_CLEAN_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/kem.c:26:48: style:inconclusive: Function 'PQCLEAN_SABER_AVX2_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/api.h:13:54: note: Function 'PQCLEAN_SABER_AVX2_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/kem.c:26:48: note: Function 'PQCLEAN_SABER_AVX2_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/kem.c:49:66: style:inconclusive: Function 'PQCLEAN_SABER_AVX2_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/api.h:15:78: note: Function 'PQCLEAN_SABER_AVX2_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/kem.c:49:66: note: Function 'PQCLEAN_SABER_AVX2_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/poly.c:42:40: style:inconclusive: Function 'PQCLEAN_SABER_AVX2_GenMatrix' argument 1 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/poly.h:26:40: note: Function 'PQCLEAN_SABER_AVX2_GenMatrix' argument 1 names different: declaration 'a' definition 'A'. liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/poly.c:42:40: note: Function 'PQCLEAN_SABER_AVX2_GenMatrix' argument 1 names different: declaration 'a' definition 'A'. liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/poly_mul.c:1332:89: style:inconclusive: Function 'PQCLEAN_SABER_AVX2_toom4_mul_A_by_B_eval' argument 2 names different: declaration 'a_avx' definition 'a'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/poly.h:35:89: note: Function 'PQCLEAN_SABER_AVX2_toom4_mul_A_by_B_eval' argument 2 names different: declaration 'a_avx' definition 'a'. liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/poly_mul.c:1332:89: note: Function 'PQCLEAN_SABER_AVX2_toom4_mul_A_by_B_eval' argument 2 names different: declaration 'a_avx' definition 'a'. liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/poly_mul.c:1404:44: style:inconclusive: Function 'PQCLEAN_SABER_AVX2_toom4_interp' argument 1 names different: declaration 'res_avx' definition 'res'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/poly.h:31:44: note: Function 'PQCLEAN_SABER_AVX2_toom4_interp' argument 1 names different: declaration 'res_avx' definition 'res'. liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/poly_mul.c:1404:44: note: Function 'PQCLEAN_SABER_AVX2_toom4_interp' argument 1 names different: declaration 'res_avx' definition 'res'. liboqs-0.7.1/src/kem/saber/pqclean_saber_avx2/poly_mul.c:758:18: style: Variable 'a_eval' is not assigned a value. [unassignedVariable] liboqs-0.7.1/src/kem/saber/pqclean_saber_clean/kem.c:26:49: style:inconclusive: Function 'PQCLEAN_SABER_CLEAN_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_saber_clean/api.h:13:55: note: Function 'PQCLEAN_SABER_CLEAN_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_saber_clean/kem.c:26:49: note: Function 'PQCLEAN_SABER_CLEAN_crypto_kem_enc' argument 1 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_saber_clean/kem.c:49:67: style:inconclusive: Function 'PQCLEAN_SABER_CLEAN_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. [funcArgNamesDifferent] liboqs-0.7.1/src/kem/saber/pqclean_saber_clean/api.h:15:79: note: Function 'PQCLEAN_SABER_CLEAN_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/saber/pqclean_saber_clean/kem.c:49:67: note: Function 'PQCLEAN_SABER_CLEAN_crypto_kem_dec' argument 2 names different: declaration 'ct' definition 'c'. liboqs-0.7.1/src/kem/sike/external/config.h:73:0: error: #error -- "Unsupported ARCHITECTURE" [preprocessorErrorDirective] liboqs-0.7.1/src/kem/sike/external/compression/dlog.c:417:0: error: failed to evaluate #if condition, division/modulo by zero [preprocessorErrorDirective] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:63:33: error: Uninitialized variable: XPA [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:63:38: error: Uninitialized variable: XQA [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:63:43: error: Uninitialized variable: XRA [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:261:41: error: Uninitialized variable: a24 [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:279:57: error: Uninitialized variable: a24 [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:300:45: error: Uninitialized variable: R [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:351:33: error: Uninitialized variable: XPB [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:351:38: error: Uninitialized variable: XQB [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:351:43: error: Uninitialized variable: XRB [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:678:53: error: Uninitialized variable: R [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:750:33: error: Uninitialized variable: XPB [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:750:38: error: Uninitialized variable: XQB [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:750:43: error: Uninitialized variable: XRB [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/sidh_compressed.c:680:44: error: Uninitialized variable: R [legacyUninitvar] liboqs-0.7.1/src/kem/sike/external/compression/torsion_basis.c:91:31: error: Uninitialized variable: l1x [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/torsion_basis.c:229:24: error: Uninitialized variable: gX [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/torsion_basis.c:229:28: error: Uninitialized variable: gZ [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/torsion_basis.c:358:38: error: Uninitialized variable: D [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/torsion_basis.c:430:32: error: Uninitialized variable: r [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/torsion_basis.c:430:38: error: Uninitialized variable: t [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/torsion_basis.c:514:37: error: Uninitialized variable: r [uninitvar] liboqs-0.7.1/src/kem/sike/external/compression/torsion_basis.c:514:43: error: Uninitialized variable: v [uninitvar] liboqs-0.7.1/src/kem/sike/external/fpx.c:28:35: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/kem/sike/external/fpx.c:75:21: error: Uninitialized variable: t [uninitvar] liboqs-0.7.1/src/kem/sike/external/fpx.c:159:15: error: Uninitialized variable: tt [uninitvar] liboqs-0.7.1/src/kem/sike/external/fpx.c:262:28: error: Uninitialized variable: t1 [uninitvar] liboqs-0.7.1/src/kem/sike/external/fpx.c:264:28: error: Uninitialized variable: t3 [uninitvar] liboqs-0.7.1/src/kem/sike/external/fpx.c:289:44: warning: Uninitialized variable: t1 [uninitvar] liboqs-0.7.1/src/kem/sike/external/fpx.c:287:23: note: Assuming condition is false liboqs-0.7.1/src/kem/sike/external/fpx.c:289:44: note: Uninitialized variable: t1 liboqs-0.7.1/src/kem/sike/external/fpx.c:321:28: error: Uninitialized variable: t1 [uninitvar] liboqs-0.7.1/src/kem/sike/external/fpx.c:322:28: error: Uninitialized variable: t2 [uninitvar] liboqs-0.7.1/src/kem/sike/external/fpx.c:756:22: error: Uninitialized variable: t1 [uninitvar] liboqs-0.7.1/src/kem/sike/external/fpx.c:335:18: style: Unused variable: i [unusedVariable] liboqs-0.7.1/src/kem/sike/external/fpx.c:335:21: style: Unused variable: j [unusedVariable] liboqs-0.7.1/src/kem/sike/external/sidh.c:40:32: error: Uninitialized variable: XPA [uninitvar] liboqs-0.7.1/src/kem/sike/external/sidh.c:40:37: error: Uninitialized variable: XQA [uninitvar] liboqs-0.7.1/src/kem/sike/external/sidh.c:40:42: error: Uninitialized variable: XRA [uninitvar] liboqs-0.7.1/src/kem/sike/external/sidh.c:121:32: error: Uninitialized variable: XPB [uninitvar] liboqs-0.7.1/src/kem/sike/external/sidh.c:121:37: error: Uninitialized variable: XQB [uninitvar] liboqs-0.7.1/src/kem/sike/external/sidh.c:121:42: error: Uninitialized variable: XRB [uninitvar] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_common_ref/aes256ctr.c:355:17: style: Condition 'nk>6' is always true [knownConditionTrueFalse] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_common_ref/aes256ctr.c:345:16: note: Assignment 'key_len=32', assigned value is 32 liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_common_ref/aes256ctr.c:347:7: note: Assignment 'nk=(int)(key_len>>2)', assigned value is 8 liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_common_ref/aes256ctr.c:355:17: note: Condition 'nk>6' is always true liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_common_ref/aes256ctr.c:530:36: style:inconclusive: Function 'pqcrystals_dilithium_aes256ctr_ref_init' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_common_ref/aes256ctr.h:17:36: note: Function 'pqcrystals_dilithium_aes256ctr_ref_init' argument 1 names different: declaration 'state' definition 's'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_common_ref/aes256ctr.c:530:36: note: Function 'pqcrystals_dilithium_aes256ctr_ref_init' argument 1 names different: declaration 'state' definition 's'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_common_ref/aes256ctr.c:544:75: style:inconclusive: Function 'pqcrystals_dilithium_aes256ctr_ref_squeezeblocks' argument 3 names different: declaration 'state' definition 's'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_common_ref/aes256ctr.h:24:45: note: Function 'pqcrystals_dilithium_aes256ctr_ref_squeezeblocks' argument 3 names different: declaration 'state' definition 's'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_common_ref/aes256ctr.c:544:75: note: Function 'pqcrystals_dilithium_aes256ctr_ref_squeezeblocks' argument 3 names different: declaration 'state' definition 's'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_common_ref/aes256ctr.c:535:3: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_common_ref/aes256ctr.c:536:3: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_avx2/polyvec.c:362:49: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_avx2/polyvec.h:38:49: note: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_avx2/polyvec.c:362:49: note: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_avx2/polyvec.c:513:49: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_avx2/polyvec.h:68:49: note: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_avx2/polyvec.c:513:49: note: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_avx2/polyvec.c:597:53: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_avx2/polyvec.h:77:53: note: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_avx2/polyvec.c:597:53: note: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_ref/poly.c:282:22: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_ref/polyvec.c:140:49: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_ref/polyvec.h:39:49: note: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_ref/polyvec.c:140:49: note: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_ref/polyvec.c:292:49: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_ref/polyvec.h:71:49: note: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_ref/polyvec.c:292:49: note: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_ref/polyvec.c:378:53: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_ref/polyvec.h:82:53: note: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_ref/polyvec.c:378:53: note: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_ref/reduce.c:51:11: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_ref/rounding.c:48:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2-aes_ref/rounding.c:52:27: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_avx2/polyvec.c:362:49: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_avx2/polyvec.h:38:49: note: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_avx2/polyvec.c:362:49: note: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_avx2/polyvec.c:513:49: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_avx2/polyvec.h:68:49: note: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_avx2/polyvec.c:513:49: note: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_avx2/polyvec.c:597:53: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_avx2/polyvec.h:77:53: note: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_avx2/polyvec.c:597:53: note: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_ref/poly.c:282:22: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_ref/polyvec.c:140:49: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_ref/polyvec.h:39:49: note: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_ref/polyvec.c:140:49: note: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_ref/polyvec.c:292:49: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_ref/polyvec.h:71:49: note: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_ref/polyvec.c:292:49: note: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_ref/polyvec.c:378:53: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_ref/polyvec.h:82:53: note: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_ref/polyvec.c:378:53: note: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_ref/reduce.c:51:11: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_ref/rounding.c:48:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium2_ref/rounding.c:52:27: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_avx2/polyvec.c:362:49: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_avx2/polyvec.h:38:49: note: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_avx2/polyvec.c:362:49: note: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_avx2/polyvec.c:513:49: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_avx2/polyvec.h:68:49: note: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_avx2/polyvec.c:513:49: note: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_avx2/polyvec.c:597:53: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_avx2/polyvec.h:77:53: note: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_avx2/polyvec.c:597:53: note: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_ref/poly.c:282:22: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_ref/polyvec.c:140:49: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_ref/polyvec.h:39:49: note: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_ref/polyvec.c:140:49: note: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_ref/polyvec.c:292:49: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_ref/polyvec.h:71:49: note: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_ref/polyvec.c:292:49: note: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_ref/polyvec.c:378:53: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_ref/polyvec.h:82:53: note: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_ref/polyvec.c:378:53: note: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_ref/reduce.c:51:11: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_ref/rounding.c:48:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3-aes_ref/rounding.c:52:27: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_avx2/polyvec.c:362:49: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_avx2/polyvec.h:38:49: note: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_avx2/polyvec.c:362:49: note: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_avx2/polyvec.c:513:49: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_avx2/polyvec.h:68:49: note: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_avx2/polyvec.c:513:49: note: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_avx2/polyvec.c:597:53: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_avx2/polyvec.h:77:53: note: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_avx2/polyvec.c:597:53: note: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_ref/poly.c:282:22: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_ref/polyvec.c:140:49: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_ref/polyvec.h:39:49: note: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_ref/polyvec.c:140:49: note: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_ref/polyvec.c:292:49: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_ref/polyvec.h:71:49: note: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_ref/polyvec.c:292:49: note: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_ref/polyvec.c:378:53: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_ref/polyvec.h:82:53: note: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_ref/polyvec.c:378:53: note: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_ref/reduce.c:51:11: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_ref/rounding.c:48:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium3_ref/rounding.c:52:27: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_avx2/polyvec.c:362:49: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_avx2/polyvec.h:38:49: note: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_avx2/polyvec.c:362:49: note: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_avx2/polyvec.c:513:49: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_avx2/polyvec.h:68:49: note: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_avx2/polyvec.c:513:49: note: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_avx2/polyvec.c:597:53: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_avx2/polyvec.h:77:53: note: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_avx2/polyvec.c:597:53: note: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_ref/poly.c:282:22: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_ref/polyvec.c:140:49: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_ref/polyvec.h:39:49: note: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_ref/polyvec.c:140:49: note: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_ref/polyvec.c:292:49: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_ref/polyvec.h:71:49: note: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_ref/polyvec.c:292:49: note: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_ref/polyvec.c:378:53: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_ref/polyvec.h:82:53: note: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_ref/polyvec.c:378:53: note: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_ref/reduce.c:51:11: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_ref/rounding.c:48:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5-aes_ref/rounding.c:52:27: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_avx2/polyvec.c:362:49: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_avx2/polyvec.h:38:49: note: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_avx2/polyvec.c:362:49: note: Function 'pqcrystals_dilithium2_avx2_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_avx2/polyvec.c:513:49: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_avx2/polyvec.h:68:49: note: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_avx2/polyvec.c:513:49: note: Function 'pqcrystals_dilithium2_avx2_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_avx2/polyvec.c:597:53: style:inconclusive: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_avx2/polyvec.h:77:53: note: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_avx2/polyvec.c:597:53: note: Function 'pqcrystals_dilithium2_avx2_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_ref/poly.c:282:22: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_ref/polyvec.c:140:49: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_ref/polyvec.h:39:49: note: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_ref/polyvec.c:140:49: note: Function 'pqcrystals_dilithium2_ref_polyvecl_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_ref/polyvec.c:292:49: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_ref/polyvec.h:71:49: note: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_ref/polyvec.c:292:49: note: Function 'pqcrystals_dilithium2_ref_polyveck_chknorm' argument 2 names different: declaration 'B' definition 'bound'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_ref/polyvec.c:378:53: style:inconclusive: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_ref/polyvec.h:82:53: note: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_ref/polyvec.c:378:53: note: Function 'pqcrystals_dilithium2_ref_polyveck_use_hint' argument 2 names different: declaration 'v' definition 'u'. liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_ref/reduce.c:51:11: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_ref/rounding.c:48:20: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/dilithium/pqcrystals-dilithium_dilithium_5_ref/rounding.c:52:27: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/codec.c:189:19: style: Condition 'w==-mask2' is always false [knownConditionTrueFalse] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/codec.c:179:25: note: Assignment 'mask2=(uint32_t)1<<(bits-1)', assigned value is greater than 0 liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/codec.c:189:19: note: Condition 'w==-mask2' is always false liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/codec.c:283:19: style: Condition 'w==-mask2' is always false [knownConditionTrueFalse] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/codec.c:273:25: note: Assignment 'mask2=(uint32_t)1<<(bits-1)', assigned value is greater than 0 liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/codec.c:283:19: note: Condition 'w==-mask2' is always false liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/fpr.h:126:12: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/pqclean.c:47:18: style: union member 'Anonymous3::dummy_u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/pqclean.c:48:13: style: union member 'Anonymous3::dummy_fpr' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/pqclean.c:130:18: style: union member 'Anonymous4::dummy_u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/pqclean.c:131:13: style: union member 'Anonymous4::dummy_fpr' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/pqclean.c:227:18: style: union member 'Anonymous6::dummy_u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/pqclean.c:228:13: style: union member 'Anonymous6::dummy_fpr' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/rng.c:43:53: style:inconclusive: Function 'PQCLEAN_FALCON1024_AVX2_get_seed' argument 2 names different: declaration 'seed_len' definition 'len'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/inner.h:452:57: note: Function 'PQCLEAN_FALCON1024_AVX2_get_seed' argument 2 names different: declaration 'seed_len' definition 'len'. liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/rng.c:43:53: note: Function 'PQCLEAN_FALCON1024_AVX2_get_seed' argument 2 names different: declaration 'seed_len' definition 'len'. liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/sign.c:959:18: style: union member 'Anonymous3::u16' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_avx2/sign.c:971:18: style: union member 'Anonymous4::u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/codec.c:189:19: style: Condition 'w==-mask2' is always false [knownConditionTrueFalse] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/codec.c:179:25: note: Assignment 'mask2=(uint32_t)1<<(bits-1)', assigned value is greater than 0 liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/codec.c:189:19: note: Condition 'w==-mask2' is always false liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/codec.c:283:19: style: Condition 'w==-mask2' is always false [knownConditionTrueFalse] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/codec.c:273:25: note: Assignment 'mask2=(uint32_t)1<<(bits-1)', assigned value is greater than 0 liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/codec.c:283:19: note: Condition 'w==-mask2' is always false liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/fpr.c:758:23: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/fpr.c:760:27: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/fpr.c:761:27: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/pqclean.c:47:18: style: union member 'Anonymous2::dummy_u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/pqclean.c:48:13: style: union member 'Anonymous2::dummy_fpr' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/pqclean.c:130:18: style: union member 'Anonymous3::dummy_u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/pqclean.c:131:13: style: union member 'Anonymous3::dummy_fpr' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/pqclean.c:227:18: style: union member 'Anonymous5::dummy_u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/pqclean.c:228:13: style: union member 'Anonymous5::dummy_fpr' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/rng.c:43:54: style:inconclusive: Function 'PQCLEAN_FALCON1024_CLEAN_get_seed' argument 2 names different: declaration 'seed_len' definition 'len'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/inner.h:452:58: note: Function 'PQCLEAN_FALCON1024_CLEAN_get_seed' argument 2 names different: declaration 'seed_len' definition 'len'. liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/rng.c:43:54: note: Function 'PQCLEAN_FALCON1024_CLEAN_get_seed' argument 2 names different: declaration 'seed_len' definition 'len'. liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/codec.c:189:19: style: Condition 'w==-mask2' is always false [knownConditionTrueFalse] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/codec.c:179:25: note: Assignment 'mask2=(uint32_t)1<<(bits-1)', assigned value is greater than 0 liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/codec.c:189:19: note: Condition 'w==-mask2' is always false liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/codec.c:283:19: style: Condition 'w==-mask2' is always false [knownConditionTrueFalse] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/codec.c:273:25: note: Assignment 'mask2=(uint32_t)1<<(bits-1)', assigned value is greater than 0 liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/codec.c:283:19: note: Condition 'w==-mask2' is always false liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/fpr.h:126:12: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/pqclean.c:47:18: style: union member 'Anonymous3::dummy_u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/pqclean.c:48:13: style: union member 'Anonymous3::dummy_fpr' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/pqclean.c:129:18: style: union member 'Anonymous4::dummy_u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/pqclean.c:130:13: style: union member 'Anonymous4::dummy_fpr' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/pqclean.c:225:18: style: union member 'Anonymous6::dummy_u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/pqclean.c:226:13: style: union member 'Anonymous6::dummy_fpr' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/rng.c:43:52: style:inconclusive: Function 'PQCLEAN_FALCON512_AVX2_get_seed' argument 2 names different: declaration 'seed_len' definition 'len'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/inner.h:452:56: note: Function 'PQCLEAN_FALCON512_AVX2_get_seed' argument 2 names different: declaration 'seed_len' definition 'len'. liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/rng.c:43:52: note: Function 'PQCLEAN_FALCON512_AVX2_get_seed' argument 2 names different: declaration 'seed_len' definition 'len'. liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/sign.c:959:18: style: union member 'Anonymous3::u16' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_avx2/sign.c:971:18: style: union member 'Anonymous4::u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/codec.c:189:19: style: Condition 'w==-mask2' is always false [knownConditionTrueFalse] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/codec.c:179:25: note: Assignment 'mask2=(uint32_t)1<<(bits-1)', assigned value is greater than 0 liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/codec.c:189:19: note: Condition 'w==-mask2' is always false liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/codec.c:283:19: style: Condition 'w==-mask2' is always false [knownConditionTrueFalse] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/codec.c:273:25: note: Assignment 'mask2=(uint32_t)1<<(bits-1)', assigned value is greater than 0 liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/codec.c:283:19: note: Condition 'w==-mask2' is always false liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/fpr.c:758:23: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/fpr.c:760:27: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/fpr.c:761:27: portability: Shifting signed 64-bit value by 63 bits is implementation-defined behaviour [shiftTooManyBitsSigned] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/pqclean.c:47:18: style: union member 'Anonymous2::dummy_u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/pqclean.c:48:13: style: union member 'Anonymous2::dummy_fpr' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/pqclean.c:129:18: style: union member 'Anonymous3::dummy_u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/pqclean.c:130:13: style: union member 'Anonymous3::dummy_fpr' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/pqclean.c:225:18: style: union member 'Anonymous5::dummy_u64' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/pqclean.c:226:13: style: union member 'Anonymous5::dummy_fpr' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/rng.c:43:53: style:inconclusive: Function 'PQCLEAN_FALCON512_CLEAN_get_seed' argument 2 names different: declaration 'seed_len' definition 'len'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/inner.h:451:57: note: Function 'PQCLEAN_FALCON512_CLEAN_get_seed' argument 2 names different: declaration 'seed_len' definition 'len'. liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/rng.c:43:53: note: Function 'PQCLEAN_FALCON512_CLEAN_get_seed' argument 2 names different: declaration 'seed_len' definition 'len'. liboqs-0.7.1/src/sig/picnic/external/endian_compat.h:151:0: error: #error "Unknown platform!" [preprocessorErrorDirective] liboqs-0.7.1/src/sig/picnic/external/picnic_instances.c:74:0: error: #error "At least one of WITH_ZKBPP and WITH_KKW have to be defined!" [preprocessorErrorDirective] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-circumzenithal_clean/rainbow.c:33:25: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-circumzenithal_clean/rainbow.c:36:22: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-circumzenithal_clean/rainbow.c:19:106: style:inconclusive: Function 'PQCLEAN_RAINBOWICIRCUMZENITHAL_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-circumzenithal_clean/rainbow.h:19:106: note: Function 'PQCLEAN_RAINBOWICIRCUMZENITHAL_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-circumzenithal_clean/rainbow.c:19:106: note: Function 'PQCLEAN_RAINBOWICIRCUMZENITHAL_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-circumzenithal_clean/rainbow.c:169:126: style:inconclusive: Function 'PQCLEAN_RAINBOWICIRCUMZENITHAL_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-circumzenithal_clean/rainbow.h:40:126: note: Function 'PQCLEAN_RAINBOWICIRCUMZENITHAL_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-circumzenithal_clean/rainbow.c:169:126: note: Function 'PQCLEAN_RAINBOWICIRCUMZENITHAL_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-circumzenithal_clean/rainbow_keypair.c:177:14: error: Buffer is accessed out of bounds: pk.l1_Q3 [bufferAccessOutOfBounds] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-circumzenithal_clean/rainbow_keypair.c:177:25: error: Buffer is accessed out of bounds: cpk->l1_Q3 [bufferAccessOutOfBounds] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-circumzenithal_clean/rainbow_keypair.c:164:59: style:inconclusive: Function 'PQCLEAN_RAINBOWICIRCUMZENITHAL_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-circumzenithal_clean/rainbow_keypair.h:92:59: note: Function 'PQCLEAN_RAINBOWICIRCUMZENITHAL_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-circumzenithal_clean/rainbow_keypair.c:164:59: note: Function 'PQCLEAN_RAINBOWICIRCUMZENITHAL_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-classic_clean/rainbow.c:33:25: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-classic_clean/rainbow.c:36:22: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-classic_clean/rainbow.c:19:99: style:inconclusive: Function 'PQCLEAN_RAINBOWICLASSIC_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-classic_clean/rainbow.h:19:99: note: Function 'PQCLEAN_RAINBOWICLASSIC_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-classic_clean/rainbow.c:19:99: note: Function 'PQCLEAN_RAINBOWICLASSIC_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-classic_clean/rainbow_keypair.c:134:59: style:inconclusive: Function 'PQCLEAN_RAINBOWICLASSIC_CLEAN_generate_keypair' argument 1 names different: declaration 'pk' definition 'rpk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-classic_clean/rainbow_keypair.h:55:59: note: Function 'PQCLEAN_RAINBOWICLASSIC_CLEAN_generate_keypair' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-classic_clean/rainbow_keypair.c:134:59: note: Function 'PQCLEAN_RAINBOWICLASSIC_CLEAN_generate_keypair' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow.c:33:25: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow.c:36:22: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow.c:19:102: style:inconclusive: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow.h:19:102: note: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow.c:19:102: note: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow.c:169:91: style:inconclusive: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_rainbow_sign_cyclic' argument 2 names different: declaration 'sk' definition 'csk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow.h:38:91: note: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_rainbow_sign_cyclic' argument 2 names different: declaration 'sk' definition 'csk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow.c:169:91: note: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_rainbow_sign_cyclic' argument 2 names different: declaration 'sk' definition 'csk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow.c:175:122: style:inconclusive: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow.h:48:122: note: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow.c:175:122: note: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow_keypair.c:208:14: error: Buffer is accessed out of bounds: pk.l1_Q3 [bufferAccessOutOfBounds] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow_keypair.c:208:25: error: Buffer is accessed out of bounds: cpk->l1_Q3 [bufferAccessOutOfBounds] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow_keypair.c:163:89: style:inconclusive: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_generate_compact_keypair_cyclic' argument 2 names different: declaration 'sk' definition 'rsk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow_keypair.h:90:89: note: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_generate_compact_keypair_cyclic' argument 2 names different: declaration 'sk' definition 'rsk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow_keypair.c:163:89: note: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_generate_compact_keypair_cyclic' argument 2 names different: declaration 'sk' definition 'rsk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow_keypair.c:195:55: style:inconclusive: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow_keypair.h:109:55: note: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowI-compressed_clean/rainbow_keypair.c:195:55: note: Function 'PQCLEAN_RAINBOWICOMPRESSED_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-circumzenithal_clean/rainbow.c:33:25: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-circumzenithal_clean/rainbow.c:36:22: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-circumzenithal_clean/rainbow.c:19:108: style:inconclusive: Function 'PQCLEAN_RAINBOWIIICIRCUMZENITHAL_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-circumzenithal_clean/rainbow.h:19:108: note: Function 'PQCLEAN_RAINBOWIIICIRCUMZENITHAL_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-circumzenithal_clean/rainbow.c:19:108: note: Function 'PQCLEAN_RAINBOWIIICIRCUMZENITHAL_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-circumzenithal_clean/rainbow.c:169:128: style:inconclusive: Function 'PQCLEAN_RAINBOWIIICIRCUMZENITHAL_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-circumzenithal_clean/rainbow.h:40:128: note: Function 'PQCLEAN_RAINBOWIIICIRCUMZENITHAL_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-circumzenithal_clean/rainbow.c:169:128: note: Function 'PQCLEAN_RAINBOWIIICIRCUMZENITHAL_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-circumzenithal_clean/rainbow_keypair.c:177:14: error: Buffer is accessed out of bounds: pk.l1_Q3 [bufferAccessOutOfBounds] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-circumzenithal_clean/rainbow_keypair.c:177:25: error: Buffer is accessed out of bounds: cpk->l1_Q3 [bufferAccessOutOfBounds] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-circumzenithal_clean/rainbow_keypair.c:164:61: style:inconclusive: Function 'PQCLEAN_RAINBOWIIICIRCUMZENITHAL_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-circumzenithal_clean/rainbow_keypair.h:92:61: note: Function 'PQCLEAN_RAINBOWIIICIRCUMZENITHAL_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-circumzenithal_clean/rainbow_keypair.c:164:61: note: Function 'PQCLEAN_RAINBOWIIICIRCUMZENITHAL_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-classic_clean/rainbow.c:33:25: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-classic_clean/rainbow.c:36:22: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-classic_clean/rainbow.c:19:101: style:inconclusive: Function 'PQCLEAN_RAINBOWIIICLASSIC_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-classic_clean/rainbow.h:19:101: note: Function 'PQCLEAN_RAINBOWIIICLASSIC_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-classic_clean/rainbow.c:19:101: note: Function 'PQCLEAN_RAINBOWIIICLASSIC_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-classic_clean/rainbow_keypair.c:134:61: style:inconclusive: Function 'PQCLEAN_RAINBOWIIICLASSIC_CLEAN_generate_keypair' argument 1 names different: declaration 'pk' definition 'rpk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-classic_clean/rainbow_keypair.h:55:61: note: Function 'PQCLEAN_RAINBOWIIICLASSIC_CLEAN_generate_keypair' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-classic_clean/rainbow_keypair.c:134:61: note: Function 'PQCLEAN_RAINBOWIIICLASSIC_CLEAN_generate_keypair' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow.c:33:25: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow.c:36:22: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow.c:19:104: style:inconclusive: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow.h:19:104: note: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow.c:19:104: note: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow.c:169:93: style:inconclusive: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_rainbow_sign_cyclic' argument 2 names different: declaration 'sk' definition 'csk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow.h:38:93: note: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_rainbow_sign_cyclic' argument 2 names different: declaration 'sk' definition 'csk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow.c:169:93: note: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_rainbow_sign_cyclic' argument 2 names different: declaration 'sk' definition 'csk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow.c:175:124: style:inconclusive: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow.h:48:124: note: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow.c:175:124: note: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow_keypair.c:208:14: error: Buffer is accessed out of bounds: pk.l1_Q3 [bufferAccessOutOfBounds] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow_keypair.c:208:25: error: Buffer is accessed out of bounds: cpk->l1_Q3 [bufferAccessOutOfBounds] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow_keypair.c:163:91: style:inconclusive: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_generate_compact_keypair_cyclic' argument 2 names different: declaration 'sk' definition 'rsk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow_keypair.h:90:91: note: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_generate_compact_keypair_cyclic' argument 2 names different: declaration 'sk' definition 'rsk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow_keypair.c:163:91: note: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_generate_compact_keypair_cyclic' argument 2 names different: declaration 'sk' definition 'rsk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow_keypair.c:195:57: style:inconclusive: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow_keypair.h:109:57: note: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowIII-compressed_clean/rainbow_keypair.c:195:57: note: Function 'PQCLEAN_RAINBOWIIICOMPRESSED_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-circumzenithal_clean/rainbow.c:33:25: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-circumzenithal_clean/rainbow.c:36:22: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-circumzenithal_clean/rainbow.c:19:106: style:inconclusive: Function 'PQCLEAN_RAINBOWVCIRCUMZENITHAL_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-circumzenithal_clean/rainbow.h:19:106: note: Function 'PQCLEAN_RAINBOWVCIRCUMZENITHAL_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-circumzenithal_clean/rainbow.c:19:106: note: Function 'PQCLEAN_RAINBOWVCIRCUMZENITHAL_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-circumzenithal_clean/rainbow.c:169:126: style:inconclusive: Function 'PQCLEAN_RAINBOWVCIRCUMZENITHAL_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-circumzenithal_clean/rainbow.h:40:126: note: Function 'PQCLEAN_RAINBOWVCIRCUMZENITHAL_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-circumzenithal_clean/rainbow.c:169:126: note: Function 'PQCLEAN_RAINBOWVCIRCUMZENITHAL_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-circumzenithal_clean/rainbow_keypair.c:177:14: error: Buffer is accessed out of bounds: pk.l1_Q3 [bufferAccessOutOfBounds] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-circumzenithal_clean/rainbow_keypair.c:177:25: error: Buffer is accessed out of bounds: cpk->l1_Q3 [bufferAccessOutOfBounds] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-circumzenithal_clean/rainbow_keypair.c:164:59: style:inconclusive: Function 'PQCLEAN_RAINBOWVCIRCUMZENITHAL_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-circumzenithal_clean/rainbow_keypair.h:92:59: note: Function 'PQCLEAN_RAINBOWVCIRCUMZENITHAL_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-circumzenithal_clean/rainbow_keypair.c:164:59: note: Function 'PQCLEAN_RAINBOWVCIRCUMZENITHAL_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-classic_clean/rainbow.c:33:25: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-classic_clean/rainbow.c:36:22: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-classic_clean/rainbow.c:19:99: style:inconclusive: Function 'PQCLEAN_RAINBOWVCLASSIC_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-classic_clean/rainbow.h:19:99: note: Function 'PQCLEAN_RAINBOWVCLASSIC_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-classic_clean/rainbow.c:19:99: note: Function 'PQCLEAN_RAINBOWVCLASSIC_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-classic_clean/rainbow_keypair.c:134:59: style:inconclusive: Function 'PQCLEAN_RAINBOWVCLASSIC_CLEAN_generate_keypair' argument 1 names different: declaration 'pk' definition 'rpk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-classic_clean/rainbow_keypair.h:55:59: note: Function 'PQCLEAN_RAINBOWVCLASSIC_CLEAN_generate_keypair' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-classic_clean/rainbow_keypair.c:134:59: note: Function 'PQCLEAN_RAINBOWVCLASSIC_CLEAN_generate_keypair' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow.c:33:25: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow.c:36:22: style: Same expression on both sides of '^='. [duplicateExpression] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow.c:19:102: style:inconclusive: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow.h:19:102: note: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow.c:19:102: note: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_rainbow_sign' argument 3 names different: declaration 'digest' definition '_digest'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow.c:169:91: style:inconclusive: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_rainbow_sign_cyclic' argument 2 names different: declaration 'sk' definition 'csk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow.h:38:91: note: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_rainbow_sign_cyclic' argument 2 names different: declaration 'sk' definition 'csk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow.c:169:91: note: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_rainbow_sign_cyclic' argument 2 names different: declaration 'sk' definition 'csk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow.c:175:122: style:inconclusive: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow.h:48:122: note: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow.c:175:122: note: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_rainbow_verify_cyclic' argument 3 names different: declaration 'pk' definition '_pk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow_keypair.c:208:14: error: Buffer is accessed out of bounds: pk.l1_Q3 [bufferAccessOutOfBounds] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow_keypair.c:208:25: error: Buffer is accessed out of bounds: cpk->l1_Q3 [bufferAccessOutOfBounds] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow_keypair.c:163:89: style:inconclusive: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_generate_compact_keypair_cyclic' argument 2 names different: declaration 'sk' definition 'rsk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow_keypair.h:90:89: note: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_generate_compact_keypair_cyclic' argument 2 names different: declaration 'sk' definition 'rsk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow_keypair.c:163:89: note: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_generate_compact_keypair_cyclic' argument 2 names different: declaration 'sk' definition 'rsk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow_keypair.c:195:55: style:inconclusive: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow_keypair.h:109:55: note: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/rainbow/pqclean_rainbowV-compressed_clean/rainbow_keypair.c:195:55: note: Function 'PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_cpk_to_pk' argument 1 names different: declaration 'pk' definition 'rpk'. liboqs-0.7.1/src/sig/sig.c:102:2: error: Found a exit path from function with non-void return type that has missing return statement [missingReturn] liboqs-0.7.1/src/sig/sig.c:505:2: error: Found a exit path from function with non-void return type that has missing return statement [missingReturn] liboqs-0.7.1/src/sig/sig.c:487:9: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] liboqs-0.7.1/src/sig/sig.c:494:4: note: Found duplicate branches for 'if' and 'else'. liboqs-0.7.1/src/sig/sig.c:487:9: note: Found duplicate branches for 'if' and 'else'. liboqs-0.7.1/src/sig/sig.c:890:9: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] liboqs-0.7.1/src/sig/sig.c:897:4: note: Found duplicate branches for 'if' and 'else'. liboqs-0.7.1/src/sig/sig.c:890:9: note: Found duplicate branches for 'if' and 'else'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/thash_haraka_robustx4.c:89:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/thashx4.h:20:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/thash_haraka_robustx4.c:89:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/thash_haraka_robustx4.c:90:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/thashx4.h:21:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/thash_haraka_robustx4.c:90:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/thash_haraka_robustx4.c:91:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/thashx4.h:22:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/thash_haraka_robustx4.c:91:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/thash_haraka_robustx4.c:92:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/thashx4.h:23:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/thash_haraka_robustx4.c:92:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSHARAKA128FROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/thash_haraka_simplex4.c:63:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/thashx4.h:20:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/thash_haraka_simplex4.c:63:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/thash_haraka_simplex4.c:64:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/thashx4.h:21:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/thash_haraka_simplex4.c:64:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/thash_haraka_simplex4.c:65:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/thashx4.h:22:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/thash_haraka_simplex4.c:65:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/thash_haraka_simplex4.c:66:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/thashx4.h:23:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/thash_haraka_simplex4.c:66:1: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSHARAKA128FSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/thash_haraka_robustx4.c:89:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/thashx4.h:20:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/thash_haraka_robustx4.c:89:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/thash_haraka_robustx4.c:90:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/thashx4.h:21:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/thash_haraka_robustx4.c:90:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/thash_haraka_robustx4.c:91:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/thashx4.h:22:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/thash_haraka_robustx4.c:91:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/thash_haraka_robustx4.c:92:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/thashx4.h:23:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/thash_haraka_robustx4.c:92:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSHARAKA128SROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/thash_haraka_simplex4.c:63:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/thashx4.h:20:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/thash_haraka_simplex4.c:63:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/thash_haraka_simplex4.c:64:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/thashx4.h:21:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/thash_haraka_simplex4.c:64:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/thash_haraka_simplex4.c:65:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/thashx4.h:22:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/thash_haraka_simplex4.c:65:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/thash_haraka_simplex4.c:66:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/thashx4.h:23:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/thash_haraka_simplex4.c:66:1: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSHARAKA128SSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/thash_haraka_robustx4.c:89:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/thashx4.h:20:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/thash_haraka_robustx4.c:89:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/thash_haraka_robustx4.c:90:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/thashx4.h:21:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/thash_haraka_robustx4.c:90:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/thash_haraka_robustx4.c:91:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/thashx4.h:22:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/thash_haraka_robustx4.c:91:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/thash_haraka_robustx4.c:92:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/thashx4.h:23:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/thash_haraka_robustx4.c:92:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSHARAKA192FROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/thash_haraka_simplex4.c:63:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/thashx4.h:20:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/thash_haraka_simplex4.c:63:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/thash_haraka_simplex4.c:64:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/thashx4.h:21:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/thash_haraka_simplex4.c:64:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/thash_haraka_simplex4.c:65:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/thashx4.h:22:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/thash_haraka_simplex4.c:65:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/thash_haraka_simplex4.c:66:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/thashx4.h:23:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/thash_haraka_simplex4.c:66:1: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSHARAKA192FSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/thash_haraka_robustx4.c:89:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/thashx4.h:20:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/thash_haraka_robustx4.c:89:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/thash_haraka_robustx4.c:90:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/thashx4.h:21:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/thash_haraka_robustx4.c:90:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/thash_haraka_robustx4.c:91:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/thashx4.h:22:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/thash_haraka_robustx4.c:91:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/thash_haraka_robustx4.c:92:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/thashx4.h:23:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/thash_haraka_robustx4.c:92:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSHARAKA192SROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/thash_haraka_simplex4.c:63:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/thashx4.h:20:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/thash_haraka_simplex4.c:63:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/thash_haraka_simplex4.c:64:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/thashx4.h:21:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/thash_haraka_simplex4.c:64:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/thash_haraka_simplex4.c:65:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/thashx4.h:22:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/thash_haraka_simplex4.c:65:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/thash_haraka_simplex4.c:66:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/thashx4.h:23:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/thash_haraka_simplex4.c:66:1: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSHARAKA192SSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/thash_haraka_robustx4.c:89:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/thashx4.h:20:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/thash_haraka_robustx4.c:89:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/thash_haraka_robustx4.c:90:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/thashx4.h:21:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/thash_haraka_robustx4.c:90:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/thash_haraka_robustx4.c:91:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/thashx4.h:22:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/thash_haraka_robustx4.c:91:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/thash_haraka_robustx4.c:92:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/thashx4.h:23:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/thash_haraka_robustx4.c:92:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSHARAKA256FROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/thash_haraka_simplex4.c:63:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/thashx4.h:20:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/thash_haraka_simplex4.c:63:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/thash_haraka_simplex4.c:64:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/thashx4.h:21:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/thash_haraka_simplex4.c:64:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/thash_haraka_simplex4.c:65:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/thashx4.h:22:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/thash_haraka_simplex4.c:65:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/thash_haraka_simplex4.c:66:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/thashx4.h:23:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/thash_haraka_simplex4.c:66:1: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSHARAKA256FSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/thash_haraka_robustx4.c:89:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/thashx4.h:20:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/thash_haraka_robustx4.c:89:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/thash_haraka_robustx4.c:90:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/thashx4.h:21:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/thash_haraka_robustx4.c:90:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/thash_haraka_robustx4.c:91:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/thashx4.h:22:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/thash_haraka_robustx4.c:91:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/thash_haraka_robustx4.c:92:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/thashx4.h:23:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/thash_haraka_robustx4.c:92:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSHARAKA256SROBUST_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/thash_haraka_simplex4.c:63:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/thashx4.h:20:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/thash_haraka_simplex4.c:63:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_thashx4_1' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/thash_haraka_simplex4.c:64:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/thashx4.h:21:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/thash_haraka_simplex4.c:64:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_thashx4_2' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/thash_haraka_simplex4.c:65:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/thashx4.h:22:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/thash_haraka_simplex4.c:65:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_thashx4_WOTS_LEN' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/thash_haraka_simplex4.c:66:1: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/thashx4.h:23:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/thash_haraka_simplex4.c:66:1: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_thashx4_FORS_TREES' argument 11 names different: declaration 'state_seeded' definition 'state'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSHARAKA256SSIMPLE_AESNI_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/fors.c:130:23: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/fors.c:130:23: note: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/fors.c:205:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/fors.c:205:27: note: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/wots.c:175:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/wots.c:175:27: note: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/wots.c:208:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/wots.c:208:45: note: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/wots.c:229:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/wots.c:229:27: note: Function 'PQCLEAN_SPHINCSSHA256128FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/fors.c:130:23: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/fors.c:130:23: note: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/fors.c:205:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/fors.c:205:27: note: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/wots.c:175:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/wots.c:175:27: note: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/wots.c:208:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/wots.c:208:45: note: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/wots.c:229:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/wots.c:229:27: note: Function 'PQCLEAN_SPHINCSSHA256128FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/fors.c:130:23: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/fors.c:130:23: note: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/fors.c:205:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/fors.c:205:27: note: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/wots.c:175:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/wots.c:175:27: note: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/wots.c:208:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/wots.c:208:45: note: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/wots.c:229:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/wots.c:229:27: note: Function 'PQCLEAN_SPHINCSSHA256128SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/fors.c:130:23: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/fors.c:130:23: note: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/fors.c:205:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/fors.c:205:27: note: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/wots.c:175:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/wots.c:175:27: note: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/wots.c:208:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/wots.c:208:45: note: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/wots.c:229:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/wots.c:229:27: note: Function 'PQCLEAN_SPHINCSSHA256128SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/fors.c:130:23: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/fors.c:130:23: note: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/fors.c:205:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/fors.c:205:27: note: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/wots.c:175:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/wots.c:175:27: note: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/wots.c:208:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/wots.c:208:45: note: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/wots.c:229:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/wots.c:229:27: note: Function 'PQCLEAN_SPHINCSSHA256192FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/fors.c:130:23: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/fors.c:130:23: note: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/fors.c:205:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/fors.c:205:27: note: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/wots.c:175:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/wots.c:175:27: note: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/wots.c:208:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/wots.c:208:45: note: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/wots.c:229:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/wots.c:229:27: note: Function 'PQCLEAN_SPHINCSSHA256192FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/fors.c:130:23: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/fors.c:130:23: note: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/fors.c:205:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/fors.c:205:27: note: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/wots.c:175:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/wots.c:175:27: note: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/wots.c:208:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/wots.c:208:45: note: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/wots.c:229:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/wots.c:229:27: note: Function 'PQCLEAN_SPHINCSSHA256192SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/fors.c:130:23: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/fors.c:130:23: note: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/fors.c:205:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/fors.c:205:27: note: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/wots.c:175:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/wots.c:175:27: note: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/wots.c:208:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/wots.c:208:45: note: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/wots.c:229:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/wots.c:229:27: note: Function 'PQCLEAN_SPHINCSSHA256192SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/fors.c:130:23: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/fors.c:130:23: note: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/fors.c:205:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/fors.c:205:27: note: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/wots.c:175:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/wots.c:175:27: note: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/wots.c:208:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/wots.c:208:45: note: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/wots.c:229:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/wots.c:229:27: note: Function 'PQCLEAN_SPHINCSSHA256256FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/fors.c:130:23: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/fors.c:130:23: note: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/fors.c:205:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/fors.c:205:27: note: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/wots.c:175:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/wots.c:175:27: note: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/wots.c:208:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/wots.c:208:45: note: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/wots.c:229:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/wots.c:229:27: note: Function 'PQCLEAN_SPHINCSSHA256256FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/fors.c:130:23: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/fors.c:130:23: note: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/fors.c:205:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/fors.c:205:27: note: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/wots.c:175:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/wots.c:175:27: note: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/wots.c:208:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/wots.c:208:45: note: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/wots.c:229:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/wots.c:229:27: note: Function 'PQCLEAN_SPHINCSSHA256256SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/fors.c:130:23: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/fors.c:130:23: note: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/fors.c:205:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/fors.c:205:27: note: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/wots.c:175:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/wots.c:175:27: note: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/wots.c:208:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/wots.c:208:45: note: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/wots.c:229:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/wots.c:229:27: note: Function 'PQCLEAN_SPHINCSSHA256256SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSSHAKE256128FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSSHAKE256128FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSSHAKE256128SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSSHAKE256128SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSSHAKE256192FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSSHAKE256192FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSSHAKE256192SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSSHAKE256192SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSSHAKE256256FROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSSHAKE256256FSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSSHAKE256256SROBUST_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/fors.c:100:56: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/fors.h:17:52: note: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/fors.c:100:56: note: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_fors_sign' argument 7 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/fors.c:170:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/fors.h:30:23: note: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/fors.c:170:27: note: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_fors_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/sign.c:156:17: style: union member 'Anonymous3::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/sign.c:164:17: style: union member 'Anonymous4::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/sign.c:258:17: style: union member 'Anonymous5::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/sign.c:381:17: style: union member 'Anonymous6::_x' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/wots.c:165:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/wots.h:19:23: note: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/wots.c:165:27: note: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_wots_gen_pk' argument 5 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/wots.c:201:45: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/wots.h:28:41: note: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/wots.c:201:45: note: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_wots_sign' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/wots.c:225:27: style:inconclusive: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. [funcArgNamesDifferent] liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/wots.h:39:23: note: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/wots.c:225:27: note: Function 'PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_wots_pk_from_sig' argument 6 names different: declaration 'hash_state_seeded' definition 'state_seeded'. liboqs-0.7.1/tests/kat_sig.c:148:13: style: union member 'Anonymous2::val' is never used. [unusedStructMember] liboqs-0.7.1/tests/kat_sig.c:149:12: style: union member 'Anonymous2::bytes' is never used. [unusedStructMember] liboqs-0.7.1/tests/kat_sig.c:168:13: style: union member 'Anonymous3::val' is never used. [unusedStructMember] liboqs-0.7.1/tests/kat_sig.c:169:12: style: union member 'Anonymous3::bytes' is never used. [unusedStructMember] liboqs-0.7.1/tests/speed_common.c:300:2: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] liboqs-0.7.1/tests/speed_common.c:402:2: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] liboqs-0.7.1/tests/speed_kem.c:152:2: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] liboqs-0.7.1/tests/speed_kem.c:166:2: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] liboqs-0.7.1/tests/speed_sig.c:153:2: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] liboqs-0.7.1/tests/speed_sig.c:167:2: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] liboqs-0.7.1/tests/test_aes.c:157:3: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] liboqs-0.7.1/tests/test_aes.c:160:3: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] liboqs-0.7.1/tests/tmp_store.c:56:15: style: Checking if unsigned expression 'len_read' is less than zero. [unsignedLessThanZero] liboqs-0.7.1/tests/test_kem_mem.c:23:10: style: struct member 'magic_s::val' is never used. [unusedStructMember] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/rng.c:73:24: error: Using argument p that points at uninitialized variable spc.p [ctuuninitvar] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/sign.c:1195:43: note: Calling function PQCLEAN_FALCON1024_CLEAN_prng_init, 1st argument is uninitialized liboqs-0.7.1/src/sig/falcon/pqclean_falcon-1024_clean/rng.c:73:24: note: Using argument p liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/rng.c:73:24: error: Using argument p that points at uninitialized variable spc.p [ctuuninitvar] liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/sign.c:1195:42: note: Calling function PQCLEAN_FALCON512_CLEAN_prng_init, 1st argument is uninitialized liboqs-0.7.1/src/sig/falcon/pqclean_falcon-512_clean/rng.c:73:24: note: Using argument p diff: head liboqs-0.7.1/src/common/rand/rand_nist.c:129:51: style: Parameter 'provided_data' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/common/rand/rand_nist.c:129:51: style: Parameter 'provided_data' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864_avx/bm.c:64:47: style: Parameter 'in' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864_avx/bm.c:64:47: style: Parameter 'in' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864f_avx/bm.c:64:47: style: Parameter 'in' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864f_avx/bm.c:64:47: style: Parameter 'in' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864f_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864f_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896_avx/bm.c:70:47: style: Parameter 'in' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896f_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896f_avx/bm.c:70:47: style: Parameter 'in' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896f_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece460896f_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128_avx/bm.c:70:47: style: Parameter 'in' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128f_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128f_avx/bm.c:70:47: style: Parameter 'in' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128f_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6688128f_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119_avx/bm.c:70:47: style: Parameter 'in' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119f_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119f_avx/bm.c:70:47: style: Parameter 'in' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119f_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece6960119f_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128_avx/bm.c:70:47: style: Parameter 'in' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128f_avx/bm.c:70:47: style: Parameter 'in' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128f_avx/bm.c:70:47: style: Parameter 'in' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128f_avx/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece8192128f_vec/operations.c:70:25: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/frodokem/external/noise.c:12:14: style: Variable 'cdf_table' can be declared as const array [constVariable] 2.8 liboqs-0.7.1/src/kem/frodokem/external/noise.c:12:14: style: Variable 'cdf_table' can be declared with const [constVariable] head liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/gf2x.c:399:54: style: Parameter 'in' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/hqc/pqclean_hqc-rmrs-256_avx2/gf2x.c:399:54: style: Parameter 'in' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/poly_s3_inv.c:227:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/poly_s3_inv.c:227:45: style: Parameter 'f0' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/poly_s3_inv.c:227:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048509_avx2/poly_s3_inv.c:227:57: style: Parameter 'f1' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/poly_s3_inv.c:227:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/poly_s3_inv.c:227:45: style: Parameter 'f0' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/poly_s3_inv.c:227:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps2048677_avx2/poly_s3_inv.c:227:57: style: Parameter 'f1' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/poly_s3_inv.c:227:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/poly_s3_inv.c:227:45: style: Parameter 'f0' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/poly_s3_inv.c:227:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntru/pqclean_ntruhps4096821_avx2/poly_s3_inv.c:227:57: style: Parameter 'f1' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_avx2/poly_s3_inv.c:227:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_avx2/poly_s3_inv.c:227:45: style: Parameter 'f0' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_avx2/poly_s3_inv.c:227:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntru/pqclean_ntruhrss701_avx2/poly_s3_inv.c:227:57: style: Parameter 'f1' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_clean/crypto_core_multsntrup1277.c:48:38: error: Array 'g[1277]' accessed at index 2551, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_clean/crypto_core_multsntrup1277.c:45:19: note: Assuming that condition 'i<1277+1277-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_clean/crypto_core_multsntrup1277.c:48:38: note: Array index out of bounds head liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr1277_clean/crypto_decode_1277x2627.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_clean/crypto_core_multsntrup653.c:48:38: error: Array 'g[653]' accessed at index 1303, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_clean/crypto_core_multsntrup653.c:45:19: note: Assuming that condition 'i<653+653-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_clean/crypto_core_multsntrup653.c:48:38: note: Array index out of bounds head liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr653_clean/crypto_decode_653x1541.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_clean/crypto_core_multsntrup761.c:48:38: error: Array 'g[761]' accessed at index 1519, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_clean/crypto_core_multsntrup761.c:45:19: note: Assuming that condition 'i<761+761-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_clean/crypto_core_multsntrup761.c:48:38: note: Array index out of bounds head liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr761_clean/crypto_decode_761x1531.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_clean/crypto_core_multsntrup857.c:48:38: error: Array 'g[857]' accessed at index 1711, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_clean/crypto_core_multsntrup857.c:45:19: note: Assuming that condition 'i<857+857-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_clean/crypto_core_multsntrup857.c:48:38: note: Array index out of bounds head liboqs-0.7.1/src/kem/ntruprime/pqclean_ntrulpr857_clean/crypto_decode_857x1723.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_avx2/crypto_core_inv3sntrup1277.c:228:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_avx2/crypto_core_inv3sntrup1277.c:228:45: style: Parameter 'f0' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_avx2/crypto_core_inv3sntrup1277.c:228:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_avx2/crypto_core_inv3sntrup1277.c:228:57: style: Parameter 'f1' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_core_mult3sntrup1277.c:43:40: error: Array 'g[1277]' accessed at index 2551, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_core_mult3sntrup1277.c:40:19: note: Assuming that condition 'i<1277+1277-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_core_mult3sntrup1277.c:43:40: note: Array index out of bounds head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_core_multsntrup1277.c:48:38: error: Array 'g[1277]' accessed at index 2551, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_core_multsntrup1277.c:45:19: note: Assuming that condition 'i<1277+1277-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_core_multsntrup1277.c:48:38: note: Array index out of bounds head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_decode_1277x2627.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup1277_clean/crypto_decode_1277x7879.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_avx2/crypto_core_inv3sntrup653.c:228:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_avx2/crypto_core_inv3sntrup653.c:228:45: style: Parameter 'f0' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_avx2/crypto_core_inv3sntrup653.c:228:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_avx2/crypto_core_inv3sntrup653.c:228:57: style: Parameter 'f1' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_core_mult3sntrup653.c:43:40: error: Array 'g[653]' accessed at index 1303, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_core_mult3sntrup653.c:40:19: note: Assuming that condition 'i<653+653-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_core_mult3sntrup653.c:43:40: note: Array index out of bounds head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_core_multsntrup653.c:48:38: error: Array 'g[653]' accessed at index 1303, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_core_multsntrup653.c:45:19: note: Assuming that condition 'i<653+653-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_core_multsntrup653.c:48:38: note: Array index out of bounds head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_decode_653x1541.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup653_clean/crypto_decode_653x4621.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_avx2/crypto_core_inv3sntrup761.c:228:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_avx2/crypto_core_inv3sntrup761.c:228:45: style: Parameter 'f0' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_avx2/crypto_core_inv3sntrup761.c:228:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_avx2/crypto_core_inv3sntrup761.c:228:57: style: Parameter 'f1' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_core_mult3sntrup761.c:43:40: error: Array 'g[761]' accessed at index 1519, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_core_mult3sntrup761.c:40:19: note: Assuming that condition 'i<761+761-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_core_mult3sntrup761.c:43:40: note: Array index out of bounds head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_core_multsntrup761.c:48:38: error: Array 'g[761]' accessed at index 1519, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_core_multsntrup761.c:45:19: note: Assuming that condition 'i<761+761-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_core_multsntrup761.c:48:38: note: Array index out of bounds head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_decode_761x1531.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup761_clean/crypto_decode_761x4591.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_avx2/crypto_core_inv3sntrup857.c:228:45: style: Parameter 'f0' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_avx2/crypto_core_inv3sntrup857.c:228:45: style: Parameter 'f0' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_avx2/crypto_core_inv3sntrup857.c:228:57: style: Parameter 'f1' can be declared as pointer to const [constParameter] 2.8 liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_avx2/crypto_core_inv3sntrup857.c:228:57: style: Parameter 'f1' can be declared with const [constParameter] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_core_mult3sntrup857.c:43:40: error: Array 'g[857]' accessed at index 1711, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_core_mult3sntrup857.c:40:19: note: Assuming that condition 'i<857+857-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_core_mult3sntrup857.c:43:40: note: Array index out of bounds head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_core_multsntrup857.c:48:38: error: Array 'g[857]' accessed at index 1711, which is out of bounds. [arrayIndexOutOfBounds] liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_core_multsntrup857.c:45:19: note: Assuming that condition 'i<857+857-1' is not redundant liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_core_multsntrup857.c:48:38: note: Array index out of bounds head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_decode_857x1723.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head liboqs-0.7.1/src/kem/ntruprime/pqclean_sntrup857_clean/crypto_decode_857x5167.c:81:20: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] 2.8 liboqs-0.7.1/src/kem/sike/external/fpx.c:289:44: error: Uninitialized variable: t1 [uninitvar] liboqs-0.7.1/src/kem/sike/external/fpx.c:287:23: note: Assuming condition is false liboqs-0.7.1/src/kem/sike/external/fpx.c:289:44: note: Uninitialized variable: t1 head liboqs-0.7.1/src/kem/sike/external/fpx.c:289:44: warning: Uninitialized variable: t1 [uninitvar] liboqs-0.7.1/src/kem/sike/external/fpx.c:287:23: note: Assuming condition is false liboqs-0.7.1/src/kem/sike/external/fpx.c:289:44: note: Uninitialized variable: t1 head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128f-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-128s-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192f-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-192s-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256f-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-robust_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-haraka-256s-simple_aesni/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128f-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-128s-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192f-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-192s-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256f-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-robust_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-sha256-256s-simple_avx2/utilsx8.c:21:61: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128f-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-128s-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192f-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-192s-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256f-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-robust_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] head liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared as const array [constParameter] 2.8 liboqs-0.7.1/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/utilsx4.c:98:1: style: Parameter 'idx_offset' can be declared with const [constParameter] DONE