Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2026-02-14

Project overview: s2opc

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
20.0%
1137 / 5773
Cyclomatic complexity statically reachable by fuzzers
27.0%
8316 / 30390
Runtime code coverage of functions
17.0%
984 / 5773

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
parse_tcp_uri_fuzzer /src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_parse_tcp_uri.c 14 1285 3 4 114 64 fuzz_parse_tcp_uri.c
decode_fuzzer /src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_decoder.c 85 1322 11 15 847 402 fuzz_decoder.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c 181 1079 12 22 2995 1386 fuzz_x509csr.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c 289 881 12 34 4791 2185 fuzz_privkey.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c 90 1173 7 14 1477 674 fuzz_x509crl.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c 218 1035 14 22 4074 1852 fuzz_x509crt.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c 743 882 17 53 12379 5641 fuzz_server.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c 769 854 17 53 12974 5900 fuzz_dtlsserver.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c 156 1014 10 19 2628 1208 fuzz_pubkey.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c 686 930 18 49 11362 5171 fuzz_dtlsclient.c
sub_fuzzer /src/S2OPC/tests/PubSub/fuzzing/fuzz_sub.c 225 2678 19 25 2673 1216 fuzz_sub.c
/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c /work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c 690 926 18 49 11405 5195 fuzz_client.c
server_request_fuzzer /src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_server_request.c 442 4228 18 65 6398 2900 fuzz_server_request.c

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: parse_tcp_uri_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 1 3.44%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 28 96.5%
All colors 29 100

Runtime coverage analysis

Covered functions
8
Functions that are reachable but not covered
6
Reachable functions
14
Percentage of reachable functions covered
57.14%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_parse_tcp_uri.c 1
/src/S2OPC/src/Common/opcua_types/sopc_builtintypes.c 1
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_mem_alloc.c 2
/src/S2OPC/src/Common/helpers/sopc_helper_uri.c 4

Fuzzer: decode_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 48 24.3%
gold [1:9] 1 0.50%
yellow [10:29] 2 1.01%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 146 74.1%
All colors 197 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
42 70 SOPC_Logger_TraceError call site: 00070 SOPC_Log_VTrace
3 11 checkEncodeableTypeDescIsValid call site: 00011 SOPC_Dict_Get
2 23 getKnownEncodeableType call site: 00023 SOPC_EncodeableType_GetUserType
1 143 SOPC_Buffer_Init call site: 00143 SOPC_Buffer_Delete

Runtime coverage analysis

Covered functions
870
Functions that are reachable but not covered
35
Reachable functions
85
Percentage of reachable functions covered
58.82%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_decoder.c 2
/src/S2OPC/src/Common/helpers/sopc_helper_endianness_cfg.c 1
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_mem_alloc.c 3
/src/S2OPC/src/Common/opcua_types/sopc_encodeabletype.c 23
/src/S2OPC/src/Common/helpers/sopc_dict.c 2
/src/S2OPC/src/Common/helpers/sopc_buffer.c 9
/src/S2OPC/src/Common/configuration/sopc_common_constants.c 1
/src/S2OPC/src/Common/opcua_types/sopc_encoder.c 6
/src/S2OPC/src/Common/opcua_types/sopc_builtintypes.c 3
/src/S2OPC/src/Common/helpers/sopc_logger.c 2
/src/S2OPC/src/Common/helpers/sopc_log_manager.c 3
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_threads.c 2
/src/S2OPC/src/Common/helpers/sopc_date_time.c 5
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_date_time.c 3
/src/S2OPC/src/Common/helpers/sopc_circular_log_file.c 1

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 754 99.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.13%
All colors 755 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
754 0 EP call site: 00000 mbedtls_x509_csr_parse

Runtime coverage analysis

Covered functions
987
Functions that are reachable but not covered
180
Reachable functions
181
Percentage of reachable functions covered
0.55%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c 1
/work/mbedtls-2.28.8/library/x509_csr.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/constant_time.c 8
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/platform_util.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 6
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/library/asn1parse.c 8
/work/mbedtls-2.28.8/library/pk.c 6
/work/mbedtls-2.28.8/library/x509.c 11
/work/mbedtls-2.28.8/library/pkparse.c 8
/work/mbedtls-2.28.8/library/oid.c 11
/work/mbedtls-2.28.8/include/mbedtls/pk.h 2
/work/mbedtls-2.28.8/library/rsa.c 4
/work/mbedtls-2.28.8/library/bignum.c 46
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/ecp.c 15
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/md.c 2

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1302 99.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 13 0.98%
All colors 1315 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1281 0 EP call site: 00000 mbedtls_pk_parse_key
10 1282 LLVMFuzzerTestOneInput call site: 01282 mbedtls_mpi_copy
9 1294 LLVMFuzzerTestOneInput call site: 01294 mbedtls_mpi_copy
1 1309 LLVMFuzzerTestOneInput call site: 01309 mbedtls_pk_ec
1 1312 LLVMFuzzerTestOneInput call site: 01312 abort

Runtime coverage analysis

Covered functions
987
Functions that are reachable but not covered
288
Reachable functions
289
Percentage of reachable functions covered
0.35%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c 1
/work/mbedtls-2.28.8/library/pk.c 5
/work/mbedtls-2.28.8/library/pkparse.c 13
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/constant_time.c 11
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/platform_util.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 7
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/include/mbedtls/pk.h 2
/work/mbedtls-2.28.8/library/bignum.c 49
/work/mbedtls-2.28.8/library/asn1parse.c 8
/work/mbedtls-2.28.8/library/rsa.c 7
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/ecp.c 44
/work/mbedtls-2.28.8/library/oid.c 10
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/hmac_drbg.c 4
/work/mbedtls-2.28.8/library/md.c 14
/work/mbedtls-2.28.8/library/ripemd160.c 7
/work/mbedtls-2.28.8/library/sha1.c 7
/work/mbedtls-2.28.8/library/sha256.c 7
/work/mbedtls-2.28.8/library/sha512.c 7
/work/mbedtls-2.28.8/library/pkcs12.c 7
/work/mbedtls-2.28.8/library/cipher.c 11
/work/mbedtls-2.28.8/library/chacha20.c 5
/work/mbedtls-2.28.8/include/mbedtls/cipher.h 2
/work/mbedtls-2.28.8/library/gcm.c 2
/work/mbedtls-2.28.8/library/chachapoly.c 2
/work/mbedtls-2.28.8/library/poly1305.c 3
/work/mbedtls-2.28.8/library/arc4.c 4
/work/mbedtls-2.28.8/library/pkcs5.c 4

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 298 99.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.33%
All colors 299 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
298 0 EP call site: 00000 mbedtls_x509_crl_parse

Runtime coverage analysis

Covered functions
987
Functions that are reachable but not covered
89
Reachable functions
90
Percentage of reachable functions covered
1.11%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c 1
/work/mbedtls-2.28.8/library/x509_crl.c 9
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/constant_time.c 2
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/platform_util.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 6
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/library/asn1parse.c 8
/work/mbedtls-2.28.8/library/x509.c 17
/work/mbedtls-2.28.8/library/oid.c 7
/work/mbedtls-2.28.8/library/md.c 2

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 927 99.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.10%
All colors 928 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
927 0 EP call site: 00000 mbedtls_x509_crt_parse

Runtime coverage analysis

Covered functions
987
Functions that are reachable but not covered
217
Reachable functions
218
Percentage of reachable functions covered
0.46%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c 1
/work/mbedtls-2.28.8/library/x509_crt.c 24
/work/mbedtls-2.28.8/library/asn1parse.c 13
/work/mbedtls-2.28.8/library/pk.c 6
/work/mbedtls-2.28.8/library/platform_util.c 1
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/x509.c 18
/work/mbedtls-2.28.8/library/oid.c 18
/work/mbedtls-2.28.8/library/pkparse.c 8
/work/mbedtls-2.28.8/include/mbedtls/pk.h 2
/work/mbedtls-2.28.8/library/rsa.c 4
/work/mbedtls-2.28.8/library/bignum.c 46
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/constant_time.c 8
/work/mbedtls-2.28.8/library/ecp.c 15
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 6
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/library/md.c 2

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 3808 99.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 8 0.20%
All colors 3816 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2286 1529 LLVMFuzzerTestOneInput call site: 01529 mbedtls_ssl_read
835 3 LLVMFuzzerTestOneInput call site: 00003 mbedtls_x509_crt_parse_der
684 839 LLVMFuzzerTestOneInput call site: 00839 mbedtls_pk_parse_key
1 1 LLVMFuzzerTestOneInput call site: 00001 mbedtls_pk_init
1 1524 LLVMFuzzerTestOneInput call site: 01524 fwrite
1 1526 LLVMFuzzerTestOneInput call site: 01526 mbedtls_ssl_config_init

Runtime coverage analysis

Covered functions
987
Functions that are reachable but not covered
742
Reachable functions
743
Percentage of reachable functions covered
0.13%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c 1
/work/mbedtls-2.28.8/library/x509_crt.c 48
/work/mbedtls-2.28.8/library/pk.c 17
/work/mbedtls-2.28.8/library/asn1parse.c 13
/work/mbedtls-2.28.8/library/platform_util.c 2
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/x509.c 22
/work/mbedtls-2.28.8/library/oid.c 24
/work/mbedtls-2.28.8/library/pkparse.c 15
/work/mbedtls-2.28.8/include/mbedtls/pk.h 3
/work/mbedtls-2.28.8/library/rsa.c 12
/work/mbedtls-2.28.8/library/bignum.c 51
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/constant_time.c 18
/work/mbedtls-2.28.8/library/ecp.c 54
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 8
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/library/hmac_drbg.c 4
/work/mbedtls-2.28.8/library/md.c 17
/work/mbedtls-2.28.8/library/ripemd160.c 8
/work/mbedtls-2.28.8/library/sha1.c 8
/work/mbedtls-2.28.8/library/sha256.c 8
/work/mbedtls-2.28.8/library/sha512.c 8
/work/mbedtls-2.28.8/library/pkcs12.c 7
/work/mbedtls-2.28.8/library/cipher.c 15
/work/mbedtls-2.28.8/library/chacha20.c 5
/work/mbedtls-2.28.8/include/mbedtls/cipher.h 4
/work/mbedtls-2.28.8/library/gcm.c 6
/work/mbedtls-2.28.8/library/chachapoly.c 9
/work/mbedtls-2.28.8/library/poly1305.c 6
/work/mbedtls-2.28.8/library/arc4.c 4
/work/mbedtls-2.28.8/library/pkcs5.c 4
/work/mbedtls-2.28.8/programs/fuzz/common.c 5
/work/mbedtls-2.28.8/library/ssl_tls.c 80
/work/mbedtls-2.28.8/library/ctr_drbg.c 10
/work/mbedtls-2.28.8/library/entropy.c 3
/work/mbedtls-2.28.8/library/entropy_poll.c 3
/work/mbedtls-2.28.8/library/timing.c 1
/work/mbedtls-2.28.8/library/ssl_ticket.c 8
/work/mbedtls-2.28.8/library/ssl_ciphersuites.c 8
/work/mbedtls-2.28.8/include/mbedtls/ssl_internal.h 9
/work/mbedtls-2.28.8/library/ccm.c 5
/work/mbedtls-2.28.8/library/ssl_msg.c 71
/work/mbedtls-2.28.8/library/dhm.c 13
/work/mbedtls-2.28.8/library/ecdh.c 23
/work/mbedtls-2.28.8/library/debug.c 11
/work/mbedtls-2.28.8/library/ssl_cli.c 40
/work/mbedtls-2.28.8/include/mbedtls/ssl_ciphersuites.h 7
/work/mbedtls-2.28.8/library/ssl_srv.c 40

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 3793 99.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 13 0.34%
All colors 3806 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2237 1568 LLVMFuzzerTestOneInput call site: 01568 mbedtls_ssl_read
835 3 LLVMFuzzerTestOneInput call site: 00003 mbedtls_x509_crt_parse_der
683 840 LLVMFuzzerTestOneInput call site: 00840 pk_parse_key_pkcs8_encrypted_der
21 1546 LLVMFuzzerTestOneInput call site: 01546 mbedtls_ctr_drbg_reseed_internal
13 1529 LLVMFuzzerTestOneInput call site: 01529 mbedtls_platform_entropy_poll
2 1524 LLVMFuzzerTestOneInput call site: 01524 fwrite
2 1543 LLVMFuzzerTestOneInput call site: 01543 mbedtls_md_init

Runtime coverage analysis

Covered functions
987
Functions that are reachable but not covered
768
Reachable functions
769
Percentage of reachable functions covered
0.13%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c 1
/work/mbedtls-2.28.8/library/x509_crt.c 48
/work/mbedtls-2.28.8/library/pk.c 17
/work/mbedtls-2.28.8/library/asn1parse.c 13
/work/mbedtls-2.28.8/library/platform_util.c 2
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/x509.c 22
/work/mbedtls-2.28.8/library/oid.c 24
/work/mbedtls-2.28.8/library/pkparse.c 15
/work/mbedtls-2.28.8/include/mbedtls/pk.h 3
/work/mbedtls-2.28.8/library/rsa.c 12
/work/mbedtls-2.28.8/library/bignum.c 51
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/constant_time.c 18
/work/mbedtls-2.28.8/library/ecp.c 54
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 8
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/library/hmac_drbg.c 4
/work/mbedtls-2.28.8/library/md.c 17
/work/mbedtls-2.28.8/library/ripemd160.c 8
/work/mbedtls-2.28.8/library/sha1.c 8
/work/mbedtls-2.28.8/library/sha256.c 8
/work/mbedtls-2.28.8/library/sha512.c 8
/work/mbedtls-2.28.8/library/pkcs12.c 7
/work/mbedtls-2.28.8/library/cipher.c 15
/work/mbedtls-2.28.8/library/chacha20.c 5
/work/mbedtls-2.28.8/include/mbedtls/cipher.h 3
/work/mbedtls-2.28.8/library/gcm.c 6
/work/mbedtls-2.28.8/library/chachapoly.c 9
/work/mbedtls-2.28.8/library/poly1305.c 6
/work/mbedtls-2.28.8/library/arc4.c 4
/work/mbedtls-2.28.8/library/pkcs5.c 4
/work/mbedtls-2.28.8/programs/fuzz/common.c 6
/work/mbedtls-2.28.8/library/ssl_tls.c 67
/work/mbedtls-2.28.8/library/ctr_drbg.c 10
/work/mbedtls-2.28.8/library/entropy.c 3
/work/mbedtls-2.28.8/library/entropy_poll.c 3
/work/mbedtls-2.28.8/library/timing.c 4
/work/mbedtls-2.28.8/library/ssl_cookie.c 6
/work/mbedtls-2.28.8/library/ssl_ciphersuites.c 8
/work/mbedtls-2.28.8/library/ssl_srv.c 42
/work/mbedtls-2.28.8/include/mbedtls/ssl_internal.h 9
/work/mbedtls-2.28.8/library/ssl_msg.c 71
/work/mbedtls-2.28.8/library/dhm.c 13
/work/mbedtls-2.28.8/library/ecdh.c 23
/work/mbedtls-2.28.8/library/debug.c 11
/work/mbedtls-2.28.8/library/ssl_cli.c 40
/work/mbedtls-2.28.8/library/ccm.c 5
/work/mbedtls-2.28.8/include/mbedtls/ssl_ciphersuites.h 7

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 675 98.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 13 1.88%
All colors 688 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
662 0 EP call site: 00000 mbedtls_pk_parse_public_key
12 664 LLVMFuzzerTestOneInput call site: 00664 mbedtls_rsa_export_crt
1 685 LLVMFuzzerTestOneInput call site: 00685 abort

Runtime coverage analysis

Covered functions
987
Functions that are reachable but not covered
155
Reachable functions
156
Percentage of reachable functions covered
0.64%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c 1
/work/mbedtls-2.28.8/library/pk.c 5
/work/mbedtls-2.28.8/library/pkparse.c 9
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/constant_time.c 8
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/platform_util.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 6
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/include/mbedtls/pk.h 2
/work/mbedtls-2.28.8/library/asn1parse.c 7
/work/mbedtls-2.28.8/library/rsa.c 6
/work/mbedtls-2.28.8/library/bignum.c 46
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/oid.c 4
/work/mbedtls-2.28.8/library/ecp.c 16
/work/mbedtls-2.28.8/library/ecp_curves.c 6

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 3508 99.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 12 0.34%
All colors 3520 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2621 898 LLVMFuzzerTestOneInput call site: 00898 mbedtls_ssl_read
835 2 LLVMFuzzerTestOneInput call site: 00002 mbedtls_x509_crt_parse_der
21 859 LLVMFuzzerTestOneInput call site: 00859 mbedtls_ctr_drbg_reseed_internal
14 843 LLVMFuzzerTestOneInput call site: 00843 mbedtls_platform_entropy_poll
14 883 LLVMFuzzerTestOneInput call site: 00883 mbedtls_ssl_conf_dh_param_bin
1 838 LLVMFuzzerTestOneInput call site: 00838 fwrite
1 841 LLVMFuzzerTestOneInput call site: 00841 mbedtls_ctr_drbg_init
1 881 LLVMFuzzerTestOneInput call site: 00881 rand

Runtime coverage analysis

Covered functions
987
Functions that are reachable but not covered
685
Reachable functions
686
Percentage of reachable functions covered
0.15%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c 1
/work/mbedtls-2.28.8/library/x509_crt.c 48
/work/mbedtls-2.28.8/library/asn1parse.c 13
/work/mbedtls-2.28.8/library/pk.c 16
/work/mbedtls-2.28.8/library/platform_util.c 2
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/x509.c 22
/work/mbedtls-2.28.8/library/oid.c 18
/work/mbedtls-2.28.8/library/pkparse.c 8
/work/mbedtls-2.28.8/include/mbedtls/pk.h 3
/work/mbedtls-2.28.8/library/rsa.c 10
/work/mbedtls-2.28.8/library/bignum.c 51
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/constant_time.c 18
/work/mbedtls-2.28.8/library/ecp.c 52
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 8
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/programs/fuzz/common.c 6
/work/mbedtls-2.28.8/library/ssl_tls.c 66
/work/mbedtls-2.28.8/library/ctr_drbg.c 10
/work/mbedtls-2.28.8/library/entropy.c 3
/work/mbedtls-2.28.8/library/sha512.c 8
/work/mbedtls-2.28.8/library/entropy_poll.c 3
/work/mbedtls-2.28.8/library/timing.c 4
/work/mbedtls-2.28.8/library/ssl_ciphersuites.c 8
/work/mbedtls-2.28.8/library/ssl_msg.c 71
/work/mbedtls-2.28.8/library/cipher.c 15
/work/mbedtls-2.28.8/library/md.c 17
/work/mbedtls-2.28.8/library/ripemd160.c 8
/work/mbedtls-2.28.8/library/sha1.c 8
/work/mbedtls-2.28.8/library/sha256.c 8
/work/mbedtls-2.28.8/library/dhm.c 13
/work/mbedtls-2.28.8/library/ecdh.c 23
/work/mbedtls-2.28.8/library/debug.c 11
/work/mbedtls-2.28.8/include/mbedtls/ssl_internal.h 9
/work/mbedtls-2.28.8/library/ssl_cli.c 40
/work/mbedtls-2.28.8/include/mbedtls/cipher.h 3
/work/mbedtls-2.28.8/library/chacha20.c 5
/work/mbedtls-2.28.8/library/gcm.c 6
/work/mbedtls-2.28.8/library/chachapoly.c 9
/work/mbedtls-2.28.8/library/poly1305.c 6
/work/mbedtls-2.28.8/library/ccm.c 5
/work/mbedtls-2.28.8/include/mbedtls/ssl_ciphersuites.h 7
/work/mbedtls-2.28.8/library/hmac_drbg.c 4
/work/mbedtls-2.28.8/library/ssl_srv.c 40

Fuzzer: sub_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 205 30.7%
gold [1:9] 12 1.79%
yellow [10:29] 15 2.24%
greenyellow [30:49] 15 2.24%
lawngreen 50+ 420 62.9%
All colors 667 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
53 429 SOPC_EncodeableObject_Clear call site: 00429 EncodeableObject_AllocateOptFields
49 114 Decode_SecurityHeader call site: 00114 SOPC_PubSub_Security_Decrypt
29 164 SOPC_Buffer_Init call site: 00164 SOPC_PubSub_Security_Encrypt
11 395 getKnownEncodeableType call site: 00395 EncodeableObject_DecodeUnion
11 620 SOPC_ByteString_Initialize call site: 00620 SOPC_NodeId_Clear
7 105 Decode_Message_V1 call site: 00105 SOPC_Helper_Convert_PublisherId
5 59 SOPC_String_ReadWithLimitedLength call site: 00059 SOPC_Dataset_LL_NetworkMessage_Set_PublisherId_String
5 614 createAndInitialize_writeValues call site: 00614 SOPC_String_Copy
5 637 Decode_Message_V1 call site: 00637 SOPC_SubTargetVariable_TargetVariableCtx_Delete
4 407 SOPC_EncodeableObject_Clear call site: 00407 SOPC_EncodeableObject_ClearUnion
4 659 SOPC_PubFixedBuffer_Delete_Preencode_Buffer call site: 00659 SOPC_Buffer_Delete
3 216 decode_dataSetMessage call site: 00216 SOPC_Dataset_LL_DataSetMsg_Set_SequenceNumber

Runtime coverage analysis

Covered functions
834
Functions that are reachable but not covered
80
Reachable functions
225
Percentage of reachable functions covered
64.44%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/S2OPC/tests/PubSub/fuzzing/fuzz_sub.c 1
/src/S2OPC/src/Common/helpers/sopc_buffer.c 11
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_mem_alloc.c 4
/src/S2OPC/src/PubSub/network/sopc_network_layer.c 15
/src/S2OPC/src/PubSub/dataset/sopc_dataset_ll_layer.c 29
/src/S2OPC/src/Common/opcua_types/sopc_encoder.c 36
/src/S2OPC/src/Common/configuration/sopc_common_constants.c 1
/src/S2OPC/src/Common/opcua_types/sopc_builtintypes.c 37
/src/S2OPC/src/PubSub/common/sopc_pubsub_conf.c 10
/src/S2OPC/src/PubSub/common/sopc_pubsub_helpers.c 1
/src/S2OPC/src/PubSub/security/sopc_pubsub_security.c 4
/src/S2OPC/src/Common/crypto/sopc_crypto_provider.c 10
/src/S2OPC/src/Common/crypto/sopc_crypto_profiles.c 1
/src/S2OPC/src/Common/crypto/sopc_secret_buffer.c 3
/src/S2OPC/src/Common/opcua_types/sopc_encodeabletype.c 19
/src/S2OPC/src/Common/helpers/sopc_dict.c 2
/src/S2OPC/src/Common/helpers/sopc_logger.c 2
/src/S2OPC/src/Common/helpers/sopc_log_manager.c 3
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_threads.c 2
/src/S2OPC/src/Common/helpers/sopc_date_time.c 5
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_date_time.c 3
/src/S2OPC/src/Common/helpers/sopc_circular_log_file.c 1
/src/S2OPC/src/PubSub/subscriber/sopc_sub_target_variable.c 3
/src/S2OPC/src/Common/opcua_types/sopc_types.c 2
/src/S2OPC/src/PubSub/publisher/sopc_pub_fixed_buffer.c 1

Fuzzer: /work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 3515 99.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 10 0.28%
All colors 3525 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2644 880 LLVMFuzzerTestOneInput call site: 00880 mbedtls_ssl_read
835 2 LLVMFuzzerTestOneInput call site: 00002 mbedtls_x509_crt_parse_der
21 858 LLVMFuzzerTestOneInput call site: 00858 mbedtls_ctr_drbg_reseed_internal
14 843 LLVMFuzzerTestOneInput call site: 00843 mbedtls_platform_entropy_poll
1 838 LLVMFuzzerTestOneInput call site: 00838 fwrite

Runtime coverage analysis

Covered functions
987
Functions that are reachable but not covered
689
Reachable functions
690
Percentage of reachable functions covered
0.14%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c 1
/work/mbedtls-2.28.8/library/x509_crt.c 48
/work/mbedtls-2.28.8/library/asn1parse.c 13
/work/mbedtls-2.28.8/library/pk.c 16
/work/mbedtls-2.28.8/library/platform_util.c 2
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/x509.c 22
/work/mbedtls-2.28.8/library/oid.c 18
/work/mbedtls-2.28.8/library/pkparse.c 8
/work/mbedtls-2.28.8/include/mbedtls/pk.h 3
/work/mbedtls-2.28.8/library/rsa.c 10
/work/mbedtls-2.28.8/library/bignum.c 51
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/constant_time.c 18
/work/mbedtls-2.28.8/library/ecp.c 52
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 8
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/programs/fuzz/common.c 5
/work/mbedtls-2.28.8/library/ssl_tls.c 75
/work/mbedtls-2.28.8/library/ctr_drbg.c 10
/work/mbedtls-2.28.8/library/entropy.c 3
/work/mbedtls-2.28.8/library/sha512.c 8
/work/mbedtls-2.28.8/library/entropy_poll.c 3
/work/mbedtls-2.28.8/library/timing.c 1
/work/mbedtls-2.28.8/library/ssl_ciphersuites.c 8
/work/mbedtls-2.28.8/library/ssl_msg.c 71
/work/mbedtls-2.28.8/library/cipher.c 15
/work/mbedtls-2.28.8/library/md.c 17
/work/mbedtls-2.28.8/library/ripemd160.c 8
/work/mbedtls-2.28.8/library/sha1.c 8
/work/mbedtls-2.28.8/library/sha256.c 8
/work/mbedtls-2.28.8/library/dhm.c 13
/work/mbedtls-2.28.8/library/ecdh.c 23
/work/mbedtls-2.28.8/library/debug.c 11
/work/mbedtls-2.28.8/include/mbedtls/ssl_internal.h 9
/work/mbedtls-2.28.8/library/ssl_cli.c 40
/work/mbedtls-2.28.8/include/mbedtls/cipher.h 3
/work/mbedtls-2.28.8/library/chacha20.c 5
/work/mbedtls-2.28.8/library/gcm.c 6
/work/mbedtls-2.28.8/library/chachapoly.c 9
/work/mbedtls-2.28.8/library/poly1305.c 6
/work/mbedtls-2.28.8/library/ccm.c 5
/work/mbedtls-2.28.8/include/mbedtls/ssl_ciphersuites.h 7
/work/mbedtls-2.28.8/library/hmac_drbg.c 4
/work/mbedtls-2.28.8/library/ssl_srv.c 40

Fuzzer: server_request_fuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1417 92.8%
gold [1:9] 15 0.98%
yellow [10:29] 2 0.13%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 92 6.02%
All colors 1526 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1099 135 SOPC_ToolkitServer_GetSecureChannelConfig call site: 00135 SC_Chunks_DecodeAsymSecurityHeader_Certificates
154 1253 SC_Chunks_TreatTcpPayload call site: 01253 SC_Chunks_DecryptMsg
42 52 SOPC_Logger_TraceError call site: 00052 SOPC_Log_VTrace
22 1487 SC_CloseConnection call site: 01487 SOPC_KeyManager_Certificate_Free
20 1466 SC_CloseConnection call site: 01466 SOPC_EventHandler_Post
18 1408 SC_Chunks_TreatTcpPayload call site: 01408 SC_Chunks_TreatMsgMultiChunks
17 1438 SOPC_SLinkedList_Delete call site: 01438 SOPC_Buffer_Create
10 1510 SC_CloseConnection call site: 01510 SOPC_Sockets_EnqueueEvent
9 1237 SOPC_String_Clear call site: 01237 set_certificate_context
4 126 SC_Chunks_CheckAsymmetricSecurityHeader call site: 00126 SOPC_Logger_TraceError
4 1431 SOPC_ScInternalContext_ClearIntermediateInputChunks call site: 01431 SOPC_ScInternalContext_DeleteIntermediateInputBuffer
3 113 SC_Chunks_TreatTcpPayload call site: 00113 SOPC_Logger_TraceError

Runtime coverage analysis

Covered functions
45
Functions that are reachable but not covered
399
Reachable functions
442
Percentage of reachable functions covered
9.73%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_server_request.c 1
/src/S2OPC/src/Common/helpers/sopc_helper_endianness_cfg.c 1
/src/S2OPC/src/Common/helpers/sopc_buffer.c 12
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_mem_alloc.c 4
/src/S2OPC/src/ClientServer/secure_channels/sopc_secure_connection_state_mgr.c 3
/src/S2OPC/src/Common/configuration/sopc_common_constants.c 1
/src/S2OPC/src/Common/helpers/sopc_singly_linked_list.c 15
/src/S2OPC/src/ClientServer/secure_channels/sopc_secure_channels_internal_ctx.c 8
/src/S2OPC/src/ClientServer/secure_channels/sopc_chunks_mgr.c 21
/src/S2OPC/src/Common/helpers/sopc_logger.c 3
/src/S2OPC/src/Common/helpers/sopc_log_manager.c 3
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_threads.c 3
/src/S2OPC/src/Common/helpers/sopc_date_time.c 5
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_date_time.c 3
/src/S2OPC/src/Common/helpers/sopc_circular_log_file.c 1
/src/S2OPC/src/Common/opcua_types/sopc_encoder.c 4
/src/S2OPC/src/Common/opcua_types/sopc_builtintypes.c 8
/src/S2OPC/src/ClientServer/configuration/sopc_toolkit_config.c 4
/src/S2OPC/src/Common/helpers/sopc_helper_string.c 2
/src/S2OPC/src/Common/crypto/sopc_crypto_provider.c 21
/src/S2OPC/src/Common/crypto/sopc_crypto_profiles.c 2
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/crypto_provider_mbedtls.c 5
/work/mbedtls-2.28.8/library/entropy.c 6
/work/mbedtls-2.28.8/library/sha512.c 7
/work/mbedtls-2.28.8/library/entropy_poll.c 3
/work/mbedtls-2.28.8/library/timing.c 1
/work/mbedtls-2.28.8/library/ctr_drbg.c 7
/work/mbedtls-2.28.8/library/aes.c 9
/work/mbedtls-2.28.8/library/platform_util.c 1
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/key_manager_mbedtls.c 12
/work/mbedtls-2.28.8/library/x509_crt.c 18
/work/mbedtls-2.28.8/library/asn1parse.c 13
/work/mbedtls-2.28.8/library/pk.c 6
/work/mbedtls-2.28.8/include/mbedtls/error.h 1
/work/mbedtls-2.28.8/library/x509.c 15
/work/mbedtls-2.28.8/library/oid.c 12
/work/mbedtls-2.28.8/library/pkparse.c 8
/work/mbedtls-2.28.8/include/mbedtls/pk.h 2
/work/mbedtls-2.28.8/library/rsa.c 4
/work/mbedtls-2.28.8/library/bignum.c 46
/work/mbedtls-2.28.8/library/rsa_internal.c 3
/work/mbedtls-2.28.8/library/constant_time.c 8
/work/mbedtls-2.28.8/library/ecp.c 15
/work/mbedtls-2.28.8/library/ecp_curves.c 6
/work/mbedtls-2.28.8/library/pem.c 8
/work/mbedtls-2.28.8/library/base64.c 1
/work/mbedtls-2.28.8/library/des.c 12
/work/mbedtls-2.28.8/library/md5.c 7
/src/S2OPC/src/Common/crypto/sopc_pki_stack.c 9
/work/mbedtls-2.28.8/library/md.c 2
/work/mbedtls-2.28.8/library/ripemd160.c 7
/work/mbedtls-2.28.8/library/sha1.c 7
/work/mbedtls-2.28.8/library/sha256.c 7
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_time_reference.c 1
/usr/local/include/mbedtls/pk.h 1
/src/S2OPC/src/Common/crypto/sopc_secret_buffer.c 4
/src/S2OPC/src/Common/helpers/sopc_event_timer_manager.c 3
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_atomic.c 1
/src/S2OPC/src/Common/helpers/sopc_event_handler.c 2
/src/S2OPC/src/Common/helpers/sopc_async_queue.c 3
/src/S2OPC/src/Common/crypto/sopc_key_sets.c 1
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_api.c 1
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_internal_ctx.c 1
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_network_event_mgr.c 1
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_sockets.c 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
SOPC_CommonHelper_Initialize /src/S2OPC/src/ClientServer/frontend/common_wrapper/libs2opc_common_config.c 2 ['N/A', 'N/A'] 25 0 57 14 6 2861 0 14686 10403
mbedtls_test_psa_exercise_key /work/mbedtls-2.28.8/tests/src/psa_exercise_key.c 3 ['int', 'int', 'int'] 20 0 123 30 14 626 0 4902 2252
SOPC_ServerHelper_Serve /src/S2OPC/src/ClientServer/frontend/server_wrapper/libs2opc_server.c 1 ['bool'] 19 0 134 37 15 243 0 1144 408

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
64.0%
3693 / 5773
Cyclomatic complexity statically reachable by fuzzers
70.0%
21303 / 30390

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_parse_tcp_uri.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_decoder.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['SOPC_Logger_TraceError', 'checkEncodeableTypeDescIsValid', 'getKnownEncodeableType', 'SOPC_Buffer_Init']

/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

/src/S2OPC/tests/PubSub/fuzzing/fuzz_sub.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['SOPC_EncodeableObject_Clear', 'Decode_SecurityHeader', 'SOPC_Buffer_Init', 'getKnownEncodeableType', 'SOPC_ByteString_Initialize', 'Decode_Message_V1', 'SOPC_String_ReadWithLimitedLength', 'createAndInitialize_writeValues']

/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['LLVMFuzzerTestOneInput']

/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_server_request.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['SOPC_ToolkitServer_GetSecureChannelConfig', 'SC_Chunks_TreatTcpPayload', 'SOPC_Logger_TraceError', 'SC_CloseConnection', 'SOPC_SLinkedList_Delete', 'SOPC_String_Clear', 'SC_Chunks_CheckAsymmetricSecurityHeader']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
SOPC_NodeId_Copy 41 5 12.19% ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', 'sub_fuzzer', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c']
SOPC_ArrayDimensions_isCompatible 35 7 20.0% ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', 'sub_fuzzer', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c']
Decode_SecurityHeader 117 30 25.64% ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', 'sub_fuzzer', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c']
SC_Chunks_CheckAsymmetricSecurityHeader 232 59 25.43% ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', 'server_request_fuzzer', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c']
SC_CloseConnection 71 36 50.70% ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', 'server_request_fuzzer', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c']

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/S2OPC/src/ClientServer/services/b2c/session_core_bs.c [] []
/src/S2OPC/src/PubSub/common/sopc_pubsub_conf.c ['sub_fuzzer'] ['sub_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/msg_call_method_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/call_method_it.c [] []
/src/S2OPC/src/ClientServer/configuration/sopc_toolkit_config.c ['server_request_fuzzer'] ['server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/msg_subscription_delete_bs.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_client.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_source_it.c [] []
/src/S2OPC/src/Common/crypto/sopc_crypto_provider.c ['sub_fuzzer', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/ssl_msg.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/work/s2opc/src/ClientServer/sopc_toolkit_build_info.c [] []
/work/mbedtls-2.28.8/library/bignum.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/session_role_identity_bs.c [] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c']
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_pointer_bs.c [] []
/work/mbedtls-2.28.8/library/platform_util.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/configuration/sopc_user_manager.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/monitored_item_event_filter_treatment.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/browse_treatment_result_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/node_management_delete_nodes_items_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/history_read_it.c [] []
/work/mbedtls-2.28.8/library/ecdsa.c [] []
/work/mbedtls-2.28.8/library/entropy_poll.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/tests/src/helpers.c [] []
/work/mbedtls-2.28.8/library/arc4.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/service_set_view.c [] []
/src/S2OPC/src/ClientServer/services/b2c/message_in_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/data_value_pointer_bs.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_ecp.c [] []
/src/S2OPC/src/ClientServer/services/b2c/role_permissions_value_eval_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_mgr.c [] []
/src/S2OPC/src/Common/helpers/sopc_log_manager.c ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] []
/src/S2OPC/src/PubSub/subscriber/sopc_sub_target_variable.c ['sub_fuzzer'] ['sub_fuzzer']
/work/mbedtls-2.28.8/library/cipher.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/work/mbedtls-2.28.8/library/ripemd160.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/api_toolkit/sopc_user_app_itf.c [] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_data_filter_treatment_bs.c [] []
/work/mbedtls-2.28.8/tests/src/random.c [] []
/work/mbedtls-2.28.8/library/ccm.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/b2c/notification_republish_queue_bs.c [] []
/src/S2OPC/src/Common/helpers/sopc_date_time.c ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_threads.c ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_filesystem.c [] []
/src/S2OPC/src/Common/helpers/sopc_tsafe_dict.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_source.c [] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_event_filter_treatment_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_role_identity_node.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/toolkit_header.c [] []
/src/S2OPC/src/ClientServer/services/b2c/address_space_user_permissions_bs.c [] []
/work/mbedtls-2.28.8/library/poly1305.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/b2c/msg_find_servers_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/namespaces_uri_eval_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/app_cb_call_context_bs.c [] []
/src/S2OPC/src/Common/helpers/sopc_buffer.c ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer']
/src/S2OPC/src/Common/helpers/sopc_dict.c ['decode_fuzzer', 'sub_fuzzer'] []
/work/mbedtls-2.28.8/library/camellia.c [] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_queue_it_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/service_mgr_bs.c [] []
/work/mbedtls-2.28.8/library/platform.c [] []
/work/mbedtls-2.28.8/library/ssl_ciphersuites.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_server_request.c ['server_request_fuzzer'] ['server_request_fuzzer']
/work/mbedtls-2.28.8/library/pkparse.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/PubSub/publisher/sopc_pub_fixed_buffer.c ['sub_fuzzer'] ['sub_fuzzer']
/src/S2OPC/src/ClientServer/services/sopc_services_api.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_core_1.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/monitored_item_event_filter_select_it.c [] []
/src/S2OPC/src/PubSub/network/sopc_network_layer.c ['sub_fuzzer'] ['sub_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/msg_browse_bs.c [] []
/src/S2OPC/src/ClientServer/address_space/sopc_address_space.c [] []
/src/S2OPC/src/Common/helpers/sopc_helper_string.c ['server_request_fuzzer'] []
/src/S2OPC/src/Common/helpers/sopc_event_handler.c ['server_request_fuzzer'] []
/work/mbedtls-2.28.8/include/mbedtls/pk.h ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/msg_subscription_monitored_item_bs.c [] []
/src/S2OPC/src/ClientServer/frontend/server_wrapper/libs2opc_server.c [] []
/src/S2OPC/src/ClientServer/services/b2c/util_user.c [] []
/work/mbedtls-2.28.8/library/x509_crl.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/namespace_uri.c [] []
/work/mbedtls-2.28.8/library/x509.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/sha1.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/msg_read_response_bs.c [] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_atomic.c ['server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/cipher_wrap.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_namespaces_metadata.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_namespaces_indexes.c [] []
/src/S2OPC/src/ClientServer/services/b2c/session_audit_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/user_authentication_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/monitored_item_event_filter_select_clauses.c [] []
/work/mbedtls-2.28.8/library/asn1write.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_role_identity_eval.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/channel_mgr_it.c [] []
/work/mbedtls-2.28.8/library/ssl_srv.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/monitored_item_event_filter_where_clause.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_driver_wrappers.c [] []
/src/S2OPC/src/ClientServer/services/b2c/browse_treatment_context_bs.c [] []
/src/S2OPC/src/Common/opcua_types/sopc_encoder.c ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/msg_register_server2.c [] []
/work/mbedtls-2.28.8/library/x509_crt.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/pk_wrap.c [] []
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_network_event_mgr.c ['server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/common.h [] []
/src/S2OPC/src/ClientServer/services/bgenc/namespaces_refs_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/msg_history_read_request.c [] []
/src/S2OPC/src/ClientServer/address_space/internal/sopc_node_mgt_helper_internal.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_user_permissions.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_write_1_it.c [] []
/src/S2OPC/src/Common/helpers/sopc_helper_uri.c ['parse_tcp_uri_fuzzer'] ['parse_tcp_uri_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/browse_treatment_continuation_points_session_it.c [] []
/src/S2OPC/src/ClientServer/services/b2c/util_variant.c [] []
/src/S2OPC/src/ClientServer/api_toolkit/sopc_internal_app_dispatcher.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_node_management_add_nodes_bs.c [] []
/work/mbedtls-2.28.8/library/ssl_cli.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_typing.c [] []
/src/S2OPC/src/Common/configuration/sopc_common_constants.c ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer']
/src/S2OPC/src/ClientServer/configuration/sopc_call_method_manager.c [] []
/src/S2OPC/src/Common/configuration/sopc_audit.c [] []
/work/mbedtls-2.28.8/library/des.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/ecp.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/helpers/sopc_circular_log_file.c ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/unregister_nodes_it.c [] []
/work/mbedtls-2.28.8/include/psa/crypto_extra.h [] []
/src/S2OPC/src/ClientServer/services/bgenc/channel_mgr_1.c [] []
/src/S2OPC/src/ClientServer/secure_channels/sopc_chunks_mgr.c ['server_request_fuzzer'] ['server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/session_roles_granted_bs.c [] []
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/crypto_profiles_mbedtls.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/subscription_core.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_browse_next_bs.c [] []
/src/S2OPC/src/Common/configuration/sopc_common.c [] []
/work/mbedtls-2.28.8/library/debug.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c']
/src/S2OPC/src/ClientServer/services/bgenc/namespace_array_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/browse_treatment_target_it.c [] []
/src/S2OPC/src/ClientServer/services/b2c/node_id_pointer_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/monitored_item_filter_treatment.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_register_nodes_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_queue_bs.c [] []
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/crypto_functions_mbedtls.c [] []
/src/S2OPC/src/ClientServer/secure_channels/sopc_secure_listener_state_mgr.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_source_1.c [] []
/src/S2OPC/src/ClientServer/address_space/sopc_event_manager.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_register_server2.c [] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_time_reference.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/subscription_absent_node_bs.c [] []
/src/S2OPC/src/PubSub/subscriber/sopc_reader_layer.c [] []
/src/S2OPC/src/Common/helpers/sopc_async_queue.c ['server_request_fuzzer'] []
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/data_fx/fx_cm_types.c [] []
/src/S2OPC/src/ClientServer/secure_channels/sopc_secure_channels_internal_ctx.c ['server_request_fuzzer'] ['server_request_fuzzer']
/src/S2OPC/src/Common/crypto/sopc_key_cert_pair.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_find_servers_on_network_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/browse_treatment.c [] []
/work/mbedtls-2.28.8/include/psa/crypto_compat.h [] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c']
/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c']
/work/mbedtls-2.28.8/library/sha256.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/util_b2c.c [] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_event_filter_where_clause_bs.c [] []
/src/S2OPC/src/Common/crypto/sopc_secret_buffer.c ['sub_fuzzer', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/address_space/sopc_address_space_access.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_core.h [] []
/src/S2OPC/tests/ClientServer/unit_tests/helpers/custom_types.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_roles.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_source_1_it.c [] []
/work/mbedtls-2.28.8/library/md5.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/constants_statuscodes_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_add_nodes.c [] []
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/key_manager_mbedtls.c ['server_request_fuzzer'] ['server_request_fuzzer']
/work/mbedtls-2.28.8/library/ssl_cookie.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c'] []
/src/S2OPC/src/ClientServer/api_toolkit/sopc_toolkit_async_api.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/subscription_create_monitored_item_it.c [] []
/src/S2OPC/src/ClientServer/services/b2c/address_space_typing_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_itf.c [] []
/work/mbedtls-2.28.8/library/ssl_tls.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/Common/helpers/sopc_event_timer_manager.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/msg_history_read_request_bs.c [] []
/work/mbedtls-2.28.8/library/base64.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/pkwrite.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_unregister_nodes_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_core_it.c [] []
/src/S2OPC/tests/PubSub/fuzzing/fuzz_sub.c ['sub_fuzzer'] ['sub_fuzzer']
/work/mbedtls-2.28.8/library/psa_crypto_rsa.c [] []
/src/S2OPC/src/Common/helpers_platform_dep/sopc_time_reference.c [] []
/src/S2OPC/src/Common/opcua_types/sopc_builtintypes.c ['parse_tcp_uri_fuzzer', 'decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] ['parse_tcp_uri_fuzzer', 'decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/channel_mgr_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/address_space_bs.c [] []
/work/mbedtls-2.28.8/library/hmac_drbg.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/work/mbedtls-2.28.8/programs/fuzz/common.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/work/mbedtls-2.28.8/library/psa_crypto_hash.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_result.c [] []
/src/S2OPC/src/ClientServer/secure_channels/sopc_secure_channels_api.c [] []
/src/S2OPC/src/ClientServer/services/b2c/message_out_bs.c [] []
/src/S2OPC/src/Common/helpers/sopc_numeric_range.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_channel_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_authorization.c [] []
/work/mbedtls-2.28.8/include/mbedtls/ssl_internal.h ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/work/mbedtls-2.28.8/library/psa_crypto_slot_management.h [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_subscription_set_publishing_mode_bs.c [] []
/work/mbedtls-2.28.8/library/oid.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/include/psa/crypto_struct.h [] []
/src/S2OPC/src/ClientServer/services/bgenc/subscription_core_1.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space.c [] []
/src/S2OPC/src/ClientServer/secure_channels/sopc_secure_connection_state_mgr.c ['server_request_fuzzer'] ['server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/msg_register_server2_bs.c [] []
/work/mbedtls-2.28.8/include/mbedtls/error.h ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_event_filter_select_clauses_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/channel_mgr.c [] []
/src/S2OPC/src/Common/helpers/sopc_array.c [] []
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_event_mgr.c [] []
/src/S2OPC/src/Common/opcua_types/sopc_encodeabletype.c ['decode_fuzzer', 'sub_fuzzer'] ['decode_fuzzer', 'sub_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/msg_subscription_publish_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/service_set_discovery_server_data_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/register_nodes_it.c [] []
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_api.c ['server_request_fuzzer'] []
/work/mbedtls-2.28.8/library/ecdh.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/io_dispatch_mgr.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_write_1.c [] []
/src/S2OPC/src/ClientServer/services/b2c/response_write_bs.c [] []
/work/mbedtls-2.28.8/library/x509_create.c [] []
/work/mbedtls-2.28.8/library/aes.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/work/mbedtls-2.28.8/tests/src/asn1_helpers.c [] []
/usr/include/x86_64-linux-gnu/bits/byteswap.h [] []
/work/mbedtls-2.28.8/library/rsa_internal.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/msg_node_management_add_nodes.c [] []
/src/S2OPC/src/ClientServer/services/b2c/namespace_default_role_permissions_value_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/user_authentication.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/msg_register_nodes.c [] []
/src/S2OPC/src/Common/crypto/sopc_pki_stack.c ['server_request_fuzzer'] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_mem_alloc.c ['parse_tcp_uri_fuzzer', 'decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] ['parse_tcp_uri_fuzzer', 'decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/node_management_add_nodes_items_it.c [] []
/work/mbedtls-2.28.8/library/constant_time.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/service_add_nodes_1.c [] []
/work/mbedtls-2.28.8/library/asn1parse.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/PubSub/dataset/sopc_dataset_ll_layer.c ['sub_fuzzer'] ['sub_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/msg_history_read_response_bs.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_mac.c [] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c']
/work/mbedtls-2.28.8/library/entropy.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/PubSub/security/sopc_pubsub_security.c ['sub_fuzzer'] []
/src/S2OPC/src/ClientServer/sockets/sopc_sockets_internal_ctx.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/service_history_read.c [] []
/src/S2OPC/src/Common/sks/sopc_sk_scheduler.c [] []
/src/S2OPC/src/Common/helpers/sopc_logger.c ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] ['decode_fuzzer', 'server_request_fuzzer']
/work/mbedtls-2.28.8/library/x509write_csr.c [] []
/src/S2OPC/src/ClientServer/services/b2c/util_event.c [] []
/work/mbedtls-2.28.8/library/ctr_drbg.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/history_read_treatment_bs.c [] []
/src/S2OPC/src/Common/sks/sopc_sk_manager.c [] []
/work/mbedtls-2.28.8/tests/src/psa_exercise_key.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/subscription_core_it.c [] []
/src/S2OPC/src/ClientServer/services/b2c/time_reference_bs.c [] []
/work/mbedtls-2.28.8/library/chachapoly.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/monitored_item_event_filter_where_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_browse_it.c [] []
/src/S2OPC/src/ClientServer/services/b2c/service_register_server2_offline_bs.c [] []
/work/mbedtls-2.28.8/library/x509_csr.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c'] []
/src/S2OPC/tests/ClientServer/unit_tests/helpers/custom2_types.c [] []
/src/S2OPC/src/ClientServer/services/b2c/address_space_authorization_session_roles_it_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/default_role_permissions_array_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/service_get_endpoints_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/msg_subscription_monitored_item.c [] []
/work/mbedtls-2.28.8/library/pk.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/service_write.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_unregister_nodes.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_session_bs.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_storage.c [] []
/work/mbedtls-2.28.8/tests/src/psa_crypto_helpers.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_mgr_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_delete_nodes.c [] []
/work/mbedtls-2.28.8/library/chacha20.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/toolkit_header_init.c [] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_sockets.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/msg_node_management_delete_nodes.c [] []
/src/S2OPC/src/ClientServer/frontend/server_wrapper/libs2opc_server_config.c [] []
/work/mbedtls-2.28.8/library/gcm.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/service_read_it.c [] []
/src/S2OPC/src/ClientServer/configuration/sopc_user.c [] []
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_parse_tcp_uri.c ['parse_tcp_uri_fuzzer'] ['parse_tcp_uri_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/gen_subscription_event_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/role_references_it.c [] []
/src/S2OPC/src/ClientServer/frontend/server_wrapper/internal/libs2opc_server_runtime_variables.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/namespace_default_role_permissions.c [] []
/src/S2OPC/src/PubSub/common/sopc_pubsub_helpers.c ['sub_fuzzer'] ['sub_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/msg_subscription_publish_ack_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_core_1_it.c [] []
/work/mbedtls-2.28.8/include/mbedtls/ssl_ciphersuites.h ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_udp_sockets.c [] []
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/pki_mbedtls.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/browse_treatment_continuation_points.c [] []
/work/mbedtls-2.28.8/library/md.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/helpers/sopc_singly_linked_list.c ['server_request_fuzzer'] ['server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_it.c [] []
/work/mbedtls-2.28.8/library/pem.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/sks/sopc_sk_provider.c [] []
/src/S2OPC/src/ClientServer/services/b2c/continuation_point_impl.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/namespace_default_role_permissions_value.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_set_discovery_server.c [] []
/src/S2OPC/src/ClientServer/services/b2c/browse_treatment_continuation_points_bs.c [] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c']
/src/S2OPC/src/ClientServer/services/b2c/monitored_item_notification_queue_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/subscription_mgr.c [] []
/src/S2OPC/src/ClientServer/services/b2c/service_write_decode_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/argument_pointer_bs.c [] []
/src/S2OPC/src/Common/sks/sopc_sk_builder.c [] []
/src/S2OPC/src/Common/helpers_platform_dep/linux/p_sopc_date_time.c ['decode_fuzzer', 'sub_fuzzer', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_result_1_it.c [] []
/work/mbedtls-2.28.8/library/blowfish.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_result_1.c [] []
/work/mbedtls-2.28.8/tests/src/drivers/platform_builtin_keys.c [] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c']
/src/S2OPC/src/ClientServer/services/b2c/user_authorization_bs.c [] []
/work/mbedtls-2.28.8/library/pkcs12.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/browse_treatment_1.c [] []
/work/mbedtls-2.28.8/library/dhm.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_local.c [] []
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/fuzz_decoder.c ['decode_fuzzer'] ['decode_fuzzer']
/work/mbedtls-2.28.8/library/timing.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/crypto/sopc_key_manager.c [] []
/src/S2OPC/src/ClientServer/services/b2c/app_overwrite_req_cb_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/browse_treatment_context.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_register_nodes.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_subscription_create_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/call_method_result_it.c [] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c']
/src/S2OPC/src/ClientServer/services/b2c/service_register_server2_set_bs.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_slot_management.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/subscription_absent_node.c [] []
/work/mbedtls-2.28.8/library/pkcs5.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/session_core.c [] []
/src/S2OPC/src/ClientServer/services/b2c/publish_request_queue_bs.c [] []
/src/S2OPC/src/Common/helpers/sopc_hash.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/role_permissions_value_eval.c [] []
/src/S2OPC/src/ClientServer/address_space/internal/sopc_address_space_utils_internal.c [] []
/src/S2OPC/src/ClientServer/services/b2c/session_request_handle_bs.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_random_impl.h [] []
/src/S2OPC/src/Common/helpers/sopc_helper_endianness_cfg.c ['decode_fuzzer', 'server_request_fuzzer'] ['decode_fuzzer', 'server_request_fuzzer']
/src/S2OPC/src/ClientServer/services/b2c/write_value_pointer_bs.c [] []
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/data_fx/fx_data_types.c [] []
/src/S2OPC/src/ClientServer/services/b2c/user_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/address_space_namespaces_indexes_bs.c [] []
/src/S2OPC/src/PubSub/security/sopc_pubsub_sks.c [] []
/work/mbedtls-2.28.8/include/psa/crypto_values.h [] []
/src/S2OPC/src/ClientServer/services/b2c/request_handle_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/constants.c [] []
/src/S2OPC/src/ClientServer/services/b2c/service_response_cb_bs.c [] []
/work/mbedtls-2.28.8/library/psa_crypto.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_translate_browse_path_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/session_role_identities_bs.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_read_request_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/address_space_namespaces.c [] []
/work/mbedtls-2.28.8/include/mbedtls/cipher.h ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c'] []
/src/S2OPC/src/ClientServer/services/bgenc/msg_unregister_nodes.c [] []
/src/S2OPC/src/ClientServer/services/b2c/util_discovery_services.c [] []
/src/S2OPC/src/ClientServer/frontend/common_wrapper/libs2opc_common_config.c [] []
/work/s2opc/src/Common/sopc_common_build_info.c [] []
/src/S2OPC/src/Common/configuration/sopc_ieee_check.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_result_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_mgr.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_role_identities_it.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_cipher.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path.c [] []
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/data_fx/fx_ac_types.c [] []
/src/S2OPC/src/Common/helpers/sopc_helper_encode.c [] []
/src/S2OPC/src/Common/crypto/sopc_key_sets.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/browse_treatment_result_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/msg_read_request.c [] []
/work/mbedtls-2.28.8/library/sha512.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/call_method_mgr.c [] []
/src/S2OPC/src/ClientServer/services/b2c/msg_node_management_delete_nodes_bs.c [] []
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c'] ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c']
/work/mbedtls-2.28.8/library/ecp_curves.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/service_read_1.c [] []
/src/S2OPC/src/Common/sks/sopc_sk_secu_group_managers.c [] []
/work/mbedtls-2.28.8/library/ssl_ticket.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c'] []
/work/mbedtls-2.28.8/library/rsa.c ['/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c', '/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c', 'server_request_fuzzer'] []
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/crypto_provider_mbedtls.c ['server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/bgenc/session_role_eval.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/session_core_2.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/service_read.c [] []
/src/S2OPC/src/ClientServer/services/b2c/subscription_core_bs.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/translate_browse_path_element_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/namespace_metadata_refs_it.c [] []
/work/mbedtls-2.28.8/library/psa_its_file.c [] []
/src/S2OPC/src/ClientServer/services/b2c/notification_republish_queue_it_bs.c [] []
/src/S2OPC/src/Common/crypto/sopc_crypto_profiles.c ['sub_fuzzer', 'server_request_fuzzer'] []
/src/S2OPC/src/ClientServer/services/b2c/constants_bs.c [] []
/work/mbedtls-2.28.8/library/psa_crypto_aead.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/role_permissions_value_it.c [] []
/src/S2OPC/src/ClientServer/services/bgenc/roleset_references_it.c [] []
/src/S2OPC/src/Common/opcua_types/sopc_types.c ['sub_fuzzer'] ['sub_fuzzer']
/src/S2OPC/src/ClientServer/services/bgenc/namespaces_default_role_permissions.c [] []
/src/S2OPC/src/ClientServer/services/b2c/namespace_array_bs.c [] []

Directories in report

Directory
/src/S2OPC/src/PubSub/common/
/src/S2OPC/src/ClientServer/frontend/common_wrapper/
/src/S2OPC/src/Common/configuration/
/work/mbedtls-2.28.8/tests/src/drivers/
/src/S2OPC/src/ClientServer/configuration/
/src/S2OPC/src/ClientServer/frontend/server_wrapper/internal/
/src/S2OPC/src/PubSub/publisher/
/work/mbedtls-2.28.8/programs/fuzz/
/src/S2OPC/src/ClientServer/sockets/
/work/mbedtls-2.28.8/include/psa/
/work/mbedtls-2.28.8/tests/src/
/src/S2OPC/tests/PubSub/fuzzing/
/src/S2OPC/src/ClientServer/address_space/internal/
/src/S2OPC/src/PubSub/subscriber/
/src/S2OPC/src/Common/crypto/
/src/S2OPC/src/Common/helpers_platform_dep/linux/
/src/S2OPC/src/Common/sks/
/src/S2OPC/src/ClientServer/frontend/server_wrapper/
/work/mbedtls-2.28.8/library/
/src/S2OPC/src/ClientServer/services/b2c/
/src/S2OPC/src/PubSub/security/
/src/S2OPC/src/Common/crypto/lib_dep/mbedtls/
/src/S2OPC/src/PubSub/network/
/src/S2OPC/src/Common/helpers_platform_dep/
/work/s2opc/src/ClientServer/
/src/S2OPC/src/ClientServer/api_toolkit/
/src/S2OPC/src/Common/opcua_types/
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/data_fx/
/src/S2OPC/src/ClientServer/secure_channels/
/src/S2OPC/src/Common/helpers/
/src/S2OPC/src/ClientServer/services/
/usr/include/x86_64-linux-gnu/bits/
/src/S2OPC/tests/ClientServer/unit_tests/helpers/
/src/S2OPC/src/PubSub/dataset/
/work/mbedtls-2.28.8/include/mbedtls/
/src/S2OPC/tests/ClientServer/unit_tests/fuzzing/
/src/S2OPC/src/ClientServer/services/bgenc/
/work/s2opc/src/Common/
/src/S2OPC/src/ClientServer/address_space/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
parse_tcp_uri_fuzzer fuzzerLogFile-0-X9xgZw4iif.data fuzzerLogFile-0-X9xgZw4iif.data.yaml parse_tcp_uri_fuzzer.covreport
decode_fuzzer fuzzerLogFile-0-W1RYzHO1jt.data fuzzerLogFile-0-W1RYzHO1jt.data.yaml decode_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509csr.c fuzzerLogFile-0-a7Llm5YONx.data fuzzerLogFile-0-a7Llm5YONx.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_privkey.c fuzzerLogFile-0-LMFffVzTxN.data fuzzerLogFile-0-LMFffVzTxN.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crl.c fuzzerLogFile-0-Cj6N8AMJrd.data fuzzerLogFile-0-Cj6N8AMJrd.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_x509crt.c fuzzerLogFile-0-GREje1NDaA.data fuzzerLogFile-0-GREje1NDaA.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_server.c fuzzerLogFile-0-E4orO4vF5B.data fuzzerLogFile-0-E4orO4vF5B.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsserver.c fuzzerLogFile-0-CRwm8rEuGB.data fuzzerLogFile-0-CRwm8rEuGB.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_pubkey.c fuzzerLogFile-0-HrqQapepl9.data fuzzerLogFile-0-HrqQapepl9.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_dtlsclient.c fuzzerLogFile-0-KFpZw6Hdl2.data fuzzerLogFile-0-KFpZw6Hdl2.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
sub_fuzzer fuzzerLogFile-0-nQnO2IJcz3.data fuzzerLogFile-0-nQnO2IJcz3.data.yaml sub_fuzzer.covreport
/work/mbedtls-2.28.8/programs/fuzz/fuzz_client.c fuzzerLogFile-0-uotJfOCUMX.data fuzzerLogFile-0-uotJfOCUMX.data.yaml sub_fuzzer.covreport , parse_tcp_uri_fuzzer.covreport , decode_fuzzer.covreport , server_request_fuzzer.covreport
server_request_fuzzer fuzzerLogFile-0-dhDUiKxDxB.data fuzzerLogFile-0-dhDUiKxDxB.data.yaml server_request_fuzzer.covreport