Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2025-07-11

Project overview: spdm-rs

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
3.0%
84 / 2670
Cyclomatic complexity statically reachable by fuzzers
5.0%
284 / 5753
Runtime code coverage of functions
6.0%
165 / 2670

Warning: The number of runtime covered functions are larger than the number of reachable functions. This means that Fuzz Introspector found there are more functions covered at runtime than what is considered reachable based on the static analysis. This is a limitation in the analysis as anything covered at runtime is by definition reachable by the fuzzers.
This is likely due to a limitation in the static analysis. In this case, the count of functions covered at runtime is the true value, which means this is what should be considered "achieved" by the fuzzer.

Use the project functions table below to query all functions that were not covered at runtime.

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
challenge_req spdmlib/fuzz/fuzz_targets/challenge_req.rs 53 2661 10 24 0 10 challenge_req.rs
challenge_rsp spdmlib/fuzz/fuzz_targets/challenge_rsp.rs 51 2660 14 31 0 8 challenge_rsp.rs
encapsulated_request_digest_req spdmlib/fuzz/fuzz_targets/encapsulated_request_digest_req.rs 65 2655 11 24 0 9 encapsulated_request_digest_req.rs
deliver_encapsulated_response_digest_rsp spdmlib/fuzz/fuzz_targets/deliver_encapsulated_response_digest_rsp.rs 39 2662 9 14 0 7 deliver_encapsulated_response_digest_rsp.rs
get_encapsulated_request_rsp spdmlib/fuzz/fuzz_targets/get_encapsulated_request_rsp.rs 42 2661 10 25 0 7 get_encapsulated_request_rsp.rs
heartbeat_rsp spdmlib/fuzz/fuzz_targets/heartbeat_rsp.rs 54 2658 9 17 0 7 heartbeat_rsp.rs
version_rsp spdmlib/fuzz/fuzz_targets/version_rsp.rs 46 2662 14 30 0 8 version_rsp.rs
certificate_req spdmlib/fuzz/fuzz_targets/certificate_req.rs 64 2655 11 23 0 9 certificate_req.rs
encapsulated_request_req spdmlib/fuzz/fuzz_targets/encapsulated_request_req.rs 57 2659 9 17 0 12 encapsulated_request_req.rs
deliver_encapsulated_response_rsp spdmlib/fuzz/fuzz_targets/deliver_encapsulated_response_rsp.rs 43 2661 9 13 0 7 deliver_encapsulated_response_rsp.rs
deliver_encapsulated_response_certificate_rsp spdmlib/fuzz/fuzz_targets/deliver_encapsulated_response_certificate_rsp.rs 44 2660 9 14 0 8 deliver_encapsulated_response_certificate_rsp.rs
capability_req spdmlib/fuzz/fuzz_targets/capability_req.rs 39 2663 9 19 0 9 capability_req.rs
digest_req spdmlib/fuzz/fuzz_targets/digest_req.rs 65 2655 11 24 0 9 digest_req.rs
key_update_req spdmlib/fuzz/fuzz_targets/key_update_req.rs 10 2668 13 21 0 3 key_update_req.rs
version_req spdmlib/fuzz/fuzz_targets/version_req.rs 42 2661 9 18 0 11 version_req.rs
measurement_req spdmlib/fuzz/fuzz_targets/measurement_req.rs 75 2655 10 26 0 14 measurement_req.rs
vendor_rsp spdmlib/fuzz/fuzz_targets/vendor_rsp.rs 44 2661 9 16 0 7 vendor_rsp.rs
capability_rsp spdmlib/fuzz/fuzz_targets/capability_rsp.rs 40 2662 14 29 0 7 capability_rsp.rs
finish_rsp spdmlib/fuzz/fuzz_targets/finish_rsp.rs 73 2656 11 25 0 8 finish_rsp.rs
fuzz_x509v3 spdmlib/fuzz/fuzz_targets/fuzz_x509v3.rs 47 2641 15 15 0 236 fuzz_x509v3.rs
algorithm_rsp spdmlib/fuzz/fuzz_targets/algorithm_rsp.rs 40 2662 14 29 0 7 algorithm_rsp.rs
heartbeat_req spdmlib/fuzz/fuzz_targets/heartbeat_req.rs 55 2659 9 19 0 9 heartbeat_req.rs
psk_finish_rsp spdmlib/fuzz/fuzz_targets/psk_finish_rsp.rs 61 2657 10 23 0 7 psk_finish_rsp.rs
key_exchange_req spdmlib/fuzz/fuzz_targets/key_exchange_req.rs 53 2661 10 24 0 14 key_exchange_req.rs
pskexchange_rsp spdmlib/fuzz/fuzz_targets/pskexchange_rsp.rs 56 2658 9 20 0 8 pskexchange_rsp.rs
keyexchange_rsp spdmlib/fuzz/fuzz_targets/keyexchange_rsp.rs 51 2660 11 31 0 8 keyexchange_rsp.rs
end_session_req spdmlib/fuzz/fuzz_targets/end_session_req.rs 55 2659 9 19 0 9 end_session_req.rs
algorithm_req spdmlib/fuzz/fuzz_targets/algorithm_req.rs 40 2663 9 18 0 9 algorithm_req.rs
psk_exchange_req spdmlib/fuzz/fuzz_targets/psk_exchange_req.rs 43 2663 9 18 0 12 psk_exchange_req.rs
certificate_rsp spdmlib/fuzz/fuzz_targets/certificate_rsp.rs 64 2656 14 31 0 8 certificate_rsp.rs
psk_finish_req spdmlib/fuzz/fuzz_targets/psk_finish_req.rs 59 2658 9 26 0 9 psk_finish_req.rs
digest_rsp spdmlib/fuzz/fuzz_targets/digest_rsp.rs 39 2662 9 14 0 7 digest_rsp.rs
finish_req spdmlib/fuzz/fuzz_targets/finish_req.rs 59 2658 9 26 0 9 finish_req.rs
measurement_rsp spdmlib/fuzz/fuzz_targets/measurement_rsp.rs 64 2656 14 31 0 8 measurement_rsp.rs
vendor_req spdmlib/fuzz/fuzz_targets/vendor_req.rs 40 2663 9 18 0 9 vendor_req.rs
key_update_rsp spdmlib/fuzz/fuzz_targets/key_update_rsp.rs 54 2658 13 24 0 7 key_update_rsp.rs
encapsulated_request_certificate_req spdmlib/fuzz/fuzz_targets/encapsulated_request_certificate_req.rs 64 2655 11 23 0 9 encapsulated_request_certificate_req.rs
end_session_rsp spdmlib/fuzz/fuzz_targets/end_session_rsp.rs 54 2658 9 17 0 7 end_session_rsp.rs

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: challenge_req

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 520 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 520 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
519 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
50
Reachable functions
53
Percentage of reachable functions covered
5.66%
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
spdmlib/fuzz/fuzz_targets/challenge_req.rs 4
fuzz-target/requester/challenge_req/src/main.rs 16
test/spdmlib-test/src/common/util.rs 40
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 14
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
fuzz-target/fuzzlib/src/fake_device_io.rs 2
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/mod.rs 1
test/spdmlib-test/src/common/crypto_callback.rs 3
spdmlib/src/crypto/mod.rs 3
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3
test/spdmlib-test/src/requester_tests/challenge_req.rs 17

Fuzzer: challenge_rsp

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 1419 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1419 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
1418 0 EP call site: 00000 SpdmMessage::spdm_read

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
48
Reachable functions
51
Percentage of reachable functions covered
5.88%
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
spdmlib/fuzz/fuzz_targets/challenge_rsp.rs 4
fuzz-target/responder/challenge_rsp/src/main.rs 14
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 40
tdisp/src/pci_tdisp.rs 4
test/spdm-requester-emu/src/main.rs 32
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 13
test/spdmlib-test/src/common/crypto_callback.rs 3
spdmlib/src/crypto/mod.rs 3
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3
test/spdmlib-test/src/responder_tests/challenge_rsp.rs 25
spdmlib/src/message/heartbeat.rs 68
spdmlib/src/message/mod.rs 60
spdmlib/src/message/vendor.rs 2
spdmlib/src/protocol/algo.rs 3
external/webpki/src/der.rs 7
external/ring/src/io/der.rs 9
spdmlib/src/common/mod.rs 1
spdmlib/fuzz/fuzz_targets/end_session_rsp.rs 3
spdmlib/src/common/spdm_codec.rs 6

Fuzzer: encapsulated_request_digest_req

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 610 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 610 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
609 0 EP call site: 00000 SpdmDigestsResponsePayload::spdm_read

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
62
Reachable functions
65
Percentage of reachable functions covered
4.62%
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
spdmlib/fuzz/fuzz_targets/encapsulated_request_digest_req.rs 4
fuzz-target/requester/encapsulated_request_digest_req/src/main.rs 18
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 40
tdisp/src/pci_tdisp.rs 3
test/spdm-requester-emu/src/main.rs 23
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 14
test/spdmlib-test/src/common/crypto_callback.rs 3
spdmlib/src/crypto/mod.rs 3
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3
test/spdmlib-test/src/requester_tests/encap_digest.rs 15
spdmlib/src/message/heartbeat.rs 12
spdmlib/src/common/mod.rs 1

Fuzzer: deliver_encapsulated_response_digest_rsp

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 262 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 262 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
261 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
36
Reachable functions
39
Percentage of reachable functions covered
7.69%
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
spdmlib/fuzz/fuzz_targets/deliver_encapsulated_response_digest_rsp.rs 4
fuzz-target/responder/deliver_encapsulated_response_digest_rsp/src/main.rs 10
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
spdmlib/src/crypto/bytes_mut_scrubbed.rs 6
test/spdmlib-test/src/common/util.rs 20
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 6
test/spdmlib-test/src/responder_tests/encap_get_digest.rs 12

Fuzzer: get_encapsulated_request_rsp

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 595 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 595 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
594 0 EP call site: 00000 SpdmSession::decode_spdm_secured_message

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
39
Reachable functions
42
Percentage of reachable functions covered
7.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
spdmlib/fuzz/fuzz_targets/get_encapsulated_request_rsp.rs 4
fuzz-target/responder/get_encapsulated_request_rsp/src/main.rs 13
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 36
tdisp/src/pci_tdisp.rs 3
test/spdm-requester-emu/src/main.rs 23
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 9
test/spdmlib-test/src/responder_tests/encap_rsp.rs 18
test/spdmlib-test/src/requester_tests/encap_req.rs 11
spdmlib/src/common/session.rs 20
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
test/spdm-emu/src/tcp_transport.rs 4
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 6
test/spdm-emu/src/async_runtime.rs 3
spdmlib/src/common/mod.rs 13
test/spdmlib-test/src/common/crypto_callback.rs 3
spdmlib/src/message/heartbeat.rs 2

Fuzzer: heartbeat_rsp

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 316 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 316 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
315 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
51
Reachable functions
54
Percentage of reachable functions covered
5.56%
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
spdmlib/fuzz/fuzz_targets/heartbeat_rsp.rs 4
fuzz-target/responder/heartbeat_rsp/src/main.rs 14
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
spdmlib/src/crypto/bytes_mut_scrubbed.rs 7
test/spdmlib-test/src/common/util.rs 20
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 9
spdmlib/src/common/session.rs 6
test/spdmlib-test/src/responder_tests/heartbeat_rsp.rs 16
test/spdm-emu/src/async_runtime.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2

Fuzzer: version_rsp

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 1378 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1378 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
1377 0 EP call site: 00000 SpdmMessage::spdm_read

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
43
Reachable functions
46
Percentage of reachable functions covered
6.52%
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
spdmlib/fuzz/fuzz_targets/version_rsp.rs 4
fuzz-target/responder/version_rsp/src/main.rs 13
test/spdmlib-test/src/common/util.rs 36
tdisp/src/pci_tdisp.rs 4
test/spdm-requester-emu/src/main.rs 32
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 9
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
test/spdmlib-test/src/responder_tests/version_rsp.rs 17
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3
spdmlib/src/message/heartbeat.rs 68
spdmlib/src/message/mod.rs 60
spdmlib/src/message/vendor.rs 2
spdmlib/src/protocol/algo.rs 3
external/webpki/src/der.rs 7
external/ring/src/io/der.rs 9
spdmlib/src/common/mod.rs 1
spdmlib/fuzz/fuzz_targets/end_session_rsp.rs 3
spdmlib/src/common/spdm_codec.rs 6
test/spdm-emu/src/tcp_transport.rs 4

Fuzzer: certificate_req

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 582 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 582 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
581 0 EP call site: 00000 TdiReportStructure::read

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
63
Reachable functions
64
Percentage of reachable functions covered
1.56%
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
spdmlib/fuzz/fuzz_targets/certificate_req.rs 4
fuzz-target/requester/encapsulated_request_certificate_req/src/main.rs 17
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 40
tdisp/src/pci_tdisp.rs 3
test/spdm-requester-emu/src/main.rs 23
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 14
test/spdmlib-test/src/common/crypto_callback.rs 3
spdmlib/src/crypto/mod.rs 3
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3
test/spdmlib-test/src/requester_tests/encap_certificate.rs 15
spdmlib/src/message/heartbeat.rs 6

Fuzzer: encapsulated_request_req

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 389 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 389 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
388 0 EP call site: 00000 fuzz_session_based_mutual_authenticate

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
54
Reachable functions
57
Percentage of reachable functions covered
5.26%
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
spdmlib/fuzz/fuzz_targets/encapsulated_request_req.rs 4
fuzz-target/requester/encapsulated_request_req/src/main.rs 17
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 21
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 9
fuzz-target/fuzzlib/src/fake_device_io.rs 2
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6

Fuzzer: deliver_encapsulated_response_rsp

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 280 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 280 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
279 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
40
Reachable functions
43
Percentage of reachable functions covered
6.98%
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
spdmlib/fuzz/fuzz_targets/deliver_encapsulated_response_rsp.rs 4
fuzz-target/responder/deliver_encapsulated_response_rsp/src/main.rs 14
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
spdmlib/src/crypto/bytes_mut_scrubbed.rs 6
test/spdmlib-test/src/common/util.rs 19
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 6

Fuzzer: deliver_encapsulated_response_certificate_rsp

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 293 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 293 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
292 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
41
Reachable functions
44
Percentage of reachable functions covered
6.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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
spdmlib/fuzz/fuzz_targets/deliver_encapsulated_response_certificate_rsp.rs 4
fuzz-target/responder/deliver_encapsulated_response_certificate_rsp/src/main.rs 16
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
spdmlib/src/crypto/bytes_mut_scrubbed.rs 7
test/spdmlib-test/src/common/util.rs 20
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 6
test/spdmlib-test/src/responder_tests/encap_get_certificate.rs 15

Fuzzer: capability_req

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 300 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 300 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
299 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
36
Reachable functions
39
Percentage of reachable functions covered
7.69%
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
spdmlib/fuzz/fuzz_targets/capability_req.rs 4
fuzz-target/requester/capability_req/src/main.rs 9
test/spdmlib-test/src/common/util.rs 21
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 7
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
fuzz-target/fuzzlib/src/fake_device_io.rs 2
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
test/spdmlib-test/src/requester_tests/get_capabilities_req.rs 14
spdmlib/src/common/mod.rs 1
test/spdm-emu/src/async_runtime.rs 3

Fuzzer: digest_req

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 610 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 610 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
609 0 EP call site: 00000 SpdmDigestsResponsePayload::spdm_read

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
64
Reachable functions
65
Percentage of reachable functions covered
1.54%
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
spdmlib/fuzz/fuzz_targets/digest_req.rs 4
fuzz-target/requester/encapsulated_request_digest_req/src/main.rs 18
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 40
tdisp/src/pci_tdisp.rs 3
test/spdm-requester-emu/src/main.rs 23
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 14
test/spdmlib-test/src/common/crypto_callback.rs 3
spdmlib/src/crypto/mod.rs 3
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3
test/spdmlib-test/src/requester_tests/encap_digest.rs 15
spdmlib/src/message/heartbeat.rs 12
spdmlib/src/common/mod.rs 1

Fuzzer: key_update_req

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 395 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 395 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
394 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
9
Reachable functions
10
Percentage of reachable functions covered
10.0%
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
spdmlib/fuzz/fuzz_targets/key_update_req.rs 4
fuzz-target/requester/key_update_req/src/main.rs 5
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 40
test/spdmlib-test/src/common/crypto_callback.rs 3
spdmlib/src/crypto/mod.rs 3
external/ring/src/testutil.rs 8
test/spdm-requester-emu/src/main.rs 19
codec/src/codec.rs 7
tdisp/src/pci_tdisp.rs 2
test/spdm-emu/src/crypto_callback.rs 5
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 13
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3

Fuzzer: version_req

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 304 98.3%
gold [1:9] 0 0.0%
yellow [10:29] 4 1.29%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.32%
All colors 309 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
231 0 EP call site: 00000 fuzz_send_receive_spdm_version
73 235 Self::send_receive_spdm_version call site: 00235 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
39
Reachable functions
42
Percentage of reachable functions covered
7.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
spdmlib/fuzz/fuzz_targets/version_req.rs 4
fuzz-target/requester/version_req/src/main.rs 10
test/spdmlib-test/src/common/util.rs 21
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 7
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
fuzz-target/fuzzlib/src/fake_device_io.rs 2
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
test/spdmlib-test/src/requester_tests/get_version_req.rs 12
test/spdm-emu/src/async_runtime.rs 3

Fuzzer: measurement_req

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 690 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 690 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
689 0 EP call site: 00000 SpdmKeySchedule::derive_master_secret

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
72
Reachable functions
75
Percentage of reachable functions covered
4.0%
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
spdmlib/fuzz/fuzz_targets/measurement_req.rs 4
fuzz-target/requester/measurement_req/src/main.rs 25
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 13
test/spdmlib-test/src/common/util.rs 40
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 20
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 14
fuzz-target/fuzzlib/src/fake_device_io.rs 2
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
test/spdmlib-test/src/common/crypto_callback.rs 4
spdmlib/src/crypto/mod.rs 5
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
spdmlib/src/common/session.rs 9
test/spdm-emu/src/async_runtime.rs 3
spdmlib/src/common/mod.rs 5
test/spdmlib-test/src/requester_tests/get_measurements_req.rs 21
spdmlib/src/common/key_schedule.rs 21
spdmlib/src/protocol/algo.rs 4

Fuzzer: vendor_rsp

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 265 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 265 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
264 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
41
Reachable functions
44
Percentage of reachable functions covered
6.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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
spdmlib/fuzz/fuzz_targets/vendor_rsp.rs 4
fuzz-target/responder/vendor_rsp/src/main.rs 14
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
spdmlib/src/crypto/bytes_mut_scrubbed.rs 6
test/spdmlib-test/src/common/util.rs 20
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 6
spdmlib/src/message/vendor.rs 2
test/spdmlib-test/src/responder_tests/vendor_rsp.rs 12
spdmlib/src/responder/vendor_rsp.rs 1

Fuzzer: capability_rsp

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 1350 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1350 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
1349 0 EP call site: 00000 SpdmMessage::spdm_read

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
37
Reachable functions
40
Percentage of reachable functions covered
7.5%
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
spdmlib/fuzz/fuzz_targets/capability_rsp.rs 4
fuzz-target/responder/capability_rsp/src/main.rs 10
test/spdmlib-test/src/common/util.rs 36
tdisp/src/pci_tdisp.rs 4
test/spdm-requester-emu/src/main.rs 32
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 9
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
test/spdmlib-test/src/responder_tests/capability_rsp.rs 21
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3
spdmlib/src/message/heartbeat.rs 68
spdmlib/src/message/mod.rs 60
spdmlib/src/message/vendor.rs 2
spdmlib/src/protocol/algo.rs 3
external/webpki/src/der.rs 7
external/ring/src/io/der.rs 9
spdmlib/src/common/mod.rs 1
spdmlib/fuzz/fuzz_targets/end_session_rsp.rs 3
spdmlib/src/common/spdm_codec.rs 6

Fuzzer: finish_rsp

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 703 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 703 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
702 0 EP call site: 00000 SpdmKeySchedule::derive_master_secret

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
70
Reachable functions
73
Percentage of reachable functions covered
4.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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
spdmlib/fuzz/fuzz_targets/finish_rsp.rs 4
fuzz-target/responder/finish_rsp/src/main.rs 26
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 13
test/spdmlib-test/src/common/util.rs 40
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 13
test/spdmlib-test/src/common/crypto_callback.rs 4
spdmlib/src/crypto/mod.rs 5
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 9
test/spdm-emu/src/async_runtime.rs 3
spdmlib/src/common/key_schedule.rs 21
spdmlib/src/protocol/algo.rs 4
test/spdmlib-test/src/responder_tests/finish_rsp.rs 20
spdmlib/src/common/mod.rs 4

Fuzzer: fuzz_x509v3

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 176 44.6%
gold [1:9] 1 0.25%
yellow [10:29] 8 2.03%
greenyellow [30:49] 8 2.03%
lawngreen 50+ 201 51.0%
All colors 394 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
132 82 check_tbs_certificate call site: 00082 TdiReportStructure::read
5 56 object_identifiers_are_same call site: 00056
2 2 check_cert_chain_format call site: 00002
2 8 check_tag_is_sequence call site: 00008
2 295 check_cert_chain_format call site: 00295 check_leaf_certificate
2 370 check_leaf_certificate call site: 00370 check_leaf_certificate
1 0 EP call site: 00000 check_cert_chain_format
1 15 check_length call site: 00015
1 28 check_tbs_certificate call site: 00028
1 38 check_and_skip_common_tag call site: 00038
1 48 object_identifiers_are_same call site: 00048
1 51 object_identifiers_are_same call site: 00051 SocketIoTransport::new

Runtime coverage analysis

Covered functions
40
Functions that are reachable but not covered
18
Reachable functions
47
Percentage of reachable functions covered
61.7%
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
spdmlib/fuzz/fuzz_targets/fuzz_x509v3.rs 4
spdmlib/src/crypto/x509v3.rs 35
spdmlib/src/crypto/bytes_mut_scrubbed.rs 3
tdisp/src/pci_tdisp.rs 3
external/webpki/src/der.rs 19
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 1
codec/src/codec.rs 6
external/ring/src/io/der.rs 3
spdmlib/src/message/vendor.rs 2
test/spdm-requester-emu/src/main.rs 14
external/ring/src/bits.rs 1
external/ring/src/bb/mod.rs 3
external/webpki/src/calendar.rs 6
external/webpki/src/time.rs 1

Fuzzer: algorithm_rsp

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 1356 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1356 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
1355 0 EP call site: 00000 SpdmMessage::spdm_read

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
37
Reachable functions
40
Percentage of reachable functions covered
7.5%
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
spdmlib/fuzz/fuzz_targets/algorithm_rsp.rs 4
fuzz-target/responder/algorithm_rsp/src/main.rs 10
test/spdmlib-test/src/common/util.rs 36
tdisp/src/pci_tdisp.rs 4
test/spdm-requester-emu/src/main.rs 32
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 9
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
test/spdmlib-test/src/responder_tests/algorithm_rsp.rs 27
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3
spdmlib/src/message/heartbeat.rs 68
spdmlib/src/message/mod.rs 60
spdmlib/src/message/vendor.rs 2
spdmlib/src/protocol/algo.rs 3
external/webpki/src/der.rs 7
external/ring/src/io/der.rs 9
spdmlib/src/common/mod.rs 1
spdmlib/fuzz/fuzz_targets/end_session_rsp.rs 3
spdmlib/src/common/spdm_codec.rs 6

Fuzzer: heartbeat_req

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 356 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 356 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
355 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
52
Reachable functions
55
Percentage of reachable functions covered
5.45%
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
spdmlib/fuzz/fuzz_targets/heartbeat_req.rs 4
fuzz-target/requester/heartbeat_req/src/main.rs 15
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 21
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 10
fuzz-target/fuzzlib/src/fake_device_io.rs 2
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdmlib-test/src/requester_tests/heartbeat_req.rs 18
test/spdm-emu/src/async_runtime.rs 3

Fuzzer: psk_finish_rsp

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 544 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 544 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
543 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
58
Reachable functions
61
Percentage of reachable functions covered
4.92%
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
spdmlib/fuzz/fuzz_targets/psk_finish_rsp.rs 4
fuzz-target/responder/psk_finish_rsp/src/main.rs 22
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 13
test/spdmlib-test/src/common/util.rs 36
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 9
spdmlib/src/common/session.rs 6
spdmlib/src/crypto/mod.rs 5
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
test/spdm-emu/src/async_runtime.rs 3
test/spdmlib-test/src/responder_tests/psk_finish_rsp.rs 21
spdmlib/src/message/heartbeat.rs 3
spdmlib/src/common/mod.rs 4

Fuzzer: key_exchange_req

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 577 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 577 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
576 0 EP call site: 00000 fuzz_send_receive_spdm_key_exchange

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
50
Reachable functions
53
Percentage of reachable functions covered
5.66%
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
spdmlib/fuzz/fuzz_targets/key_exchange_req.rs 4
fuzz-target/requester/key_exchange_req/src/main.rs 16
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 40
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 14
fuzz-target/fuzzlib/src/fake_device_io.rs 2
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
test/spdmlib-test/src/common/crypto_callback.rs 3
spdmlib/src/crypto/mod.rs 3
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3
spdmlib/src/common/mod.rs 1
test/spdmlib-test/src/requester_tests/key_exchange_req.rs 16

Fuzzer: pskexchange_rsp

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 371 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 371 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
370 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
53
Reachable functions
56
Percentage of reachable functions covered
5.36%
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
spdmlib/fuzz/fuzz_targets/pskexchange_rsp.rs 4
fuzz-target/responder/pskexchange_rsp/src/main.rs 16
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
spdmlib/src/crypto/bytes_mut_scrubbed.rs 7
test/spdmlib-test/src/common/util.rs 20
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 9
spdmlib/src/common/mod.rs 1
test/spdmlib-test/src/responder_tests/psk_exchange_rsp.rs 14
spdmlib/src/common/opaque.rs 3
spdmlib/src/message/heartbeat.rs 3
test/spdm-emu/src/async_runtime.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6

Fuzzer: keyexchange_rsp

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 600 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 600 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
599 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
48
Reachable functions
51
Percentage of reachable functions covered
5.88%
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
spdmlib/fuzz/fuzz_targets/keyexchange_rsp.rs 4
fuzz-target/responder/keyexchange_rsp/src/main.rs 14
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 40
tdisp/src/pci_tdisp.rs 5
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 14
test/spdmlib-test/src/common/crypto_callback.rs 6
spdmlib/src/crypto/mod.rs 3
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3
spdmlib/src/common/mod.rs 1
test/spdmlib-test/src/responder_tests/key_exchange_rsp.rs 25
external/ring/src/hmac.rs 3
external/ring/src/cpu.rs 1
external/ring/src/polyfill/once_cell/race.rs 5
spdmlib/src/message/heartbeat.rs 9
spdmlib/src/message/mod_test.common.inc.rs 5
spdmlib/fuzz/fuzz_targets/end_session_rsp.rs 3
external/ring/src/agreement.rs 9
spdmlib/src/common/opaque.rs 3

Fuzzer: end_session_req

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 393 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 393 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
392 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
52
Reachable functions
55
Percentage of reachable functions covered
5.45%
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
spdmlib/fuzz/fuzz_targets/end_session_req.rs 4
fuzz-target/requester/end_session_req/src/main.rs 15
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 21
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 10
fuzz-target/fuzzlib/src/fake_device_io.rs 2
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdmlib-test/src/requester_tests/end_session_req.rs 18
test/spdm-emu/src/async_runtime.rs 3

Fuzzer: algorithm_req

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 299 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
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 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
37
Reachable functions
40
Percentage of reachable functions covered
7.5%
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
spdmlib/fuzz/fuzz_targets/algorithm_req.rs 4
fuzz-target/requester/algorithm_req/src/main.rs 10
test/spdmlib-test/src/common/util.rs 21
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 7
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
fuzz-target/fuzzlib/src/fake_device_io.rs 2
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
test/spdmlib-test/src/requester_tests/negotiate_algorithms_req.rs 13
test/spdm-emu/src/async_runtime.rs 3

Fuzzer: psk_exchange_req

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 351 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 351 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
350 0 EP call site: 00000 fuzz_send_receive_spdm_psk_exchange

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
40
Reachable functions
43
Percentage of reachable functions covered
6.98%
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
spdmlib/fuzz/fuzz_targets/psk_exchange_req.rs 4
fuzz-target/requester/psk_exchange_req/src/main.rs 13
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 21
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 7
fuzz-target/fuzzlib/src/fake_device_io.rs 2
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
test/spdmlib-test/src/requester_tests/psk_exchange_req.rs 16
test/spdm-emu/src/async_runtime.rs 3

Fuzzer: certificate_rsp

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 1405 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1405 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
1404 0 EP call site: 00000 SpdmMessage::spdm_read

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
61
Reachable functions
64
Percentage of reachable functions covered
4.69%
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
spdmlib/fuzz/fuzz_targets/certificate_rsp.rs 4
fuzz-target/responder/certificate_rsp/src/main.rs 17
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 40
tdisp/src/pci_tdisp.rs 4
test/spdm-requester-emu/src/main.rs 32
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 13
test/spdmlib-test/src/common/crypto_callback.rs 3
spdmlib/src/crypto/mod.rs 3
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3
test/spdmlib-test/src/responder_tests/certificate_rsp.rs 21
spdmlib/src/message/heartbeat.rs 68
spdmlib/src/message/mod.rs 60
spdmlib/src/message/vendor.rs 2
spdmlib/src/protocol/algo.rs 3
external/webpki/src/der.rs 7
external/ring/src/io/der.rs 9
spdmlib/src/common/mod.rs 1
spdmlib/fuzz/fuzz_targets/end_session_rsp.rs 3
spdmlib/src/common/spdm_codec.rs 6

Fuzzer: psk_finish_req

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 656 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 656 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
655 0 EP call site: 00000 SpdmKeySchedule::derive_aead_key_iv

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
56
Reachable functions
59
Percentage of reachable functions covered
5.08%
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
spdmlib/fuzz/fuzz_targets/psk_finish_req.rs 4
fuzz-target/requester/psk_finish_req/src/main.rs 20
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 13
test/spdmlib-test/src/common/util.rs 36
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 10
fuzz-target/fuzzlib/src/fake_device_io.rs 2
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 14
spdmlib/src/crypto/mod.rs 5
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdm-emu/src/async_runtime.rs 3
test/spdmlib-test/src/requester_tests/psk_finish_req.rs 23
spdmlib/src/common/key_schedule.rs 24
test/spdmlib-test/src/common/crypto_callback.rs 3
spdmlib/src/protocol/algo.rs 4
spdmlib/src/secret/mod.rs 3

Fuzzer: digest_rsp

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 262 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 262 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
261 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
38
Reachable functions
39
Percentage of reachable functions covered
2.56%
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
spdmlib/fuzz/fuzz_targets/digest_rsp.rs 4
fuzz-target/responder/deliver_encapsulated_response_digest_rsp/src/main.rs 10
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
spdmlib/src/crypto/bytes_mut_scrubbed.rs 6
test/spdmlib-test/src/common/util.rs 20
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 6
test/spdmlib-test/src/responder_tests/encap_get_digest.rs 12

Fuzzer: finish_req

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 656 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 656 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
655 0 EP call site: 00000 SpdmKeySchedule::derive_aead_key_iv

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
58
Reachable functions
59
Percentage of reachable functions covered
1.69%
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
spdmlib/fuzz/fuzz_targets/finish_req.rs 4
fuzz-target/requester/psk_finish_req/src/main.rs 20
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 13
test/spdmlib-test/src/common/util.rs 36
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 10
fuzz-target/fuzzlib/src/fake_device_io.rs 2
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 14
spdmlib/src/crypto/mod.rs 5
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdm-emu/src/async_runtime.rs 3
test/spdmlib-test/src/requester_tests/psk_finish_req.rs 23
spdmlib/src/common/key_schedule.rs 24
test/spdmlib-test/src/common/crypto_callback.rs 3
spdmlib/src/protocol/algo.rs 4
spdmlib/src/secret/mod.rs 3

Fuzzer: measurement_rsp

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 1412 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1412 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
1411 0 EP call site: 00000 SpdmMessage::spdm_read

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
61
Reachable functions
64
Percentage of reachable functions covered
4.69%
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
spdmlib/fuzz/fuzz_targets/measurement_rsp.rs 4
fuzz-target/responder/measurement_rsp/src/main.rs 17
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 40
tdisp/src/pci_tdisp.rs 4
test/spdm-requester-emu/src/main.rs 32
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 13
test/spdmlib-test/src/common/crypto_callback.rs 3
spdmlib/src/crypto/mod.rs 3
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3
test/spdmlib-test/src/responder_tests/measurement_rsp.rs 24
spdmlib/src/message/heartbeat.rs 68
spdmlib/src/message/mod.rs 60
spdmlib/src/message/vendor.rs 2
spdmlib/src/protocol/algo.rs 3
external/webpki/src/der.rs 7
external/ring/src/io/der.rs 9
spdmlib/src/common/mod.rs 1
spdmlib/fuzz/fuzz_targets/end_session_rsp.rs 3
spdmlib/src/common/spdm_codec.rs 6

Fuzzer: vendor_req

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 299 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
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 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
37
Reachable functions
40
Percentage of reachable functions covered
7.5%
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
spdmlib/fuzz/fuzz_targets/vendor_req.rs 4
fuzz-target/requester/vendor_req/src/main.rs 10
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 21
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 7
fuzz-target/fuzzlib/src/fake_device_io.rs 2
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
test/spdmlib-test/src/requester_tests/vendor_req.rs 13
test/spdm-emu/src/async_runtime.rs 3

Fuzzer: key_update_rsp

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 682 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 682 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
681 0 EP call site: 00000 SpdmKeySchedule::derive_aead_key_iv

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
51
Reachable functions
54
Percentage of reachable functions covered
5.56%
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
spdmlib/fuzz/fuzz_targets/key_update_rsp.rs 4
fuzz-target/responder/key_update_rsp/src/main.rs 14
test/spdmlib-test/src/common/util.rs 36
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
spdmlib/src/crypto/bytes_mut_scrubbed.rs 13
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 9
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/common/session.rs 20
test/spdmlib-test/src/responder_tests/key_update_rsp.rs 21
spdmlib/src/common/key_schedule.rs 35
test/spdmlib-test/src/common/crypto_callback.rs 3
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
test/spdm-emu/src/async_runtime.rs 3
spdmlib/src/protocol/algo.rs 4
spdmlib/src/secret/mod.rs 3

Fuzzer: encapsulated_request_certificate_req

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 582 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 582 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
581 0 EP call site: 00000 TdiReportStructure::read

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
61
Reachable functions
64
Percentage of reachable functions covered
4.69%
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
spdmlib/fuzz/fuzz_targets/encapsulated_request_certificate_req.rs 4
fuzz-target/requester/encapsulated_request_certificate_req/src/main.rs 17
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 3
spdmlib/src/crypto/bytes_mut_scrubbed.rs 8
test/spdmlib-test/src/common/util.rs 40
tdisp/src/pci_tdisp.rs 3
test/spdm-requester-emu/src/main.rs 23
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 14
test/spdmlib-test/src/common/crypto_callback.rs 3
spdmlib/src/crypto/mod.rs 3
external/ring/src/testutil.rs 8
test/spdmlib-test/src/responder_tests/context.rs 14
test/spdmlib-test/src/common/device_io.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2
spdmlib/src/common/session.rs 6
test/spdm-emu/src/async_runtime.rs 3
test/spdmlib-test/src/requester_tests/encap_certificate.rs 15
spdmlib/src/message/heartbeat.rs 6

Fuzzer: end_session_rsp

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 319 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 319 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
318 0 EP call site: 00000 TdiReportStructure::encode

Runtime coverage analysis

Covered functions
11
Functions that are reachable but not covered
51
Reachable functions
54
Percentage of reachable functions covered
5.56%
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
spdmlib/fuzz/fuzz_targets/end_session_rsp.rs 4
fuzz-target/responder/end_session_rsp/src/main.rs 14
tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs 2
spdmlib/src/crypto/bytes_mut_scrubbed.rs 7
test/spdmlib-test/src/common/util.rs 20
tdisp/src/pci_tdisp.rs 2
test/spdm-requester-emu/src/main.rs 19
test/spdm-emu/src/crypto_callback.rs 5
codec/src/codec.rs 7
external/ring/src/bits.rs 1
spdmlib/src/protocol/mod.rs 6
spdmlib/src/error.rs 2
test/spdm-emu/src/socket_io_transport.rs 9
spdmlib/src/common/session.rs 6
test/spdmlib-test/src/responder_tests/end_session_rsp.rs 18
test/spdm-emu/src/async_runtime.rs 3
spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs 2

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.

spdmlib/fuzz/fuzz_targets/challenge_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/challenge_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/encapsulated_request_digest_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/deliver_encapsulated_response_digest_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/get_encapsulated_request_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/heartbeat_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/version_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/certificate_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/encapsulated_request_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/deliver_encapsulated_response_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/deliver_encapsulated_response_certificate_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/capability_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/digest_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/key_update_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/version_req.rs

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=['Self::send_receive_spdm_version']

spdmlib/fuzz/fuzz_targets/measurement_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/vendor_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/capability_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/finish_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/fuzz_x509v3.rs

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=['check_tbs_certificate', 'object_identifiers_are_same', 'check_cert_chain_format', 'check_tag_is_sequence', 'fuzz_target', 'check_leaf_certificate', 'check_length', 'check_and_skip_common_tag']

spdmlib/fuzz/fuzz_targets/algorithm_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/heartbeat_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/psk_finish_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/key_exchange_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/pskexchange_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/keyexchange_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/end_session_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/algorithm_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/psk_exchange_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/certificate_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/psk_finish_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/digest_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/finish_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/measurement_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/vendor_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/key_update_rsp.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/encapsulated_request_certificate_req.rs

Dictionary

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


spdmlib/fuzz/fuzz_targets/end_session_rsp.rs

Dictionary

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


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/spdm-rs/spdmlib/src/message/key_update.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_unbind_p2p_stream_request.rs [] []
/src/spdm-rs/spdmlib/src/message/heartbeat.rs ['challenge_rsp', 'encapsulated_request_digest_req', 'get_encapsulated_request_rsp', 'version_rsp', 'certificate_req', 'digest_req', 'capability_rsp', 'algorithm_rsp', 'psk_finish_rsp', 'pskexchange_rsp', 'keyexchange_rsp', 'certificate_rsp', 'measurement_rsp', 'encapsulated_request_certificate_req'] []
/src/spdm-rs/tdisp/src/pci_tdisp_requester/pci_tdisp_req_bind_p2p_stream_request.rs [] []
/src/spdm-rs/external/ring/src/aead.rs [] []
/src/spdm-rs/idekm/src/pci_ide_km_responder/pci_ide_km_rsp_query.rs [] []
/src/spdm-rs/external/ring/src/digest/sha2/ffi.rs [] []
/src/spdm-rs/spdmlib_crypto_mbedtls/src/hash_impl.rs [] []
/src/spdm-rs/external/webpki/src/trust_anchor.rs [] []
/src/spdm-rs/test/spdm-emu/src/secret_impl_sample.rs [] []
/src/spdm-rs/external/ring/src/aead/aes_gcm/aeshwclmulmovbe.rs [] []
/src/spdm-rs/external/ring/build.rs [] []
/src/spdm-rs/external/ring/src/polyfill/slice.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/challenge_req.rs ['challenge_req'] []
/src/spdm-rs/spdmlib/src/message/capability_test.rs [] []
/src/spdm-rs/executor/src/executor.rs [] []
/src/spdm-rs/spdmlib/src/error.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp'] []
/src/spdm-rs/spdmlib/src/crypto/spdm_ring/asym_verify_impl.rs [] []
/src/spdm-rs/spdmlib/src/responder/certificate_rsp.rs [] []
/src/spdm-rs/external/ring/tests/hmac_tests.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/context.rs [] []
/src/spdm-rs/external/ring/src/rsa/public_modulus.rs [] []
/src/spdm-rs/spdmlib/src/requester/finish_req.rs [] []
/src/spdm-rs/spdmlib_crypto_mbedtls/src/asym_verify_impl.rs [] []
/src/spdm-rs/external/ring/src/io/positive.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/capability_rsp.rs ['capability_rsp'] []
/src/spdm-rs/spdmlib/src/message/end_session_test.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/vendor_rsp.rs ['vendor_rsp'] []
/src/spdm-rs/external/ring/src/ec/curve25519/scalar.rs [] []
/src/spdm-rs/fuzz-target/responder/key_update_rsp/src/main.rs ['key_update_rsp'] ['key_update_rsp']
/src/spdm-rs/external/ring/src/polyfill.rs [] []
/src/spdm-rs/codec/src/macros.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/get_encapsulated_request_rsp.rs ['get_encapsulated_request_rsp'] []
/src/spdm-rs/spdmlib/src/message/heartbeat_test.rs [] []
/src/spdm-rs/fuzz-target/random_requester/src/main.rs [] []
/src/spdm-rs/external/ring/src/ec/suite_b/ops/p256.rs [] []
/src/spdm-rs/external/ring/src/deprecated_test.rs [] []
/src/spdm-rs/external/ring/src/aead/algorithm.rs [] []
/src/spdm-rs/fuzz-target/responder/measurement_rsp/src/main.rs ['measurement_rsp'] ['measurement_rsp']
/src/spdm-rs/external/ring/src/aead/aes/bs.rs [] []
/src/spdm-rs/test/spdmlib-test/src/common/util.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp'] ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp']
/src/spdm-rs/test/spdm-emu/src/tcp_transport.rs ['get_encapsulated_request_rsp', 'version_rsp'] []
/src/spdm-rs/external/ring/src/polyfill/once_cell/race.rs ['keyexchange_rsp'] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/finish_req.rs [] []
/src/spdm-rs/spdmlib/src/responder/encap_rsp.rs [] []
/src/spdm-rs/external/ring/src/aead/gcm/vclmulavx2.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_error.rs [] []
/src/spdm-rs/fuzz-target/responder/keyexchange_rsp/src/main.rs ['keyexchange_rsp'] ['keyexchange_rsp']
/src/spdm-rs/fuzz-target/responder/certificate_rsp/src/main.rs ['certificate_rsp'] ['certificate_rsp']
/src/spdm-rs/external/ring/src/aead/aes_gcm.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/encap_error.rs [] []
/src/spdm-rs/spdmlib/src/message/mod.rs ['challenge_rsp', 'version_rsp', 'capability_rsp', 'algorithm_rsp', 'certificate_rsp', 'measurement_rsp'] []
/src/spdm-rs/external/ring/src/rsa/padding/pss.rs [] []
/src/spdm-rs/spdmlib_crypto_mbedtls/src/cert_operation_impl.rs [] []
/src/spdm-rs/external/ring/src/bb/mod.rs ['fuzz_x509v3'] []
/src/spdm-rs/test/spdm-responder-emu/src/spdm_device_tdisp_example.rs [] []
/src/spdm-rs/external/ring/src/polyfill/ptr.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/encapsulated_request_certificate_req.rs ['encapsulated_request_certificate_req'] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/pskexchange_rsp.rs ['pskexchange_rsp'] []
/src/spdm-rs/spdmlib/src/message/psk_exchange.rs [] []
/src/spdm-rs/spdmlib/src/message/key_exchange.rs [] []
/src/spdm-rs/external/ring/bench/digest.rs [] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/encap_get_digest.rs ['deliver_encapsulated_response_digest_rsp', 'digest_rsp'] []
/src/spdm-rs/external/webpki/src/lib.rs [] []
/src/spdm-rs/external/webpki/src/name/dns_name.rs [] []
/src/spdm-rs/codec/src/codec.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp'] []
/src/spdm-rs/fuzz-target/responder/heartbeat_rsp/src/main.rs ['heartbeat_rsp'] ['heartbeat_rsp']
/src/spdm-rs/spdmlib/src/message/key_exchange_test.rs [] []
/src/spdm-rs/external/ring/src/cpu.rs ['keyexchange_rsp'] []
/src/spdm-rs/test/spdmlib-test/src/common/crypto_callback.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'get_encapsulated_request_rsp', 'certificate_req', 'digest_req', 'key_update_req', 'measurement_req', 'finish_rsp', 'key_exchange_req', 'keyexchange_rsp', 'certificate_rsp', 'psk_finish_req', 'finish_req', 'measurement_rsp', 'key_update_rsp', 'encapsulated_request_certificate_req'] []
/src/spdm-rs/spdmlib/src/message/measurement.rs [] []
/src/spdm-rs/fuzz-target/requester/encapsulated_request_certificate_req/src/main.rs ['certificate_req', 'encapsulated_request_certificate_req'] ['encapsulated_request_certificate_req']
/src/spdm-rs/test/spdmlib-test/src/responder_tests/key_update_rsp.rs ['key_update_rsp'] []
/src/spdm-rs/spdmlib/src/message/mod_test.common.inc.rs ['keyexchange_rsp'] []
/src/spdm-rs/fuzz-target/responder/version_rsp/src/main.rs ['version_rsp'] ['version_rsp']
/src/spdm-rs/test/spdmlib-test/src/requester_tests/get_digests_req.rs [] []
/src/spdm-rs/test/spdmlib-test/src/protocol/version.rs [] []
/src/spdm-rs/test/spdm-emu/src/crypto_callback.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp'] []
/src/spdm-rs/external/ring/tests/digest_tests.rs [] []
/src/spdm-rs/spdmlib/src/common/session.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'digest_req', 'key_update_req', 'measurement_req', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'certificate_rsp', 'psk_finish_req', 'finish_req', 'measurement_rsp', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp'] []
/src/spdm-rs/spdmlib/build.rs [] []
/src/spdm-rs/external/webpki/src/calendar.rs ['fuzz_x509v3'] []
/src/spdm-rs/external/ring/tests/hkdf_tests.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/encap_req.rs ['get_encapsulated_request_rsp'] []
/src/spdm-rs/external/ring/src/aead/aes/vp.rs [] []
/src/spdm-rs/external/ring/src/ec/suite_b/ops/p384.rs [] []
/src/spdm-rs/test/spdmlib-test/src/protocol/measurement.rs [] []
/src/spdm-rs/external/ring/src/arithmetic/inout.rs [] []
/src/spdm-rs/spdmlib_crypto_mbedtls/src/hkdf_impl.rs [] []
/src/spdm-rs/test/spdmlib-test/src/protocol/algorithm.rs [] []
/src/spdm-rs/fuzz-target/responder/end_session_rsp/src/main.rs ['end_session_rsp'] ['end_session_rsp']
/src/spdm-rs/spdmlib/src/requester/psk_exchange_req.rs [] []
/src/spdm-rs/external/ring/src/ec/suite_b.rs [] []
/src/spdm-rs/spdmlib/src/message/encapsulated_test.rs [] []
/src/spdm-rs/external/ring/src/hmac.rs ['keyexchange_rsp'] ['keyexchange_rsp']
/src/spdm-rs/spdmlib/src/responder/measurement_rsp.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_bind_p2p_stream_request.rs [] []
/src/spdm-rs/external/ring/src/aead/nonce.rs [] []
/src/spdm-rs/idekm/src/pci_ide_km_responder/pci_ide_km_rsp_key_prog.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_lock_interface_request.rs [] []
/src/spdm-rs/external/ring/src/ec/suite_b/ecdh.rs [] []
/src/spdm-rs/spdmlib/src/crypto/spdm_ring/hmac_impl.rs [] []
/src/spdm-rs/external/ring/src/polyfill/slice/as_chunks.rs [] []
/src/spdm-rs/spdmlib/src/requester/heartbeat_req.rs [] []
/src/spdm-rs/external/ring/src/agreement.rs ['keyexchange_rsp'] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/vendor_rsp.rs ['vendor_rsp'] []
/src/spdm-rs/external/ring/bench/ecdsa.rs [] []
/src/spdm-rs/external/webpki/src/der.rs ['challenge_rsp', 'version_rsp', 'capability_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'certificate_rsp', 'measurement_rsp'] ['fuzz_x509v3']
/src/spdm-rs/spdmlib/src/responder/app_message_handler.rs [] []
/src/spdm-rs/external/ring/src/aead/aes_gcm/vaesclmulavx2.rs [] []
/src/spdm-rs/test/spdmlib-test/src/protocol/mod.rs [] []
/src/spdm-rs/external/webpki/src/error.rs [] []
/src/spdm-rs/spdmlib/src/crypto/spdm_ring/hash_impl.rs [] []
/src/spdm-rs/spdmlib/src/responder/digest_rsp.rs [] []
/src/spdm-rs/external/ring/src/polyfill/unwrap_const.rs [] []
/src/spdm-rs/fuzz-target/responder/vendor_rsp/src/main.rs ['vendor_rsp'] ['vendor_rsp']
/src/spdm-rs/fuzz-target/responder/digest_rsp/src/main.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/version_rsp.rs ['version_rsp'] []
/src/spdm-rs/spdmlib/src/responder/psk_finish_rsp.rs [] []
/src/spdm-rs/fuzz-target/pass_context/src/pass_requester.rs [] []
/src/spdm-rs/external/ring/src/error/input_too_long.rs [] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/version_rsp.rs ['version_rsp'] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/encap_rsp.rs ['get_encapsulated_request_rsp'] []
/src/spdm-rs/spdmlib/src/responder/challenge_rsp.rs [] []
/src/spdm-rs/spdmlib/src/requester/handle_error_response_req.rs [] []
/src/spdm-rs/external/ring/src/aead/less_safe_key.rs [] []
/src/spdm-rs/external/ring/src/arithmetic/montgomery.rs [] []
/src/spdm-rs/external/ring/src/ec/suite_b/public_key.rs [] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/error_rsp.rs [] []
/src/spdm-rs/external/ring/src/cpu/arm/windows.rs [] []
/src/spdm-rs/spdmlib/src/message/certificate.rs [] []
/src/spdm-rs/spdmlib/src/message/end_session.rs [] []
/src/spdm-rs/spdmlib/src/message/digest.rs [] []
/src/spdm-rs/spdmlib_crypto_mbedtls/mbedtls-platform-support/src/lib.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/end_session_req.rs ['end_session_req'] []
/src/spdm-rs/spdmlib/src/requester/get_version_req.rs [] []
/src/spdm-rs/mctp_transport/src/header.rs [] []
/src/spdm-rs/external/ring/tests/rand_tests.rs [] []
/src/spdm-rs/spdmlib/src/crypto/fips/asym_verify_st/mod.rs [] []
/src/spdm-rs/external/ring/tests/ed25519_tests.rs [] []
/src/spdm-rs/external/ring/src/ec/suite_b/curve.rs [] []
/src/spdm-rs/fuzz-target/responder/psk_finish_rsp/src/main.rs ['psk_finish_rsp'] ['psk_finish_rsp']
/src/spdm-rs/external/ring/bench/agreement.rs [] []
/src/spdm-rs/spdmlib/src/crypto/mod.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'certificate_req', 'digest_req', 'key_update_req', 'measurement_req', 'finish_rsp', 'psk_finish_rsp', 'key_exchange_req', 'keyexchange_rsp', 'certificate_rsp', 'psk_finish_req', 'finish_req', 'measurement_rsp', 'encapsulated_request_certificate_req'] []
/src/spdm-rs/external/ring/src/debug.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/deliver_encapsulated_response_rsp.rs ['deliver_encapsulated_response_rsp'] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/certificate_rsp.rs ['certificate_rsp'] []
/src/spdm-rs/external/webpki/src/name/verify.rs [] []
/src/spdm-rs/external/ring/tests/pbkdf2_tests.rs [] []
/src/spdm-rs/external/ring/src/aead/aes/ffi.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_requester/pci_tdisp_req_vdm_request.rs [] []
/src/spdm-rs/fuzz-target/fuzzlib/src/fake_device_io.rs ['challenge_req', 'encapsulated_request_req', 'capability_req', 'version_req', 'measurement_req', 'heartbeat_req', 'key_exchange_req', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'psk_finish_req', 'finish_req', 'vendor_req'] []
/src/spdm-rs/idekm/src/pci_ide_km_requester/pci_ide_km_req_key_set_go.rs [] []
/src/spdm-rs/fuzz-target/requester/capability_req/src/main.rs ['capability_req'] ['capability_req']
/src/spdm-rs/test/spdmlib-test/src/responder_tests/finish_rsp.rs ['finish_rsp'] []
/src/spdm-rs/test/spdmlib-test/src/protocol/certificate.rs [] []
/src/spdm-rs/external/ring/src/bits.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp'] ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp']
/src/spdm-rs/test/spdmlib-test/src/common/device_io.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'get_encapsulated_request_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req'] []
/src/spdm-rs/spdmlib/src/crypto/bytes_mut_scrubbed.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp'] ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp']
/src/spdm-rs/idekm/src/pci_ide_km_requester/pci_ide_km_req_query.rs [] []
/src/spdm-rs/spdmlib/src/requester/end_session_req.rs [] []
/src/spdm-rs/pcidoe_transport/src/header.rs [] []
/src/spdm-rs/external/ring/src/io/der.rs ['challenge_rsp', 'version_rsp', 'capability_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'certificate_rsp', 'measurement_rsp'] ['challenge_rsp', 'version_rsp', 'capability_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'certificate_rsp', 'measurement_rsp']
/src/spdm-rs/external/ring/src/arithmetic/bigint/modulusvalue.rs [] []
/src/spdm-rs/fuzz-target/requester/measurement_req/src/main.rs ['measurement_req'] ['measurement_req']
/src/spdm-rs/test/spdmlib-test/src/responder_tests/key_exchange_rsp.rs ['keyexchange_rsp'] []
/src/spdm-rs/external/ring/src/rsa/keypair.rs [] []
/src/spdm-rs/external/ring/src/arithmetic/ffi.rs [] []
/src/spdm-rs/external/ring/src/ec/suite_b/ecdsa/digest_scalar.rs [] []
/src/spdm-rs/external/webpki/tests/better_tls.rs [] []
/src/spdm-rs/external/ring/src/cpu/arm/darwin.rs [] []
/src/spdm-rs/fuzz-target/requester/psk_finish_req/src/main.rs ['psk_finish_req', 'finish_req'] ['psk_finish_req']
/src/spdm-rs/external/ring/src/error/unspecified.rs [] []
/src/spdm-rs/external/ring/src/arithmetic/bigint/modulus.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/algorithm_rsp.rs ['algorithm_rsp'] []
/src/spdm-rs/sys_time/src/lib.rs [] []
/src/spdm-rs/spdmlib/src/message/algorithm.rs [] []
/src/spdm-rs/fuzz-target/responder/get_encapsulated_request_rsp/src/main.rs ['get_encapsulated_request_rsp'] ['get_encapsulated_request_rsp']
/src/spdm-rs/test/spdm-emu/src/crypto.rs [] []
/src/spdm-rs/external/ring/tests/agreement_tests.rs [] []
/src/spdm-rs/spdmlib/src/requester/get_capabilities_req.rs [] []
/src/spdm-rs/spdmlib/src/requester/encap_error.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_device_interface_state.rs [] []
/src/spdm-rs/spdmlib/src/common/mod.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'get_encapsulated_request_rsp', 'version_rsp', 'capability_req', 'digest_req', 'measurement_req', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'certificate_rsp', 'measurement_rsp'] []
/src/spdm-rs/fuzz-target/fuzzlib/src/lib.rs [] []
/src/spdm-rs/spdmlib/src/responder/key_exchange_rsp.rs [] []
/src/spdm-rs/spdmlib/src/message/challenge.rs [] []
/src/spdm-rs/external/ring/src/ec/curve25519/ed25519/signing.rs [] []
/src/spdm-rs/spdmlib/src/responder/error_rsp.rs [] []
/src/spdm-rs/spdmlib/src/requester/psk_finish_req.rs [] []
/src/spdm-rs/fuzz-target/requester/algorithm_req/src/main.rs ['algorithm_req'] ['algorithm_req']
/src/spdm-rs/spdmlib_crypto_mbedtls/src/aead_impl.rs [] []
/src/spdm-rs/external/ring/src/arithmetic/bigint/boxed_limbs.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/encapsulated_request_digest_req.rs ['encapsulated_request_digest_req'] []
/src/spdm-rs/spdmlib_crypto_mbedtls/src/hmac_impl.rs [] []
/src/spdm-rs/external/ring/src/aead/gcm/neon.rs [] []
/src/spdm-rs/external/ring/src/digest/sha2/fallback.rs [] []
/src/spdm-rs/spdmlib/src/crypto/spdm_ring/aead_impl.rs [] []
/src/spdm-rs/spdmlib/src/protocol/mod.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp'] []
/src/spdm-rs/spdmlib_crypto_mbedtls/src/rand_impl.rs [] []
/src/spdm-rs/external/ring/src/signature.rs [] []
/src/spdm-rs/idekm/src/pci_ide_km_requester/pci_ide_km_req_key_prog.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_device_interface_report.rs [] []
/src/spdm-rs/external/ring/src/prefixed.rs [] []
/src/spdm-rs/external/ring/src/aead/gcm/fallback.rs [] []
/src/spdm-rs/external/ring/cavp/tests/shavs.rs [] []
/src/spdm-rs/fuzz-target/requester/heartbeat_req/src/main.rs ['heartbeat_req'] ['heartbeat_req']
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/heartbeat_req.rs ['heartbeat_req'] []
/src/spdm-rs/fuzz-target/requester/psk_exchange_req/src/main.rs ['psk_exchange_req'] ['psk_exchange_req']
/src/spdm-rs/spdmlib/src/message/version.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/measurement_req.rs ['measurement_req'] []
/src/spdm-rs/external/ring/src/aead/quic.rs [] []
/src/spdm-rs/spdmlib/src/requester/negotiate_algorithms_req.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/challenge_rsp.rs ['challenge_rsp'] []
/src/spdm-rs/spdmlib/src/common/key_schedule.rs ['measurement_req', 'finish_rsp', 'psk_finish_req', 'finish_req', 'key_update_rsp'] []
/src/spdm-rs/tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_dispatcher.rs [] []
/src/spdm-rs/external/ring/src/bb/boolmask.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/key_exchange_req.rs ['key_exchange_req'] []
/src/spdm-rs/spdmlib/src/message/finish_test.rs [] []
/src/spdm-rs/external/ring/src/cpu/intel.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/get_certificate_req.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_requester/pci_tdisp_req_get_device_interface_report.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/end_session_rsp.rs ['challenge_rsp', 'version_rsp', 'capability_rsp', 'algorithm_rsp', 'keyexchange_rsp', 'certificate_rsp', 'measurement_rsp', 'end_session_rsp'] []
/src/spdm-rs/spdmlib/src/message/challenge_test.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/psk_finish_req.rs ['psk_finish_req'] []
/src/spdm-rs/fuzz-target/responder/deliver_encapsulated_response_certificate_rsp/src/main.rs ['deliver_encapsulated_response_certificate_rsp'] ['deliver_encapsulated_response_certificate_rsp']
/src/spdm-rs/fuzz-target/requester/digest_req/src/main.rs [] []
/src/spdm-rs/external/ring/src/polyfill/test.rs [] []
/src/spdm-rs/external/ring/tests/quic_tests.rs [] []
/src/spdm-rs/codec/src/lib.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/get_measurements_req.rs ['measurement_req'] []
/src/spdm-rs/idekm/src/pci_idekm.rs [] []
/src/spdm-rs/spdmlib/src/crypto/spdm_ring/hkdf_impl.rs [] []
/src/spdm-rs/external/ring/src/aead/chacha/ffi.rs [] []
/src/spdm-rs/spdmlib/src/message/certificate_test.rs [] []
/src/spdm-rs/external/ring/src/pkcs8.rs [] []
/src/spdm-rs/external/ring/src/aead/poly1305.rs [] []
/src/spdm-rs/external/ring/src/rsa.rs [] []
/src/spdm-rs/external/ring/src/testutil.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'get_encapsulated_request_rsp', 'version_rsp', 'certificate_req', 'digest_req', 'key_update_req', 'measurement_req', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'psk_finish_rsp', 'key_exchange_req', 'keyexchange_rsp', 'certificate_rsp', 'psk_finish_req', 'finish_req', 'measurement_rsp', 'key_update_rsp', 'encapsulated_request_certificate_req'] ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'get_encapsulated_request_rsp', 'version_rsp', 'certificate_req', 'digest_req', 'key_update_req', 'measurement_req', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'psk_finish_rsp', 'key_exchange_req', 'keyexchange_rsp', 'certificate_rsp', 'psk_finish_req', 'finish_req', 'measurement_rsp', 'key_update_rsp', 'encapsulated_request_certificate_req']
/src/spdm-rs/external/ring/src/polyfill/array_split_map.rs [] []
/src/spdm-rs/test/spdmlib-test/src/test_client_server.rs [] []
/src/spdm-rs/external/ring/src/aead/shift.rs [] []
/src/spdm-rs/external/webpki/src/time.rs ['fuzz_x509v3'] []
/src/spdm-rs/spdmlib/src/requester/encap_req.rs [] []
/src/spdm-rs/spdmlib/src/common/spdm_codec.rs ['challenge_rsp', 'version_rsp', 'capability_rsp', 'algorithm_rsp', 'certificate_rsp', 'measurement_rsp'] []
/src/spdm-rs/fuzz-target/requester/version_req/src/main.rs ['version_req'] ['version_req']
/src/spdm-rs/tdisp/src/pci_tdisp_requester/pci_tdisp_req_get_device_interface_state.rs [] []
/src/spdm-rs/spdmlib/src/requester/challenge_req.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/get_capabilities_req.rs ['capability_req'] []
/src/spdm-rs/external/ring/src/arithmetic/constant.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_version.rs [] []
/src/spdm-rs/spdmlib/src/responder/heartbeat_rsp.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/psk_finish_rsp.rs ['psk_finish_rsp'] []
/src/spdm-rs/spdmlib/src/crypto/spdm_ring/cert_operation_impl.rs [] []
/src/spdm-rs/fuzz-target/requester/vendor_req/src/main.rs ['vendor_req'] ['vendor_req']
/src/spdm-rs/tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_set_mmio_attribute_request.rs [] []
/src/spdm-rs/spdmlib/src/requester/encap_digest.rs [] []
/src/spdm-rs/fuzz-target/responder/capability_rsp/src/main.rs ['capability_rsp'] ['capability_rsp']
/src/spdm-rs/external/ring/src/ec/suite_b/ecdsa/verification.rs [] []
/src/spdm-rs/external/ring/src/ec/curve25519/ed25519/verification.rs [] []
/src/spdm-rs/external/webpki/src/budget.rs [] []
/src/spdm-rs/external/ring/tests/error_tests.rs [] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/digest_rsp.rs [] []
/src/spdm-rs/external/ring/src/hkdf.rs [] []
/src/spdm-rs/external/ring/src/tests/bits_tests.rs [] []
/src/spdm-rs/idekm/src/pci_ide_km_requester/pci_ide_km_req_key_set_stop.rs [] []
/src/spdm-rs/spdmlib/src/message/key_update_test.rs [] []
/src/spdm-rs/external/ring/src/aead/unbound_key.rs [] []
/src/spdm-rs/external/ring/src/limb.rs [] []
/src/spdm-rs/external/ring/src/ec/suite_b/private_key.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/heartbeat_rsp.rs ['heartbeat_rsp'] []
/src/spdm-rs/spdmlib/src/crypto/crypto_tests.rs [] []
/src/spdm-rs/external/ring/src/rsa/padding.rs [] []
/src/spdm-rs/external/ring/src/error/into_unspecified.rs [] []
/src/spdm-rs/external/ring/src/digest/dynstate.rs [] []
/src/spdm-rs/test/spdm-responder-emu/src/spdm_device_idekm_example.rs [] []
/src/spdm-rs/idekm/src/pci_ide_km_responder/pci_ide_km_rsp_dispatcher.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/version_req.rs ['version_req'] []
/src/spdm-rs/spdmlib/src/message/measurement_test.rs [] []
/src/spdm-rs/test/spdmlib-test/src/protocol/digest.rs [] []
/src/spdm-rs/external/ring/src/pbkdf2.rs [] []
/src/spdm-rs/spdmlib/src/protocol/algo.rs ['challenge_rsp', 'version_rsp', 'measurement_req', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'certificate_rsp', 'psk_finish_req', 'finish_req', 'measurement_rsp', 'key_update_rsp'] ['challenge_rsp', 'version_rsp', 'measurement_req', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'certificate_rsp', 'psk_finish_req', 'finish_req', 'measurement_rsp', 'key_update_rsp']
/src/spdm-rs/test/spdmlib-test/src/responder_tests/capability_rsp.rs ['capability_rsp'] []
/src/spdm-rs/external/ring/src/ec/curve25519/ed25519.rs [] []
/src/spdm-rs/spdmlib/src/common/opaque.rs ['pskexchange_rsp', 'keyexchange_rsp'] ['pskexchange_rsp', 'keyexchange_rsp']
/src/spdm-rs/spdmlib/src/responder/algorithm_rsp.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/psk_finish_req.rs ['psk_finish_req', 'finish_req'] []
/src/spdm-rs/spdmlib/src/responder/finish_rsp.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/fuzz_x509v3.rs ['fuzz_x509v3'] []
/src/spdm-rs/external/ring/bench/rsa.rs [] []
/src/spdm-rs/fuzz-target/responder/challenge_rsp/src/main.rs ['challenge_rsp'] ['challenge_rsp']
/src/spdm-rs/external/webpki/src/end_entity.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/deliver_encapsulated_response_digest_rsp.rs ['deliver_encapsulated_response_digest_rsp'] []
/src/spdm-rs/idekm/src/pci_ide_km_responder/pci_ide_km_rsp_key_set_stop.rs [] []
/src/spdm-rs/spdmlib/src/crypto/fips/cavs_vectors/rsa_sig_ver.rs [] []
/src/spdm-rs/external/ring/src/aead/aes/hw.rs [] []
/src/spdm-rs/external/ring/src/ec/suite_b/ecdsa/signing.rs [] []
/src/spdm-rs/external/ring/src/rsa/keypair_components.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/capability_req.rs ['capability_req'] []
/src/spdm-rs/tdisp/src/pci_tdisp_requester/pci_tdisp_req_unbind_p2p_stream_request.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/keyexchange_rsp.rs ['keyexchange_rsp'] []
/src/spdm-rs/external/ring/src/aead/overlapping/array.rs [] []
/src/spdm-rs/external/ring/src/aead/overlapping/base.rs [] []
/src/spdm-rs/test/spdmlib-test/src/protocol/challenge.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_start_interface_request.rs [] []
/src/spdm-rs/spdmlib/src/responder/psk_exchange_rsp.rs [] []
/src/spdm-rs/spdmlib/src/requester/mutual_authenticate.rs [] []
/src/spdm-rs/spdmlib_crypto_mbedtls/mbedtls-platform-support/src/self_test.rs [] []
/src/spdm-rs/spdmlib/src/time/mod.rs [] []
/src/spdm-rs/fuzz-target/requester/finish_req/src/main.rs [] []
/src/spdm-rs/spdmlib/src/responder/vendor_rsp.rs ['vendor_rsp'] ['vendor_rsp']
/src/spdm-rs/external/webpki/tests/cert_without_extensions.rs [] []
/src/spdm-rs/external/ring/src/digest/sha2/sha2_32.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/algorithm_req.rs ['algorithm_req'] []
/src/spdm-rs/external/ring/src/bssl.rs [] []
/src/spdm-rs/spdmlib/src/requester/get_measurements_req.rs [] []
/src/spdm-rs/spdmlib/src/crypto/fips/aead_st/mod.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/vendor_req.rs ['vendor_req'] []
/src/spdm-rs/external/ring/src/ec/suite_b/ops/elem.rs [] []
/src/spdm-rs/external/webpki/src/verify_cert.rs [] []
/src/spdm-rs/spdmlib/src/requester/encap_certificate.rs [] []
/src/spdm-rs/external/webpki/tests/integration.rs [] []
/src/spdm-rs/external/ring/src/aead/sealing_key.rs [] []
/src/spdm-rs/external/webpki/src/cert.rs [] []
/src/spdm-rs/external/ring/src/aead/chacha20_poly1305/integrated.rs [] []
/src/spdm-rs/external/ring/src/aead/aes_gcm/aarch64.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_requester/pci_tdisp_req_get_tdisp_capabilities.rs [] []
/src/spdm-rs/external/ring/tests/constant_time_tests.rs [] []
/src/spdm-rs/test/spdm-emu/src/socket_io_transport.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp'] []
/src/spdm-rs/fuzz-target/fuzzlib/src/secret.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/encap_digest.rs ['encapsulated_request_digest_req', 'digest_req'] []
/src/spdm-rs/fuzz-target/requester/key_update_req/src/main.rs ['key_update_req'] ['key_update_req']
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/challenge_req.rs ['challenge_req'] []
/src/spdm-rs/tdisp/src/pci_tdisp_requester/pci_tdisp_req_stop_interface_request.rs [] []
/src/spdm-rs/external/ring/src/polyfill/cstr.rs [] []
/src/spdm-rs/spdmlib/src/requester/key_update_req.rs [] []
/src/spdm-rs/external/ring/src/rsa/public_key.rs [] []
/src/spdm-rs/spdmlib/src/protocol/version.rs [] []
/src/spdm-rs/external/ring/src/aead/opening_key.rs [] []
/src/spdm-rs/external/ring/src/aead/chacha20_poly1305_openssh.rs [] []
/src/spdm-rs/spdmlib/src/responder/encap_get_certificate.rs [] []
/src/spdm-rs/external/ring/src/rsa/public_exponent.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/key_update_req.rs [] []
/src/spdm-rs/external/ring/src/polyfill/leading_zeros_skipped.rs [] []
/src/spdm-rs/test/spdm-emu/src/lib.rs [] []
/src/spdm-rs/spdmlib/src/responder/end_session_rsp.rs [] []
/src/spdm-rs/external/ring/src/rsa/padding/pkcs1.rs [] []
/src/spdm-rs/external/ring/src/aead/chacha20_poly1305/mod.rs [] []
/src/spdm-rs/external/ring/src/cpu/arm.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/finish_rsp.rs ['finish_rsp'] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/certificate_rsp.rs ['certificate_rsp'] []
/src/spdm-rs/spdmlib/src/message/capability.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/heartbeat_req.rs ['heartbeat_req'] []
/src/spdm-rs/external/ring/src/arithmetic/limbs/x86_64/mont.rs [] []
/src/spdm-rs/fuzz-target/requester/end_session_req/src/main.rs ['end_session_req'] ['end_session_req']
/src/spdm-rs/spdmlib/src/message/algorithm_test.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_requester/pci_tdisp_req_get_tdisp_version.rs [] []
/src/spdm-rs/external/ring/src/aead/poly1305/ffi_arm_neon.rs [] []
/src/spdm-rs/external/ring/src/aead/overlapping/partial_block.rs [] []
/src/spdm-rs/external/ring/src/rsa/public_key_components.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/key_exchange_req.rs ['key_exchange_req'] []
/src/spdm-rs/test/spdmlib-test/src/watchdog_impl_sample.rs [] []
/src/spdm-rs/fuzz-target/responder/pskexchange_rsp/src/main.rs ['pskexchange_rsp'] ['pskexchange_rsp']
/src/spdm-rs/spdmlib/src/message/digest_test.rs [] []
/src/spdm-rs/external/webpki/tests/cert_v1_unsupported.rs [] []
/src/spdm-rs/test/spdm-responder-emu/src/main.rs [] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/context.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'get_encapsulated_request_rsp', 'version_rsp', 'certificate_req', 'digest_req', 'key_update_req', 'measurement_req', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'psk_finish_rsp', 'key_exchange_req', 'keyexchange_rsp', 'certificate_rsp', 'psk_finish_req', 'finish_req', 'measurement_rsp', 'key_update_rsp', 'encapsulated_request_certificate_req'] []
/src/spdm-rs/external/ring/src/digest/sha2/sha2_64.rs [] []
/src/spdm-rs/external/webpki/src/signed_data.rs [] []
/src/spdm-rs/spdmlib/src/requester/key_exchange_req.rs [] []
/src/spdm-rs/spdmlib/src/message/encapsulated.rs [] []
/src/spdm-rs/external/ring/src/ec/curve25519/x25519.rs [] []
/src/spdm-rs/external/ring/src/aead/gcm/ffi.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/get_version_req.rs ['version_req'] []
/src/spdm-rs/external/ring/src/io/der_writer.rs [] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/heartbeat_rsp.rs ['heartbeat_rsp'] []
/src/spdm-rs/spdmlib/src/responder/version_rsp.rs [] []
/src/spdm-rs/fuzz-target/requester/key_exchange_req/src/main.rs ['key_exchange_req'] ['key_exchange_req']
/src/spdm-rs/external/ring/src/arithmetic/bigint.rs [] []
/src/spdm-rs/external/ring/src/aead/chacha/fallback.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/measurement_rsp.rs ['measurement_rsp'] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/encap_certificate.rs ['certificate_req', 'encapsulated_request_certificate_req'] []
/src/spdm-rs/test/spdmlib-test/src/protocol/capability.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_vdm_response.rs [] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/algorithm_rsp.rs ['algorithm_rsp'] []
/src/spdm-rs/spdmlib/src/watchdog/mod.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_stop_interface_request.rs [] []
/src/spdm-rs/external/ring/src/ec/suite_b/ops.rs [] []
/src/spdm-rs/spdmlib/src/message/vendor.rs ['challenge_rsp', 'version_rsp', 'vendor_rsp', 'capability_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'certificate_rsp', 'measurement_rsp'] []
/src/spdm-rs/external/ring/src/arithmetic/limbs512/storage.rs [] []
/src/spdm-rs/external/ring/src/rsa/verification.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/encapsulated_request_req.rs ['encapsulated_request_req'] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/psk_exchange_req.rs ['psk_exchange_req'] []
/src/spdm-rs/external/ring/src/digest/sha1.rs [] []
/src/spdm-rs/idekm/src/pci_ide_km_responder/pci_ide_km_rsp_key_set_go.rs [] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/psk_exchange_req.rs ['psk_exchange_req'] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/vendor_req.rs ['vendor_req'] []
/src/spdm-rs/external/ring/src/aead/gcm.rs [] []
/src/spdm-rs/external/ring/tests/aead_tests.rs [] []
/src/spdm-rs/spdmlib/src/responder/context.rs [] []
/src/spdm-rs/external/ring/src/error/key_rejected.rs [] []
/src/spdm-rs/fuzz-target/fuzzlib/src/fake_aead_impl.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/end_session_req.rs ['end_session_req'] []
/src/spdm-rs/external/ring/src/aead/aes.rs [] []
/src/spdm-rs/spdmlib/src/responder/encap_get_digest.rs [] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/psk_finish_rsp.rs ['psk_finish_rsp'] []
/src/spdm-rs/spdmlib/src/requester/context.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_requester/pci_tdisp_req_set_mmio_attribute_request.rs [] []
/src/spdm-rs/spdmlib/src/message/version_test.rs [] []
/src/spdm-rs/external/ring/tests/rsa_tests.rs [] []
/src/spdm-rs/fuzz-target/responder/finish_rsp/src/main.rs ['finish_rsp'] ['finish_rsp']
/src/spdm-rs/external/ring/bench/aead.rs [] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/psk_exchange_rsp.rs ['pskexchange_rsp'] []
/src/spdm-rs/tdisp/src/pci_tdisp.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp'] ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp']
/src/spdm-rs/spdmlib/src/requester/get_certificate_req.rs [] []
/src/spdm-rs/external/ring/src/arithmetic/n0.rs [] []
/src/spdm-rs/external/ring/src/aead/chacha.rs [] []
/src/spdm-rs/fuzz-target/pass_context/src/pass_responder.rs [] []
/src/spdm-rs/external/ring/src/ec/keys.rs [] []
/src/spdm-rs/spdmlib/src/secret/mod.rs ['psk_finish_req', 'finish_req', 'key_update_rsp'] []
/src/spdm-rs/spdmlib_crypto_mbedtls/src/dhe_impl.rs [] []
/src/spdm-rs/external/ring/src/polyfill/array_flat_map.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_requester/pci_tdisp_req_lock_interface_request.rs [] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/end_session_rsp.rs ['end_session_rsp'] []
/src/spdm-rs/spdmlib/src/requester/get_digests_req.rs [] []
/src/spdm-rs/external/ring/src/error/mod.rs [] []
/src/spdm-rs/spdmlib/src/responder/capability_rsp.rs [] []
/src/spdm-rs/spdmlib/src/responder/key_update_rsp.rs [] []
/src/spdm-rs/external/ring/src/polyfill/slice/as_chunks_mut.rs [] []
/src/spdm-rs/external/webpki/tests/name_tests.rs [] []
/src/spdm-rs/fuzz-target/requester/encapsulated_request_req/src/main.rs ['encapsulated_request_req'] ['encapsulated_request_req']
/src/spdm-rs/fuzz-target/requester/certificate_req/src/main.rs [] []
/src/spdm-rs/external/webpki/rcgen-tests/tests/dos.rs [] []
/src/spdm-rs/external/ring/src/digest.rs [] []
/src/spdm-rs/fuzz-target/responder/algorithm_rsp/src/main.rs ['algorithm_rsp'] ['algorithm_rsp']
/src/spdm-rs/external/ring/tests/ecdsa_tests.rs [] []
/src/spdm-rs/spdmlib/src/message/error.rs [] []
/src/spdm-rs/spdmlib/src/crypto/spdm_ring/dhe_impl.rs [] []
/src/spdm-rs/fuzz-target/requester/encapsulated_request_digest_req/src/main.rs ['encapsulated_request_digest_req', 'digest_req'] ['encapsulated_request_digest_req']
/src/spdm-rs/executor/src/lib.rs [] []
/src/spdm-rs/sys_time/src/rtc.rs [] []
/src/spdm-rs/test/spdm-emu/src/spdm_emu.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_requester/pci_tdisp_req_start_interface_request.rs [] []
/src/spdm-rs/external/ring/src/io/writer.rs [] []
/src/spdm-rs/spdmlib/src/crypto/spdm_ring/rand_impl.rs [] []
/src/spdm-rs/spdmlib/src/protocol/capability.rs [] []
/src/spdm-rs/fuzz-target/fuzzlib/src/fake_hkdf_impl.rs [] []
/src/spdm-rs/spdmlib/src/message/finish.rs [] []
/src/spdm-rs/spdmlib/src/requester/vendor_req.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/deliver_encapsulated_response_certificate_rsp.rs ['deliver_encapsulated_response_certificate_rsp'] []
/src/spdm-rs/test/spdmlib-test/src/common/secret_callback.rs [] []
/src/spdm-rs/external/webpki/src/name/ip_address.rs [] []
/src/spdm-rs/tdisp/src/pci_tdisp_responder/pci_tdisp_rsp_tdisp_capabilities.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp'] []
/src/spdm-rs/fuzz-target/responder/deliver_encapsulated_response_rsp/src/main.rs ['deliver_encapsulated_response_rsp'] ['deliver_encapsulated_response_rsp']
/src/spdm-rs/test/spdmlib-test/src/responder_tests/encap_get_certificate.rs ['deliver_encapsulated_response_certificate_rsp'] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/challenge_rsp.rs ['challenge_rsp'] []
/src/spdm-rs/test/spdmlib-test/src/requester_tests/negotiate_algorithms_req.rs ['algorithm_req'] []
/src/spdm-rs/external/ring/tests/signature_tests.rs [] []
/src/spdm-rs/fuzz-target/responder/deliver_encapsulated_response_digest_rsp/src/main.rs ['deliver_encapsulated_response_digest_rsp', 'digest_rsp'] ['deliver_encapsulated_response_digest_rsp']
/src/spdm-rs/external/ring/src/rand.rs [] []
/src/spdm-rs/external/webpki/tests/dns_name_tests.rs [] []
/src/spdm-rs/external/ring/src/polyfill/sliceutil.rs [] []
/src/spdm-rs/fuzz-target/requester/challenge_req/src/main.rs ['challenge_req'] ['challenge_req']
/src/spdm-rs/external/ring/src/polyfill/cold_error.rs [] []
/src/spdm-rs/test/spdmlib-test/src/responder_tests/measurement_rsp.rs ['measurement_rsp'] []
/src/spdm-rs/spdmlib/src/crypto/x509v3.rs ['fuzz_x509v3'] ['fuzz_x509v3']
/src/spdm-rs/test/spdm-requester-emu/src/main.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'deliver_encapsulated_response_digest_rsp', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'deliver_encapsulated_response_rsp', 'deliver_encapsulated_response_certificate_rsp', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'vendor_rsp', 'capability_rsp', 'finish_rsp', 'fuzz_x509v3', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'digest_rsp', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp'] []
/src/spdm-rs/test/spdmlib-test/src/test_library.rs [] []
/src/spdm-rs/spdmlib_crypto_mbedtls/mbedtls-platform-support/src/threading.rs ['challenge_req', 'challenge_rsp', 'encapsulated_request_digest_req', 'get_encapsulated_request_rsp', 'heartbeat_rsp', 'version_rsp', 'certificate_req', 'encapsulated_request_req', 'capability_req', 'digest_req', 'key_update_req', 'version_req', 'measurement_req', 'capability_rsp', 'finish_rsp', 'algorithm_rsp', 'heartbeat_req', 'psk_finish_rsp', 'key_exchange_req', 'pskexchange_rsp', 'keyexchange_rsp', 'end_session_req', 'algorithm_req', 'psk_exchange_req', 'certificate_rsp', 'psk_finish_req', 'finish_req', 'measurement_rsp', 'vendor_req', 'key_update_rsp', 'encapsulated_request_certificate_req', 'end_session_rsp'] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/key_update_rsp.rs ['key_update_rsp'] []
/src/spdm-rs/spdmlib/src/message/psk_finish.rs [] []
/src/spdm-rs/test/cavp_acvts_test/src/main.rs [] []
/src/spdm-rs/external/ring/src/ec/curve25519/ops.rs [] []
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/key_update_req.rs ['key_update_req'] []
/src/spdm-rs/spdmlib/src/message/respond_if_ready.rs [] []
/src/spdm-rs/external/ring/src/arithmetic/bigint/private_exponent.rs [] []

Directories in report

Directory
/src/spdm-rs/external/ring/src/aead/chacha20_poly1305/
/src/spdm-rs/external/webpki/rcgen-tests/tests/
/src/spdm-rs/spdmlib/src/responder/
/src/spdm-rs/test/spdmlib-test/src/protocol/
/src/spdm-rs/test/spdm-responder-emu/src/
/src/spdm-rs/fuzz-target/requester/encapsulated_request_req/src/
/src/spdm-rs/fuzz-target/pass_context/src/
/src/spdm-rs/spdmlib/src/time/
/src/spdm-rs/idekm/src/pci_ide_km_requester/
/src/spdm-rs/external/ring/src/arithmetic/limbs/x86_64/
/src/spdm-rs/idekm/src/
/src/spdm-rs/fuzz-target/requester/version_req/src/
/src/spdm-rs/spdmlib/src/watchdog/
/src/spdm-rs/fuzz-target/requester/algorithm_req/src/
/src/spdm-rs/spdmlib/src/requester/
/src/spdm-rs/fuzz-target/requester/key_update_req/src/
/src/spdm-rs/external/ring/src/aead/aes_gcm/
/src/spdm-rs/test/spdm-requester-emu/src/
/src/spdm-rs/external/ring/src/ec/suite_b/ops/
/src/spdm-rs/external/ring/src/digest/
/src/spdm-rs/fuzz-target/responder/deliver_encapsulated_response_rsp/src/
/src/spdm-rs/fuzz-target/requester/psk_exchange_req/src/
/src/spdm-rs/external/ring/src/aead/
/src/spdm-rs/fuzz-target/responder/digest_rsp/src/
/src/spdm-rs/fuzz-target/responder/key_update_rsp/src/
/src/spdm-rs/fuzz-target/requester/challenge_req/src/
/src/spdm-rs/fuzz-target/requester/end_session_req/src/
/src/spdm-rs/fuzz-target/requester/vendor_req/src/
/src/spdm-rs/tdisp/src/pci_tdisp_requester/
/src/spdm-rs/fuzz-target/requester/heartbeat_req/src/
/src/spdm-rs/spdmlib/src/protocol/
/src/spdm-rs/spdmlib/src/secret/
/src/spdm-rs/external/ring/src/aead/gcm/
/src/spdm-rs/external/ring/src/aead/aes/
/src/spdm-rs/external/webpki/src/name/
/src/spdm-rs/external/ring/src/ec/curve25519/ed25519/
/src/spdm-rs/fuzz-target/responder/deliver_encapsulated_response_certificate_rsp/src/
/src/spdm-rs/fuzz-target/fuzzlib/src/
/src/spdm-rs/external/ring/src/arithmetic/bigint/
/src/spdm-rs/external/ring/tests/
/src/spdm-rs/spdmlib/src/crypto/spdm_ring/
/src/spdm-rs/external/ring/src/cpu/
/src/spdm-rs/spdmlib/src/crypto/fips/aead_st/
/src/spdm-rs/executor/src/
/src/spdm-rs/external/ring/src/rsa/
/src/spdm-rs/external/ring/src/arithmetic/limbs512/
/src/spdm-rs/external/ring/cavp/tests/
/src/spdm-rs/fuzz-target/responder/end_session_rsp/src/
/src/spdm-rs/external/ring/src/aead/overlapping/
/src/spdm-rs/mctp_transport/src/
/src/spdm-rs/spdmlib_crypto_mbedtls/src/
/src/spdm-rs/external/ring/src/aead/chacha/
/src/spdm-rs/fuzz-target/requester/capability_req/src/
/src/spdm-rs/fuzz-target/requester/encapsulated_request_digest_req/src/
/src/spdm-rs/tdisp/src/
/src/spdm-rs/fuzz-target/responder/heartbeat_rsp/src/
/src/spdm-rs/fuzz-target/requester/encapsulated_request_certificate_req/src/
/src/spdm-rs/fuzz-target/responder/capability_rsp/src/
/src/spdm-rs/external/ring/src/rsa/padding/
/src/spdm-rs/fuzz-target/responder/vendor_rsp/src/
/src/spdm-rs/external/ring/src/ec/curve25519/
/src/spdm-rs/spdmlib/fuzz/fuzz_targets/
/src/spdm-rs/fuzz-target/responder/keyexchange_rsp/src/
/src/spdm-rs/test/spdmlib-test/src/requester_tests/
/src/spdm-rs/fuzz-target/responder/measurement_rsp/src/
/src/spdm-rs/external/ring/src/arithmetic/
/src/spdm-rs/test/spdm-emu/src/
/src/spdm-rs/sys_time/src/
/src/spdm-rs/fuzz-target/requester/finish_req/src/
/src/spdm-rs/external/ring/
/src/spdm-rs/idekm/src/pci_ide_km_responder/
/src/spdm-rs/fuzz-target/responder/certificate_rsp/src/
/src/spdm-rs/fuzz-target/responder/challenge_rsp/src/
/src/spdm-rs/fuzz-target/requester/measurement_req/src/
/src/spdm-rs/test/spdmlib-test/src/
/src/spdm-rs/external/ring/src/ec/suite_b/ecdsa/
/src/spdm-rs/test/spdmlib-test/src/responder_tests/
/src/spdm-rs/fuzz-target/requester/certificate_req/src/
/src/spdm-rs/pcidoe_transport/src/
/src/spdm-rs/test/cavp_acvts_test/src/
/src/spdm-rs/fuzz-target/requester/key_exchange_req/src/
/src/spdm-rs/external/ring/src/aead/poly1305/
/src/spdm-rs/test/spdmlib-test/src/common/
/src/spdm-rs/spdmlib/src/crypto/
/src/spdm-rs/external/ring/src/error/
/src/spdm-rs/fuzz-target/responder/algorithm_rsp/src/
/src/spdm-rs/external/ring/src/polyfill/once_cell/
/src/spdm-rs/external/ring/src/ec/suite_b/
/src/spdm-rs/fuzz-target/responder/version_rsp/src/
/src/spdm-rs/spdmlib/src/common/
/src/spdm-rs/spdmlib/src/crypto/fips/cavs_vectors/
/src/spdm-rs/external/ring/src/polyfill/slice/
/src/spdm-rs/fuzz-target/responder/pskexchange_rsp/src/
/src/spdm-rs/spdmlib/src/crypto/fips/asym_verify_st/
/src/spdm-rs/external/ring/src/bb/
/src/spdm-rs/spdmlib_crypto_mbedtls/mbedtls-platform-support/src/
/src/spdm-rs/external/ring/src/polyfill/
/src/spdm-rs/codec/src/
/src/spdm-rs/external/ring/src/ec/
/src/spdm-rs/spdmlib/src/
/src/spdm-rs/external/ring/src/
/src/spdm-rs/fuzz-target/responder/finish_rsp/src/
/src/spdm-rs/fuzz-target/responder/deliver_encapsulated_response_digest_rsp/src/
/src/spdm-rs/fuzz-target/random_requester/src/
/src/spdm-rs/external/webpki/tests/
/src/spdm-rs/fuzz-target/responder/get_encapsulated_request_rsp/src/
/src/spdm-rs/external/ring/src/io/
/src/spdm-rs/fuzz-target/responder/psk_finish_rsp/src/
/src/spdm-rs/spdmlib/src/message/
/src/spdm-rs/external/ring/src/tests/
/src/spdm-rs/external/ring/src/digest/sha2/
/src/spdm-rs/spdmlib/
/src/spdm-rs/fuzz-target/requester/psk_finish_req/src/
/src/spdm-rs/tdisp/src/pci_tdisp_responder/
/src/spdm-rs/external/ring/bench/
/src/spdm-rs/external/ring/src/cpu/arm/
/src/spdm-rs/fuzz-target/requester/digest_req/src/
/src/spdm-rs/external/webpki/src/

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
challenge_req fuzzerLogFile-challenge_req.data fuzzerLogFile-challenge_req.data.yaml challenge_req.covreport
challenge_rsp fuzzerLogFile-challenge_rsp.data fuzzerLogFile-challenge_rsp.data.yaml challenge_rsp.covreport
encapsulated_request_digest_req fuzzerLogFile-encapsulated_request_digest_req.data fuzzerLogFile-encapsulated_request_digest_req.data.yaml encapsulated_request_digest_req.covreport
deliver_encapsulated_response_digest_rsp fuzzerLogFile-deliver_encapsulated_response_digest_rsp.data fuzzerLogFile-deliver_encapsulated_response_digest_rsp.data.yaml deliver_encapsulated_response_digest_rsp.covreport
get_encapsulated_request_rsp fuzzerLogFile-get_encapsulated_request_rsp.data fuzzerLogFile-get_encapsulated_request_rsp.data.yaml get_encapsulated_request_rsp.covreport
heartbeat_rsp fuzzerLogFile-heartbeat_rsp.data fuzzerLogFile-heartbeat_rsp.data.yaml heartbeat_rsp.covreport
version_rsp fuzzerLogFile-version_rsp.data fuzzerLogFile-version_rsp.data.yaml version_rsp.covreport
certificate_req fuzzerLogFile-certificate_req.data fuzzerLogFile-certificate_req.data.yaml certificate_req.covreport
encapsulated_request_req fuzzerLogFile-encapsulated_request_req.data fuzzerLogFile-encapsulated_request_req.data.yaml encapsulated_request_req.covreport
deliver_encapsulated_response_rsp fuzzerLogFile-deliver_encapsulated_response_rsp.data fuzzerLogFile-deliver_encapsulated_response_rsp.data.yaml deliver_encapsulated_response_rsp.covreport
deliver_encapsulated_response_certificate_rsp fuzzerLogFile-deliver_encapsulated_response_certificate_rsp.data fuzzerLogFile-deliver_encapsulated_response_certificate_rsp.data.yaml deliver_encapsulated_response_certificate_rsp.covreport
capability_req fuzzerLogFile-capability_req.data fuzzerLogFile-capability_req.data.yaml capability_req.covreport
digest_req fuzzerLogFile-digest_req.data fuzzerLogFile-digest_req.data.yaml digest_req.covreport
key_update_req fuzzerLogFile-key_update_req.data fuzzerLogFile-key_update_req.data.yaml key_update_req.covreport
version_req fuzzerLogFile-version_req.data fuzzerLogFile-version_req.data.yaml version_req.covreport
measurement_req fuzzerLogFile-measurement_req.data fuzzerLogFile-measurement_req.data.yaml measurement_req.covreport
vendor_rsp fuzzerLogFile-vendor_rsp.data fuzzerLogFile-vendor_rsp.data.yaml vendor_rsp.covreport
capability_rsp fuzzerLogFile-capability_rsp.data fuzzerLogFile-capability_rsp.data.yaml capability_rsp.covreport
finish_rsp fuzzerLogFile-finish_rsp.data fuzzerLogFile-finish_rsp.data.yaml finish_rsp.covreport
fuzz_x509v3 fuzzerLogFile-fuzz_x509v3.data fuzzerLogFile-fuzz_x509v3.data.yaml fuzz_x509v3.covreport
algorithm_rsp fuzzerLogFile-algorithm_rsp.data fuzzerLogFile-algorithm_rsp.data.yaml algorithm_rsp.covreport
heartbeat_req fuzzerLogFile-heartbeat_req.data fuzzerLogFile-heartbeat_req.data.yaml heartbeat_req.covreport
psk_finish_rsp fuzzerLogFile-psk_finish_rsp.data fuzzerLogFile-psk_finish_rsp.data.yaml psk_finish_rsp.covreport
key_exchange_req fuzzerLogFile-key_exchange_req.data fuzzerLogFile-key_exchange_req.data.yaml key_exchange_req.covreport
pskexchange_rsp fuzzerLogFile-pskexchange_rsp.data fuzzerLogFile-pskexchange_rsp.data.yaml pskexchange_rsp.covreport
keyexchange_rsp fuzzerLogFile-keyexchange_rsp.data fuzzerLogFile-keyexchange_rsp.data.yaml keyexchange_rsp.covreport
end_session_req fuzzerLogFile-end_session_req.data fuzzerLogFile-end_session_req.data.yaml end_session_req.covreport
algorithm_req fuzzerLogFile-algorithm_req.data fuzzerLogFile-algorithm_req.data.yaml algorithm_req.covreport
psk_exchange_req fuzzerLogFile-psk_exchange_req.data fuzzerLogFile-psk_exchange_req.data.yaml psk_exchange_req.covreport
certificate_rsp fuzzerLogFile-certificate_rsp.data fuzzerLogFile-certificate_rsp.data.yaml certificate_rsp.covreport
psk_finish_req fuzzerLogFile-psk_finish_req.data fuzzerLogFile-psk_finish_req.data.yaml psk_finish_req.covreport
digest_rsp fuzzerLogFile-digest_rsp.data fuzzerLogFile-digest_rsp.data.yaml digest_rsp.covreport
finish_req fuzzerLogFile-finish_req.data fuzzerLogFile-finish_req.data.yaml finish_req.covreport
measurement_rsp fuzzerLogFile-measurement_rsp.data fuzzerLogFile-measurement_rsp.data.yaml measurement_rsp.covreport
vendor_req fuzzerLogFile-vendor_req.data fuzzerLogFile-vendor_req.data.yaml vendor_req.covreport
key_update_rsp fuzzerLogFile-key_update_rsp.data fuzzerLogFile-key_update_rsp.data.yaml key_update_rsp.covreport
encapsulated_request_certificate_req fuzzerLogFile-encapsulated_request_certificate_req.data fuzzerLogFile-encapsulated_request_certificate_req.data.yaml encapsulated_request_certificate_req.covreport
end_session_rsp fuzzerLogFile-end_session_rsp.data fuzzerLogFile-end_session_rsp.data.yaml end_session_rsp.covreport