Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
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
challenge_rsp spdmlib/fuzz/fuzz_targets/challenge_rsp.rs 51 2660 14 31 0 8 challenge_rsp.rs
heartbeat_rsp spdmlib/fuzz/fuzz_targets/heartbeat_rsp.rs 54 2658 9 17 0 7 heartbeat_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
challenge_req spdmlib/fuzz/fuzz_targets/challenge_req.rs 53 2661 10 24 0 10 challenge_req.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
version_rsp spdmlib/fuzz/fuzz_targets/version_rsp.rs 46 2662 14 30 0 8 version_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
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
digest_req spdmlib/fuzz/fuzz_targets/digest_req.rs 65 2655 11 24 0 9 digest_req.rs
vendor_rsp spdmlib/fuzz/fuzz_targets/vendor_rsp.rs 44 2661 9 16 0 7 vendor_rsp.rs
measurement_req spdmlib/fuzz/fuzz_targets/measurement_req.rs 75 2655 10 26 0 14 measurement_req.rs
key_update_req spdmlib/fuzz/fuzz_targets/key_update_req.rs 10 2668 13 21 0 3 key_update_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
capability_req spdmlib/fuzz/fuzz_targets/capability_req.rs 39 2663 9 19 0 9 capability_req.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
key_exchange_req spdmlib/fuzz/fuzz_targets/key_exchange_req.rs 53 2661 10 24 0 14 key_exchange_req.rs
capability_rsp spdmlib/fuzz/fuzz_targets/capability_rsp.rs 40 2662 14 29 0 7 capability_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
algorithm_rsp spdmlib/fuzz/fuzz_targets/algorithm_rsp.rs 40 2662 14 29 0 7 algorithm_rsp.rs
version_req spdmlib/fuzz/fuzz_targets/version_req.rs 42 2661 9 18 0 11 version_req.rs
psk_exchange_req spdmlib/fuzz/fuzz_targets/psk_exchange_req.rs 43 2663 9 18 0 12 psk_exchange_req.rs
end_session_req spdmlib/fuzz/fuzz_targets/end_session_req.rs 55 2659 9 19 0 9 end_session_req.rs
certificate_rsp spdmlib/fuzz/fuzz_targets/certificate_rsp.rs 64 2656 14 31 0 8 certificate_rsp.rs
keyexchange_rsp spdmlib/fuzz/fuzz_targets/keyexchange_rsp.rs 51 2660 11 31 0 8 keyexchange_rsp.rs
algorithm_req spdmlib/fuzz/fuzz_targets/algorithm_req.rs 40 2663 9 18 0 9 algorithm_req.rs
pskexchange_rsp spdmlib/fuzz/fuzz_targets/pskexchange_rsp.rs 56 2658 9 20 0 8 pskexchange_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
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
encapsulated_request_certificate_req spdmlib/fuzz/fuzz_targets/encapsulated_request_certificate_req.rs 64 2655 11 23 0 9 encapsulated_request_certificate_req.rs
key_update_rsp spdmlib/fuzz/fuzz_targets/key_update_rsp.rs 54 2658 13 24 0 7 key_update_rsp.rs
end_session_rsp spdmlib/fuzz/fuzz_targets/end_session_rsp.rs 54 2658 9 17 0 7 end_session_rsp.rs
finish_req spdmlib/fuzz/fuzz_targets/finish_req.rs 59 2658 9 26 0 9 finish_req.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: 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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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/deliver_encapsulated_response_digest_rsp.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/heartbeat_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/challenge_req.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/version_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/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/digest_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/measurement_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/deliver_encapsulated_response_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/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


spdmlib/fuzz/fuzz_targets/key_exchange_req.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/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/algorithm_rsp.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


spdmlib/fuzz/fuzz_targets/psk_exchange_req.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/certificate_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/algorithm_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/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/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/encapsulated_request_certificate_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/end_session_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


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

Directories in report

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