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.
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 | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
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 | 250 | 31.5% |
gold | [1:9] | 67 | 8.45% |
yellow | [10:29] | 2 | 0.25% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 473 | 59.7% |
All colors | 792 | 100 |
The followings are the branches where fuzzer fails to bypass.
Unique non-covered Complexity | Unique Reachable Complexities | Unique Reachable Functions | All non-covered Complexity | All Reachable Complexity | Function Name | Function Callsite | Blocked Branch |
---|---|---|---|---|---|---|---|
2707 | 2707 |
10 :
['std::__1::vector
|
2713 | 2738 |
Botan::EC_Group::EC_Group(std::__1::basic_string_view
|
call site: 00000 | /src/botan/src/lib/pubkey/ec_group/ec_group.cpp:417 |
600 | 626 |
10 :
['Botan::SHA1_F::(anonymous namespace)::F3(unsigned int, unsigned int&, unsigned int, unsigned int, unsigned int&, unsigned int)', 'std::__1::vector
|
600 | 626 | Botan::SHA_1::compress_n(unsignedcharconst*,unsignedlong) | call site: 00000 | /src/botan/src/lib/hash/sha1/sha1.cpp:80 |
448 | 607 |
5 :
['Botan::AES_192::vperm_key_schedule(unsigned char const*, unsigned long)', 'Botan::CPUID::is_little_endian()', 'Botan::CPUID::has_hw_aes()', 'Botan::(anonymous namespace)::aes_key_schedule(unsigned char const*, unsigned long, std::__1::vector
|
448 | 607 |
Botan::AES_192::key_schedule(std::__1::span
|
call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:913 |
443 | 602 |
5 :
['Botan::CPUID::is_little_endian()', 'Botan::CPUID::has_hw_aes()', 'Botan::(anonymous namespace)::aes_key_schedule(unsigned char const*, unsigned long, std::__1::vector
|
443 | 602 |
Botan::AES_128::key_schedule(std::__1::span
|
call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:850 |
443 | 602 |
5 :
['Botan::CPUID::is_little_endian()', 'Botan::CPUID::has_hw_aes()', 'Botan::(anonymous namespace)::aes_key_schedule(unsigned char const*, unsigned long, std::__1::vector
|
443 | 602 |
Botan::AES_256::key_schedule(std::__1::span
|
call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:976 |
337 | 337 |
3 :
['Botan::(anonymous namespace)::aes_decrypt_n(unsigned char const*, unsigned char*, unsigned long, std::__1::vector
|
337 | 337 | Botan::AES_128::decrypt_n(unsignedcharconst*,unsignedchar*,unsignedlong)const | call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:834 |
337 | 337 |
3 :
['Botan::(anonymous namespace)::aes_decrypt_n(unsigned char const*, unsigned char*, unsigned long, std::__1::vector
|
337 | 337 | Botan::AES_256::decrypt_n(unsignedcharconst*,unsignedchar*,unsignedlong)const | call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:960 |
332 | 332 |
3 :
['Botan::CPUID::has_vperm()', 'Botan::AES_128::vperm_encrypt_n(unsigned char const*, unsigned char*, unsigned long) const', 'Botan::(anonymous namespace)::aes_encrypt_n(unsigned char const*, unsigned char*, unsigned long, std::__1::vector
|
332 | 332 | Botan::AES_128::encrypt_n(unsignedcharconst*,unsignedchar*,unsignedlong)const | call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:816 |
332 | 332 |
3 :
['Botan::CPUID::has_vperm()', 'Botan::AES_192::vperm_encrypt_n(unsigned char const*, unsigned char*, unsigned long) const', 'Botan::(anonymous namespace)::aes_encrypt_n(unsigned char const*, unsigned char*, unsigned long, std::__1::vector
|
332 | 332 | Botan::AES_192::encrypt_n(unsignedcharconst*,unsignedchar*,unsignedlong)const | call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:879 |
332 | 332 |
3 :
['Botan::CPUID::has_vperm()', 'Botan::(anonymous namespace)::aes_encrypt_n(unsigned char const*, unsigned char*, unsigned long, std::__1::vector
|
332 | 332 | Botan::AES_256::encrypt_n(unsignedcharconst*,unsignedchar*,unsignedlong)const | call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:942 |
316 | 316 |
1 :
['std::__1::unique_ptr
|
952 | 4796 |
Botan::KDF::create(std::__1::basic_string_view
|
call site: 00000 | /src/botan/src/lib/kdf/kdf.cpp:81 |
316 | 316 |
1 :
['std::__1::unique_ptr
|
636 | 4434 |
Botan::KDF::create(std::__1::basic_string_view
|
call site: 00000 | /src/botan/src/lib/kdf/kdf.cpp:87 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/cryptofuzz/entry.cpp | 1 |
/src/cryptofuzz/driver.cpp | 1 |
/src/cryptofuzz/include/cryptofuzz/repository.h | 104 |
/src/cryptofuzz/executor.cpp | 201 |
/src/cryptofuzz/fuzzing-headers/include/fuzzing/datasource/id.hpp | 1 |
/src/cryptofuzz/./executor.h | 3 |
/src/cryptofuzz/components.cpp | 11 |
/src/cryptofuzz/include/cryptofuzz/generic.h | 3 |
/src/cryptofuzz/fuzzing-headers/include/fuzzing/datasource/datasource.hpp | 7 |
/src/cryptofuzz/options.cpp | 2 |
/src/cryptofuzz/include/cryptofuzz/operations.h | 6 |
/usr/local/bin/../include/c++/v1/optional | 4 |
/src/cryptofuzz/operation.cpp | 2 |
/src/cryptofuzz/repository.cpp | 2 |
/src/cryptofuzz/util.cpp | 6 |
/src/cryptofuzz/include/cryptofuzz/../../third_party/json/json.hpp | 50 |
/usr/local/bin/../include/c++/v1/exception | 1 |
/usr/include/boost/algorithm/hex.hpp | 3 |
/usr/include/boost/range/begin.hpp | 2 |
/usr/include/boost/range/end.hpp | 2 |
/src/cryptofuzz/./third_party/json/json.hpp | 5 |
/usr/local/bin/../include/c++/v1/stdlib.h | 1 |
/usr/local/bin/../include/c++/v1/math.h | 4 |
/src/cryptofuzz/tests.cpp | 2 |
/src/cryptofuzz/fuzzing-headers/include/fuzzing/memory.hpp | 1 |
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 | 250 | 31.5% |
gold | [1:9] | 67 | 8.45% |
yellow | [10:29] | 16 | 2.02% |
greenyellow | [30:49] | 32 | 4.04% |
lawngreen | 50+ | 427 | 53.9% |
All colors | 792 | 100 |
The followings are the branches where fuzzer fails to bypass.
Unique non-covered Complexity | Unique Reachable Complexities | Unique Reachable Functions | All non-covered Complexity | All Reachable Complexity | Function Name | Function Callsite | Blocked Branch |
---|---|---|---|---|---|---|---|
3536 | 3536 |
3 :
['__gmpn_toom63_mul', '__gmpn_toom53_mul', '__gmpn_toom42_mul'] |
3536 | 4253 | __gmpn_mul | call site: 00000 | /src/gmp-6.2.1/mpn/mul.c:339 |
2707 | 2707 |
10 :
['std::__1::vector
|
2713 | 2738 |
Botan::EC_Group::EC_Group(std::__1::basic_string_view
|
call site: 00000 | /src/botan/src/lib/pubkey/ec_group/ec_group.cpp:417 |
711 | 711 |
1 :
['__gmpn_toom42_mul'] |
711 | 711 | __gmpn_mul | call site: 00000 | /src/gmp-6.2.1/mpn/mul.c:264 |
708 | 708 |
1 :
['__gmpn_toom33_mul'] |
708 | 712 | __gmpn_mul | call site: 00000 | /src/gmp-6.2.1/mpn/mul.c:337 |
600 | 626 |
10 :
['Botan::SHA1_F::(anonymous namespace)::F3(unsigned int, unsigned int&, unsigned int, unsigned int, unsigned int&, unsigned int)', 'std::__1::vector
|
600 | 626 | Botan::SHA_1::compress_n(unsignedcharconst*,unsignedlong) | call site: 00000 | /src/botan/src/lib/hash/sha1/sha1.cpp:80 |
448 | 607 |
5 :
['Botan::AES_192::vperm_key_schedule(unsigned char const*, unsigned long)', 'Botan::CPUID::is_little_endian()', 'Botan::CPUID::has_hw_aes()', 'Botan::(anonymous namespace)::aes_key_schedule(unsigned char const*, unsigned long, std::__1::vector
|
448 | 607 |
Botan::AES_192::key_schedule(std::__1::span
|
call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:913 |
443 | 602 |
5 :
['Botan::CPUID::is_little_endian()', 'Botan::CPUID::has_hw_aes()', 'Botan::(anonymous namespace)::aes_key_schedule(unsigned char const*, unsigned long, std::__1::vector
|
443 | 602 |
Botan::AES_128::key_schedule(std::__1::span
|
call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:850 |
443 | 602 |
5 :
['Botan::CPUID::is_little_endian()', 'Botan::CPUID::has_hw_aes()', 'Botan::(anonymous namespace)::aes_key_schedule(unsigned char const*, unsigned long, std::__1::vector
|
443 | 602 |
Botan::AES_256::key_schedule(std::__1::span
|
call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:976 |
337 | 337 |
3 :
['Botan::(anonymous namespace)::aes_decrypt_n(unsigned char const*, unsigned char*, unsigned long, std::__1::vector
|
337 | 337 | Botan::AES_128::decrypt_n(unsignedcharconst*,unsignedchar*,unsignedlong)const | call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:834 |
337 | 337 |
3 :
['Botan::(anonymous namespace)::aes_decrypt_n(unsigned char const*, unsigned char*, unsigned long, std::__1::vector
|
337 | 337 | Botan::AES_256::decrypt_n(unsignedcharconst*,unsignedchar*,unsignedlong)const | call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:960 |
332 | 332 |
3 :
['Botan::CPUID::has_vperm()', 'Botan::AES_128::vperm_encrypt_n(unsigned char const*, unsigned char*, unsigned long) const', 'Botan::(anonymous namespace)::aes_encrypt_n(unsigned char const*, unsigned char*, unsigned long, std::__1::vector
|
332 | 332 | Botan::AES_128::encrypt_n(unsignedcharconst*,unsignedchar*,unsignedlong)const | call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:816 |
332 | 332 |
3 :
['Botan::CPUID::has_vperm()', 'Botan::AES_192::vperm_encrypt_n(unsigned char const*, unsigned char*, unsigned long) const', 'Botan::(anonymous namespace)::aes_encrypt_n(unsigned char const*, unsigned char*, unsigned long, std::__1::vector
|
332 | 332 | Botan::AES_192::encrypt_n(unsignedcharconst*,unsignedchar*,unsignedlong)const | call site: 00000 | /src/botan/src/lib/block/aes/aes.cpp:879 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
/src/cryptofuzz/entry.cpp | 1 |
/src/cryptofuzz/driver.cpp | 1 |
/src/cryptofuzz/include/cryptofuzz/repository.h | 104 |
/src/cryptofuzz/executor.cpp | 201 |
/src/cryptofuzz/fuzzing-headers/include/fuzzing/datasource/id.hpp | 1 |
/src/cryptofuzz/./executor.h | 3 |
/src/cryptofuzz/components.cpp | 11 |
/src/cryptofuzz/include/cryptofuzz/generic.h | 3 |
/src/cryptofuzz/fuzzing-headers/include/fuzzing/datasource/datasource.hpp | 7 |
/src/cryptofuzz/options.cpp | 2 |
/src/cryptofuzz/include/cryptofuzz/operations.h | 6 |
/usr/local/bin/../include/c++/v1/optional | 4 |
/src/cryptofuzz/operation.cpp | 2 |
/src/cryptofuzz/repository.cpp | 2 |
/src/cryptofuzz/util.cpp | 6 |
/src/cryptofuzz/include/cryptofuzz/../../third_party/json/json.hpp | 50 |
/usr/local/bin/../include/c++/v1/exception | 1 |
/usr/include/boost/algorithm/hex.hpp | 3 |
/usr/include/boost/range/begin.hpp | 2 |
/usr/include/boost/range/end.hpp | 2 |
/src/cryptofuzz/./third_party/json/json.hpp | 5 |
/usr/local/bin/../include/c++/v1/stdlib.h | 1 |
/usr/local/bin/../include/c++/v1/math.h | 4 |
/src/cryptofuzz/tests.cpp | 2 |
/src/cryptofuzz/fuzzing-headers/include/fuzzing/memory.hpp | 1 |
The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.
Func name | Functions filename | Arg count | Args | Function depth | hitcount | instr count | bb count | cyclomatic complexity | Reachable functions | Incoming references | total cyclomatic complexity | Unreached complexity |
---|---|---|---|---|---|---|---|---|---|---|---|---|
LLVMFuzzerCustomMutator
|
/src/cryptofuzz/mutator.cpp | 4 | ['char *', 'size_t', 'size_t', 'int'] | 41 | 0 | 33922 | 7637 | 4977 | 2250 | 0 | 10401 | 9612 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
This section shows analysis of runtime coverage data.
For futher technical details on how this section is generated, please see the Glossary .
Func name | Function total lines | Lines covered at runtime | percentage covered | Reached by fuzzers |
---|---|---|---|---|
Botan::(anonymousnamespace)::decode_tag(Botan::DataSource*,Botan::ASN1_Type&,Botan::ASN1_Class&) | 31 | 8 | 25.80% | [] |
Botan::CAST_128::encrypt_n(unsignedcharconst*,unsignedchar*,unsignedlong)const | 64 | 25 | 39.06% | [] |
Botan::TripleDES::encrypt_n(unsignedcharconst*,unsignedchar*,unsignedlong)const | 33 | 17 | 51.51% | [] |
Botan::SM4::encrypt_n(unsignedcharconst*,unsignedchar*,unsignedlong)const | 42 | 21 | 50.0% | [] |
Botan::SHA_1::compress_n(unsignedcharconst*,unsignedlong) | 114 | 9 | 7.894% | [] |
Botan::SHA_256::compress_digest(std::__1::vector
|
105 | 8 | 7.619% | [] |
Botan::SHA_512::compress_digest(std::__1::vector
|
116 | 5 | 4.310% | [] |
Botan::KDF::create(std::__1::basic_string_view
|
104 | 53 | 50.96% | [] |
Botan::EC_Group::verify_group(Botan::RandomNumberGenerator&,bool)const | 46 | 5 | 10.86% | [] |
Botan::ChaCha::chacha(unsignedchar*,unsignedlong,unsignedint*,unsignedlong) | 79 | 21 | 26.58% | [] |
Botan::GHASH::ghash_multiply(std::__1::vector
|
35 | 6 | 17.14% | [] |
cryptofuzz::ExecutorBase
|
72 | 25 | 34.72% | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
cryptofuzz::ExecutorBase
|
41 | 4 | 9.756% | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
cryptofuzz::ExecutorBase
|
32 | 5 | 15.62% | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
cryptofuzz::Options::Options(int,char**,std::__1::vector
|
274 | 29 | 10.58% | [] |
cryptofuzz::tests::test(cryptofuzz::operation::DSA_GenerateParametersconst&,std::__1::optional
|
38 | 5 | 13.15% | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
nettle_ctr_crypt | 51 | 7 | 13.72% | [] |
fat_init | 86 | 39 | 45.34% | [] |
get_x86_features | 47 | 23 | 48.93% | [] |
mpz_div_qr | 90 | 33 | 36.66% | [] |
ocb_checksum_n | 38 | 20 | 52.63% | [] |
_nettle_umac_l2 | 32 | 15 | 46.87% | [] |
_nettle_umac_l2_final | 42 | 20 | 47.61% | [] |
nettle_xts_encrypt_message | 32 | 16 | 50.0% | [] |
nettle_xts_decrypt_message | 33 | 16 | 48.48% | [] |
__gmpn_get_str | 61 | 18 | 29.50% | [] |
__gmpn_mul | 248 | 74 | 29.83% | [] |
__gmpn_mul_n | 56 | 16 | 28.57% | [] |
__gmpn_set_str | 51 | 26 | 50.98% | [] |
__gmpn_sqr | 58 | 15 | 25.86% | [] |
__gmpz_congruent_p | 88 | 47 | 53.40% | [] |
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
Source file | Reached by | Covered by |
---|---|---|
[] | [] | |
/src/gmp-6.2.1/mpn/set_str.c | [] | [] |
/usr/include/boost/multiprecision/detail/number_compare.hpp | [] | [] |
/src/botan/src/lib/utils/timer.cpp | [] | [] |
/src/botan/build/include/botan/numthry.h | [] | [] |
/src/botan/build/include/botan/internal/bit_ops.h | [] | [] |
/src/botan/build/include/botan/internal/monty.h | [] | [] |
/src/cryptofuzz/./mutatorpool.h | [] | [] |
/src/botan/build/include/botan/internal/blake2bmac.h | [] | [] |
/src/botan/build/include/botan/internal/md4.h | [] | [] |
/src/nettle-with-libgmp/gosthash94.c | [] | [] |
/src/botan/src/lib/asn1/asn1_oid.cpp | [] | [] |
/src/botan/build/include/botan/stream_cipher.h | [] | [] |
/src/nettle-with-libgmp/salsa20-128-set-key.c | [] | [] |
/src/gmp-6.2.1/mpn/toom53_mul.c | [] | [] |
/src/nettle-with-libgmp/ecc-mod-inv.c | [] | [] |
/src/nettle-with-mini-gmp/hmac.c | [] | [] |
/src/nettle-with-libgmp/ecc-curve448.c | [] | [] |
/src/nettle-with-mini-gmp/ripemd160.c | [] | [] |
/src/gmp-6.2.1/mpn/toom_eval_pm2.c | [] | [] |
/src/botan/build/include/botan/sym_algo.h | [] | [] |
/src/nettle-with-mini-gmp/cmac64.c | [] | [] |
/src/nettle-with-mini-gmp/salsa20-crypt-internal.c | [] | [] |
/src/nettle-with-mini-gmp/siv-cmac-aes256.c | [] | [] |
/usr/include/boost/type_index/stl_type_index.hpp | [] | [] |
/src/nettle-with-libgmp/ccm-aes192.c | [] | [] |
/src/botan/src/lib/hash/hash.cpp | [] | [] |
/src/nettle-with-mini-gmp/chacha-set-nonce.c | [] | [] |
/usr/include/boost/function/function_base.hpp | [] | [] |
/src/nettle-with-libgmp/gcm-camellia256.c | [] | [] |
/src/cryptofuzz/modules/botan/bn_ops.cpp | [] | [] |
/src/botan/build/include/botan/internal/shake_xof.h | [] | [] |
/src/nettle-with-mini-gmp/sm4.c | [] | [] |
/src/botan/src/lib/pk_pad/mgf1/mgf1.cpp | [] | [] |
/usr/local/bin/../include/c++/v1/initializer_list | [] | [] |
/src/botan/build/include/botan/pubkey.h | [] | [] |
/src/cryptofuzz/repository.cpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/botan/build/include/botan/internal/streebog.h | [] | [] |
/src/nettle-with-libgmp/hmac-sm3.c | [] | [] |
/src/gmp-6.2.1/mpz/realloc.c | [] | [] |
/src/nettle-with-libgmp/hmac-streebog.c | [] | [] |
/src/botan/build/include/botan/ec_group.h | [] | [] |
/src/nettle-with-mini-gmp/ecdsa-verify.c | [] | [] |
/src/nettle-with-libgmp/aes128-set-encrypt-key.c | [] | [] |
/src/nettle-with-libgmp/ecc-point-mul-g.c | [] | [] |
/src/nettle-with-mini-gmp/ctr.c | [] | [] |
/src/botan/build/include/botan/internal/xts.h | [] | [] |
/src/botan/src/lib/pubkey/workfactor.cpp | [] | [] |
/src/nettle-with-libgmp/hmac-sha224.c | [] | [] |
/src/nettle-with-mini-gmp/cbc-aes128-encrypt.c | [] | [] |
/src/gmp-6.2.1/mpn/toom_eval_pm2rexp.c | [] | [] |
/src/gmp-6.2.1/mpn/toom4_sqr.c | [] | [] |
/src/botan/src/lib/utils/ct_utils.cpp | [] | [] |
/src/gmp-6.2.1/mpz/roinit_n.c | [] | [] |
/src/nettle-with-mini-gmp/mini-gmp.c | [] | [] |
/src/nettle-with-mini-gmp/aes128-encrypt.c | [] | [] |
/src/botan/build/include/botan/internal/ctr.h | [] | [] |
/src/botan/src/lib/math/numbertheory/numthry.cpp | [] | [] |
/src/gmp-6.2.1/mpn/nussbaumer_mul.c | [] | [] |
/src/gmp-6.2.1/memory.c | [] | [] |
/usr/include/boost/algorithm/string/split.hpp | [] | [] |
/usr/include/boost/multiprecision/detail/number_base.hpp | [] | [] |
/src/nettle-with-mini-gmp/ripemd160-compress.c | [] | [] |
/src/botan/src/lib/entropy/entropy_srcs.cpp | [] | [] |
/src/botan/build/include/botan/internal/mp_asmi.h | [] | [] |
/src/nettle-with-mini-gmp/ccm-aes128.c | [] | [] |
/src/botan/src/lib/rng/hmac_drbg/hmac_drbg.cpp | [] | [] |
/src/nettle-with-mini-gmp/ccm-aes192.c | [] | [] |
/src/nettle-with-mini-gmp/dsa.c | [] | [] |
/src/botan/src/lib/utils/cpuid/cpuid_x86.cpp | [] | [] |
/src/botan/build/include/botan/internal/whirlpool.h | [] | [] |
/src/gmp-6.2.1/mpn/dcpi1_bdiv_q.c | [] | [] |
/src/botan/build/include/botan/internal/blowfish.h | [] | [] |
/src/botan/build/include/botan/internal/ocb.h | [] | [] |
/src/cryptofuzz/include/cryptofuzz/openssl_importer.h | [] | [] |
/src/nettle-with-mini-gmp/aes192-encrypt.c | [] | [] |
/src/gmp-6.2.1/mpz/./mul_i.h | [] | [] |
/src/botan/src/lib/block/aria/aria.cpp | [] | [] |
/src/botan/src/lib/pubkey/ed25519/ed25519.cpp | [] | [] |
/src/botan/build/include/botan/internal/pk_ops.h | [] | [] |
/src/nettle-with-libgmp/ecc-add-ehh.c | [] | [] |
/src/botan/src/lib/block/idea/idea_sse2/idea_sse2.cpp | [] | [] |
/src/botan/build/include/botan/internal/cascade.h | [] | [] |
/src/botan/build/include/botan/ecc_key.h | [] | [] |
/src/nettle-with-mini-gmp/ecc-eh-to-a.c | [] | [] |
/src/botan/src/lib/asn1/oid_map.cpp | [] | [] |
/src/gmp-6.2.1/mpn/toom6h_mul.c | [] | [] |
/src/botan/src/lib/kdf/prf_x942/prf_x942.cpp | [] | [] |
/src/nettle-with-mini-gmp/hmac-sha1.c | [] | [] |
/src/botan/build/include/botan/internal/mdx_hash.h | [] | [] |
/src/botan/src/lib/math/bigint/big_ops2.cpp | [] | [] |
/src/botan/build/include/botan/internal/eme.h | [] | [] |
/src/botan/build/include/botan/internal/ghash.h | [] | [] |
/src/botan/src/lib/entropy/rdseed/rdseed.cpp | [] | [] |
/src/nettle-with-mini-gmp/ccm.c | [] | [] |
/src/nettle-with-mini-gmp/memeql-sec.c | [] | [] |
/src/botan/build/include/botan/rfc4880.h | [] | [] |
/src/botan/build/include/botan/internal/hmac.h | [] | [] |
/src/cryptofuzz/include/cryptofuzz/wycheproof.h | [] | [] |
/usr/local/bin/../include/c++/v1/stdexcept | [] | [] |
/src/botan/build/include/botan/mem_ops.h | [] | [] |
/src/gmp-6.2.1/mpn/toom_couple_handling.c | [] | [] |
/usr/include/boost/assert/source_location.hpp | [] | [] |
/src/cryptofuzz/include/cryptofuzz/repository.h | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/nettle-with-libgmp/salsa20-crypt.c | [] | [] |
/src/nettle-with-libgmp/write-be32.c | [] | [] |
/src/gmp-6.2.1/mpn/mul.c | [] | [] |
/src/botan/build/include/botan/internal/rdseed.h | [] | [] |
/src/nettle-with-mini-gmp/ecc-size.c | [] | [] |
/src/botan/src/lib/block/cascade/cascade.cpp | [] | [] |
/src/botan/src/lib/mac/hmac/hmac.cpp | [] | [] |
/src/botan/src/lib/block/serpent/serpent_avx2/serpent_avx2.cpp | [] | [] |
/src/nettle-with-libgmp/curve448-eh-to-x.c | [] | [] |
/src/nettle-with-libgmp/camellia256-set-encrypt-key.c | [] | [] |
/src/botan/src/lib/hash/streebog/streebog.cpp | [] | [] |
/src/nettle-with-mini-gmp/sec-add-1.c | [] | [] |
/src/nettle-with-libgmp/siv-cmac-aes128.c | [] | [] |
/src/botan/src/lib/utils/os_utils.cpp | [] | [] |
/src/botan/src/lib/block/shacal2/shacal2_avx2/shacal2_avx2.cpp | [] | [] |
/src/nettle-with-libgmp/des.c | [] | [] |
/src/gmp-6.2.1/mpz/aorsmul.c | [] | [] |
/src/botan/build/include/botan/dh.h | [] | [] |
/src/nettle-with-mini-gmp/aes-invert-internal.c | [] | [] |
/src/cryptofuzz/driver.cpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/gmp-6.2.1/mpn/toom8_sqr.c | [] | [] |
/src/nettle-with-libgmp/curve25519-eh-to-x.c | [] | [] |
/src/botan/build/include/botan/internal/threefish_512.h | [] | [] |
/src/botan/src/lib/block/shacal2/shacal2.cpp | [] | [] |
/src/nettle-with-mini-gmp/pbkdf2-hmac-sha512.c | [] | [] |
/usr/include/boost/smart_ptr/detail/shared_count.hpp | [] | [] |
/src/gmp-6.2.1/mpz/set_ui.c | [] | [] |
/src/nettle-with-libgmp/aes-set-key-internal.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-secp256r1.c | [] | [] |
/src/nettle-with-libgmp/hmac-gosthash94.c | [] | [] |
/src/gmp-6.2.1/mpn/dcpi1_bdiv_qr.c | [] | [] |
/src/gmp-6.2.1/mpn/sbpi1_bdiv_q.c | [] | [] |
/src/botan/src/lib/block/noekeon/noekeon_simd/noekeon_simd.cpp | [] | [] |
/src/nettle-with-libgmp/ecc-secp192r1.c | [] | [] |
/src/botan/build/include/botan/internal/crc32.h | [] | [] |
/src/nettle-with-mini-gmp/fat-x86_64.c | [] | [] |
/src/botan/build/include/botan/stateful_rng.h | [] | [] |
/src/nettle-with-libgmp/gcm-aes128.c | [] | [] |
/src/nettle-with-libgmp/memeql-sec.c | [] | [] |
/src/botan/build/include/botan/hex.h | [] | [] |
/src/botan/build/include/botan/bcrypt_pbkdf.h | [] | [] |
/src/botan/build/include/botan/internal/scan_name.h | [] | [] |
/src/botan/build/include/botan/internal/adler32.h | [] | [] |
/usr/include/boost/multiprecision/number.hpp | [] | [] |
/src/botan/src/lib/pubkey/ec_h2c/ec_h2c.cpp | [] | [] |
/src/botan/build/include/botan/internal/sp800_56a.h | [] | [] |
/src/botan/build/include/botan/internal/sp800_108.h | [] | [] |
/src/gmp-6.2.1/mpn/sbpi1_div_qr.c | [] | [] |
/src/botan/src/lib/asn1/der_enc.cpp | [] | [] |
/src/nettle-with-libgmp/curve25519-mul-g.c | [] | [] |
/src/gmp-6.2.1/mpz/./aors.h | [] | [] |
/src/gmp-6.2.1/mpn/sbpi1_divappr_q.c | [] | [] |
/src/cryptofuzz/mutator.cpp | [] | [] |
/src/botan/build/include/botan/internal/md5.h | [] | [] |
/src/nettle-with-mini-gmp/pbkdf2-hmac-gosthash94.c | [] | [] |
/src/botan/src/lib/stream/chacha/chacha_avx512/chacha_avx512.cpp | [] | [] |
/usr/include/boost/algorithm/string/detail/sequence.hpp | [] | [] |
/src/botan/src/lib/pubkey/pem/pem.cpp | [] | [] |
/src/nettle-with-libgmp/cbc-aes256-encrypt.c | [] | [] |
/usr/include/boost/type_index.hpp | [] | [] |
/src/botan/build/include/botan/internal/oid_map.h | [] | [] |
/src/botan/src/lib/hash/rmd160/rmd160.cpp | [] | [] |
/src/botan/build/include/botan/internal/raw_hash.h | [] | [] |
/src/nettle-with-mini-gmp/md2.c | [] | [] |
/src/nettle-with-mini-gmp/sha3-384.c | [] | [] |
/src/nettle-with-mini-gmp/gost28147.c | [] | [] |
/src/cryptofuzz/options.cpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/botan/src/lib/hash/sha3/sha3.cpp | [] | [] |
/usr/include/boost/algorithm/string/predicate.hpp | [] | [] |
/src/botan/src/lib/modes/cbc/cbc.cpp | [] | [] |
/src/botan/build/include/botan/internal/thread_pool.h | [] | [] |
/src/nettle-with-mini-gmp/salsa20-256-set-key.c | [] | [] |
/usr/include/boost/core/checked_delete.hpp | [] | [] |
/src/nettle-with-mini-gmp/ecc-mul-a-eh.c | [] | [] |
/src/nettle-with-mini-gmp/siv-ghash-set-key.c | [] | [] |
/src/botan/src/lib/hash/sha2_32/sha2_32.cpp | [] | [] |
/src/botan/build/include/botan/internal/ed25519_internal.h | [] | [] |
/src/botan/build/include/botan/internal/fmt.h | [] | [] |
/src/nettle-with-mini-gmp/aes256-set-decrypt-key.c | [] | [] |
/src/nettle-with-libgmp/ctr16.c | [] | [] |
/src/nettle-with-libgmp/ecc-mul-a-eh.c | [] | [] |
/src/nettle-with-libgmp/streebog.c | [] | [] |
/src/gmp-6.2.1/mpn/mullo_n.c | [] | [] |
/src/botan/src/lib/hash/par_hash/par_hash.cpp | [] | [] |
/src/botan/build/include/botan/internal/loadstor.h | [] | [] |
/src/nettle-with-mini-gmp/aes192-set-decrypt-key.c | [] | [] |
/src/nettle-with-libgmp/ecc-point.c | [] | [] |
/src/nettle-with-libgmp/gcm.c | [] | [] |
/src/cryptofuzz/builtin_tests_importer.cpp | [] | [] |
/src/botan/build/include/botan/internal/idea.h | [] | [] |
/src/nettle-with-libgmp/gcm-camellia128.c | [] | [] |
/src/botan/src/lib/kdf/kdf2/kdf2.cpp | [] | [] |
/src/nettle-with-mini-gmp/ecdsa-keygen.c | [] | [] |
/src/gmp-6.2.1/mpn/mul_fft.c | [] | [] |
/src/botan/build/include/botan/internal/gcm.h | [] | [] |
/src/botan/src/lib/pk_pad/eme_pkcs1/eme_pkcs.cpp | [] | [] |
/usr/include/boost/algorithm/string/join.hpp | [] | [] |
/src/nettle-with-libgmp/ecc-scalar.c | [] | [] |
/src/nettle-with-mini-gmp/curve448-eh-to-x.c | [] | [] |
/src/nettle-with-libgmp/ocb.c | [] | [] |
/src/gmp-6.2.1/mpz/limbs_read.c | [] | [] |
/src/botan/src/lib/math/numbertheory/mod_inv.cpp | [] | [] |
/usr/local/bin/../include/c++/v1/istream | [] | [] |
/usr/include/boost/multiprecision/cpp_int/misc.hpp | [] | [] |
/src/botan/src/lib/pbkdf/pbkdf2/pbkdf2.cpp | [] | [] |
/src/nettle-with-libgmp/ecc-ecdsa-sign.c | [] | [] |
/src/nettle-with-mini-gmp/salsa20r12-crypt.c | [] | [] |
/usr/include/boost/exception/to_string_stub.hpp | [] | [] |
/src/nettle-with-mini-gmp/cbc-aes256-encrypt.c | [] | [] |
/src/nettle-with-libgmp/sha512.c | [] | [] |
/src/gmp-6.2.1/mpn/toom42_mul.c | [] | [] |
/src/nettle-with-mini-gmp/gcm-aes192.c | [] | [] |
/src/gmp-6.2.1/mpn/toom_eval_pm2exp.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-a-to-j.c | [] | [] |
/src/botan/build/include/botan/internal/aes.h | [] | [] |
/src/gmp-6.2.1/mpn/zero.c | [] | [] |
/src/botan/src/lib/modes/aead/chacha20poly1305/chacha20poly1305.cpp | [] | [] |
/src/nettle-with-mini-gmp/aes128-decrypt.c | [] | [] |
/src/nettle-with-libgmp/twofish.c | [] | [] |
/src/botan/src/lib/modes/aead/ccm/ccm.cpp | [] | [] |
/src/cryptofuzz/include/cryptofuzz/botan_importer.h | [] | [] |
/src/nettle-with-mini-gmp/camellia128-set-encrypt-key.c | [] | [] |
/src/nettle-with-mini-gmp/hmac-sha512.c | [] | [] |
/src/botan/src/lib/pubkey/ecdsa/ecdsa.cpp | [] | [] |
/src/nettle-with-libgmp/fat-x86_64.c | [] | [] |
/src/botan/src/lib/pk_pad/eme_raw/eme_raw.cpp | [] | [] |
/src/nettle-with-libgmp/sha3-512.c | [] | [] |
/src/gmp-6.2.1/mpn/toom_eval_dgr3_pm1.c | [] | [] |
/src/botan/src/lib/pk_pad/eme_oaep/oaep.cpp | [] | [] |
/src/nettle-with-libgmp/siv-gcm-aes128.c | [] | [] |
/src/botan/src/lib/utils/parsing.cpp | [] | [] |
/src/botan/src/lib/pubkey/dh/dh.cpp | [] | [] |
/src/botan/src/lib/pubkey/ed25519/ge.cpp | [] | [] |
/src/botan/build/include/botan/internal/salsa20.h | [] | [] |
/src/botan/src/lib/math/mp/mp_monty_n.cpp | [] | [] |
/src/botan/build/include/botan/internal/donna128.h | [] | [] |
/src/botan/build/include/botan/internal/mp_core.h | [] | [] |
/src/cryptofuzz/ecc_diff_fuzzer_exporter.cpp | [] | [] |
/src/botan/build/include/botan/internal/cpuid.h | [] | [] |
/src/botan/src/lib/stream/salsa20/salsa20.cpp | [] | [] |
/src/botan/src/lib/block/noekeon/noekeon.cpp | [] | [] |
/src/botan/build/include/botan/internal/timer.h | [] | [] |
/src/nettle-with-libgmp/ecc-mod.c | [] | [] |
/src/nettle-with-libgmp/siv-gcm-aes256.c | [] | [] |
/src/botan/src/lib/pbkdf/argon2/argon2.cpp | [] | [] |
/src/botan/build/include/botan/pk_keys.h | [] | [] |
/src/botan/build/include/botan/internal/comb4p.h | [] | [] |
/src/botan/src/lib/kdf/kdf1/kdf1.cpp | [] | [] |
/src/botan/src/lib/pbkdf/pgp_s2k/pgp_s2k.cpp | [] | [] |
/src/cryptofuzz/fuzzing-headers/include/fuzzing/types.hpp | [] | [] |
/src/botan/src/lib/block/sm4/sm4.cpp | [] | [] |
/src/botan/src/lib/block/cast128/cast128.cpp | [] | [] |
/src/nettle-with-mini-gmp/camellia128-crypt.c | [] | [] |
/usr/include/boost/function/function_template.hpp | [] | [] |
/usr/include/boost/iterator/transform_iterator.hpp | [] | [] |
/src/nettle-with-libgmp/gmp-glue.c | [] | [] |
/usr/include/boost/multiprecision/cpp_int/multiply.hpp | [] | [] |
/src/botan/build/include/botan/internal/keccak_perm_round.h | [] | [] |
/usr/include/boost/exception/to_string.hpp | [] | [] |
/src/gmp-6.2.1/mpn/sqrmod_bnm1.c | [] | [] |
/src/nettle-with-libgmp/aes128-decrypt.c | [] | [] |
/src/cryptofuzz/modules/botan/../../include/cryptofuzz/components.h | [] | [] |
/src/nettle-with-libgmp/ecdsa-verify.c | [] | [] |
/src/botan/src/lib/math/numbertheory/primality.cpp | [] | [] |
/src/cryptofuzz/components.cpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/botan/src/lib/math/mp/mp_karat.cpp | [] | [] |
/src/botan/build/include/botan/internal/sha2_64.h | [] | [] |
/src/nettle-with-libgmp/aes192-encrypt.c | [] | [] |
/src/nettle-with-mini-gmp/pbkdf2.c | [] | [] |
/src/nettle-with-libgmp/aes128-set-decrypt-key.c | [] | [] |
/src/nettle-with-libgmp/write-le32.c | [] | [] |
/src/botan/src/lib/modes/cfb/cfb.cpp | [] | [] |
/src/botan/src/lib/xof/cshake_xof/cshake_xof.cpp | [] | [] |
/src/nettle-with-mini-gmp/hmac-sha224.c | [] | [] |
/src/nettle-with-mini-gmp/sha3-512.c | [] | [] |
/src/botan/src/lib/permutations/keccak_perm/keccak_helpers.cpp | [] | [] |
/src/botan/src/lib/utils/ghash/ghash.cpp | [] | [] |
/src/gmp-6.2.1/tal-reent.c | [] | [] |
/src/nettle-with-mini-gmp/nist-keywrap.c | [] | [] |
/src/gmp-6.2.1/mpn/cnd_swap.c | [] | [] |
/src/nettle-with-libgmp/ecc-mul-a.c | [] | [] |
/src/nettle-with-libgmp/pbkdf2-hmac-sha1.c | [] | [] |
/src/botan/build/include/botan/cipher_mode.h | [] | [] |
/src/nettle-with-mini-gmp/md4.c | [] | [] |
/src/cryptofuzz/modules/nettle/module.cpp | [] | [] |
/src/nettle-with-libgmp/aes192-decrypt.c | [] | [] |
/src/botan/build/include/botan/entropy_src.h | [] | [] |
/src/botan/src/lib/modes/aead/ocb/ocb.cpp | [] | [] |
/src/nettle-with-mini-gmp/ecc-mod-arith.c | [] | [] |
/src/nettle-with-mini-gmp/pbkdf2-hmac-sha384.c | [] | [] |
/src/botan/src/lib/utils/mem_ops.cpp | [] | [] |
/src/botan/src/lib/pubkey/dl_group/dl_named.cpp | [] | [] |
/src/nettle-with-mini-gmp/sm3.c | [] | [] |
/src/nettle-with-libgmp/ecc-j-to-a.c | [] | [] |
/src/botan/build/include/botan/internal/siv.h | [] | [] |
/src/nettle-with-mini-gmp/cast128.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-ecdsa-sign.c | [] | [] |
/src/nettle-with-mini-gmp/ocb-aes128.c | [] | [] |
/src/nettle-with-mini-gmp/sha3.c | [] | [] |
/usr/include/boost/multiprecision/detail/precision.hpp | [] | [] |
/src/gmp-6.2.1/mpn/mod_1.c | [] | [] |
/src/botan/build/include/botan/internal/codec_base.h | [] | [] |
/src/nettle-with-libgmp/arcfour.c | [] | [] |
/src/nettle-with-mini-gmp/gmp-glue.c | [] | [] |
/src/nettle-with-libgmp/sha3-256.c | [] | [] |
/src/botan/src/lib/block/camellia/camellia.cpp | [] | [] |
/usr/local/bin/../include/c++/v1/stdlib.h | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | [] |
/src/botan/build/include/botan/ed25519.h | [] | [] |
/src/nettle-with-libgmp/ecc-ecdsa-verify.c | [] | [] |
/src/botan/build/include/botan/internal/prf_x942.h | [] | [] |
/src/botan/build/include/botan/data_src.h | [] | [] |
/src/botan/src/lib/mac/siphash/siphash.cpp | [] | [] |
/src/nettle-with-libgmp/sm3.c | [] | [] |
/src/nettle-with-mini-gmp/siv-gcm-aes256.c | [] | [] |
/src/botan/src/lib/asn1/oid_maps.cpp | [] | [] |
/src/botan/src/lib/hash/md4/md4.cpp | [] | [] |
/src/botan/src/lib/block/aes/aes_vperm/aes_vperm.cpp | [] | [] |
/src/botan/build/include/botan/internal/kdf2.h | [] | [] |
/src/botan/src/lib/math/numbertheory/dsa_gen.cpp | [] | [] |
/src/botan/src/lib/permutations/keccak_perm/keccak_perm_bmi2/keccak_perm_bmi2.cpp | [] | [] |
/src/gmp-6.2.1/mpz/aorsmul_i.c | [] | [] |
/src/nettle-with-libgmp/aes256-set-decrypt-key.c | [] | [] |
/src/gmp-6.2.1/mpz/limbs_finish.c | [] | [] |
/src/botan/build/include/botan/ecgdsa.h | [] | [] |
/usr/include/boost/range/algorithm/equal.hpp | [] | [] |
/src/botan/src/lib/mac/kmac/kmac.cpp | [] | [] |
/src/botan/src/lib/stream/chacha/chacha.cpp | [] | [] |
/src/botan/build/include/botan/internal/simd_avx512.h | [] | [] |
/src/nettle-with-mini-gmp/sha256.c | [] | [] |
/src/botan/src/lib/block/gost_28147/gost_28147.cpp | [] | [] |
/src/cryptofuzz/include/cryptofuzz/components.h | [] | [] |
/src/nettle-with-mini-gmp/ecc-ecdsa-verify.c | [] | [] |
/src/nettle-with-mini-gmp/salsa20-set-nonce.c | [] | [] |
/src/botan/src/lib/kdf/sp800_56c/sp800_56c.cpp | [] | [] |
/src/cryptofuzz/third_party/cpu_features/src/cpuinfo_x86.c | [] | [] |
/src/botan/src/lib/asn1/asn1_obj.cpp | [] | [] |
/src/nettle-with-libgmp/pbkdf2-hmac-sha512.c | [] | [] |
/src/nettle-with-libgmp/hmac-sha512.c | [] | [] |
/src/cryptofuzz/openssl_importer.cpp | [] | [] |
/usr/include/boost/smart_ptr/shared_ptr.hpp | [] | [] |
/src/nettle-with-libgmp/ecc-mul-g-eh.c | [] | [] |
/src/nettle-with-mini-gmp/cnd-copy.c | [] | [] |
/src/botan/src/lib/codec/base64/base64.cpp | [] | [] |
/src/nettle-with-libgmp/cmac64.c | [] | [] |
/src/gmp-6.2.1/mpn/toom22_mul.c | [] | [] |
/src/nettle-with-mini-gmp/des.c | [] | [] |
/src/botan/build/include/botan/internal/blinding.h | [] | [] |
/src/nettle-with-mini-gmp/ecdsa-sign.c | [] | [] |
/src/nettle-with-libgmp/gcm-aes192.c | [] | [] |
/src/nettle-with-libgmp/umac64.c | [] | [] |
/usr/local/bin/../include/c++/v1/optional | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | [] |
/src/botan/src/lib/pubkey/dl_algo/dl_scheme.cpp | [] | [] |
/src/botan/build/include/botan/internal/serpent.h | [] | [] |
/src/botan/build/include/botan/internal/des.h | [] | [] |
/src/nettle-with-libgmp/ecc-eh-to-a.c | [] | [] |
/src/gmp-6.2.1/mpn/divis.c | [] | [] |
/src/botan/build/include/botan/internal/kuznyechik.h | [] | [] |
/src/botan/build/include/botan/internal/crc24.h | [] | [] |
/src/botan/build/include/botan/internal/hkdf.h | [] | [] |
/src/botan/src/lib/math/numbertheory/nistp_redc.cpp | [] | [] |
/src/nettle-with-mini-gmp/ocb.c | [] | [] |
/src/gmp-6.2.1/mpn/toom_interpolate_6pts.c | [] | [] |
/src/botan/src/lib/mac/blake2mac/blake2bmac.cpp | [] | [] |
/src/botan/src/lib/hash/sm3/sm3.cpp | [] | [] |
/usr/include/boost/core/demangle.hpp | [] | [] |
/usr/include/boost/range/iterator_range_core.hpp | [] | [] |
/src/nettle-with-libgmp/ecc-secp256r1.c | [] | [] |
/src/nettle-with-mini-gmp/eax.c | [] | [] |
/usr/include/boost/iterator/distance.hpp | [] | [] |
/src/botan/src/lib/xof/xof.cpp | [] | [] |
/usr/include/boost/lexical_cast/bad_lexical_cast.hpp | [] | [] |
/src/nettle-with-libgmp/cbc-aes128-encrypt.c | [] | [] |
/src/botan/build/include/botan/internal/poly_dbl.h | [] | [] |
/src/nettle-with-libgmp/ctr.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-point-mul.c | [] | [] |
/src/gmp-6.2.1/mpz/iset_ui.c | [] | [] |
/src/botan/src/lib/block/aes/aes_ni/aes_ni.cpp | [] | [] |
/src/nettle-with-mini-gmp/gcm.c | [] | [] |
/src/gmp-6.2.1/mpz/iset_str.c | [] | [] |
/src/nettle-with-libgmp/ecc-add-jjj.c | [] | [] |
/src/nettle-with-libgmp/chacha-set-nonce.c | [] | [] |
/src/botan/src/lib/pubkey/pk_ops.cpp | [] | [] |
/src/cryptofuzz/fuzzing-headers/include/fuzzing/datasource/datasource.hpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/botan/src/lib/pubkey/ecgdsa/ecgdsa.cpp | [] | [] |
/src/nettle-with-mini-gmp/hmac-sha384.c | [] | [] |
/src/nettle-with-mini-gmp/aes128-set-decrypt-key.c | [] | [] |
/src/botan/build/include/botan/internal/cmac.h | [] | [] |
/src/botan/build/include/botan/internal/bswap.h | [] | [] |
/src/nettle-with-libgmp/ecc-add-eh.c | [] | [] |
/src/botan/src/lib/asn1/alg_id.cpp | [] | [] |
/src/botan/build/include/botan/curve25519.h | [] | [] |
/src/botan/build/include/botan/pbkdf.h | [] | [] |
/usr/include/boost/algorithm/string/detail/trim.hpp | [] | [] |
/src/nettle-with-mini-gmp/ecc-j-to-a.c | [] | [] |
/src/nettle-with-mini-gmp/chacha-poly1305.c | [] | [] |
/src/botan/src/lib/pubkey/ed25519/sc_muladd.cpp | [] | [] |
/src/botan/src/lib/modes/cipher_mode.cpp | [] | [] |
/usr/include/boost/lexical_cast/detail/converter_lexical_streams.hpp | [] | [] |
/src/botan/build/include/botan/internal/getentropy.h | [] | [] |
/usr/include/boost/lexical_cast/try_lexical_convert.hpp | [] | [] |
/src/botan/src/lib/entropy/getentropy/getentropy.cpp | [] | [] |
/src/nettle-with-mini-gmp/sha3-256.c | [] | [] |
/src/nettle-with-libgmp/aes192-set-decrypt-key.c | [] | [] |
/src/nettle-with-mini-gmp/umac128.c | [] | [] |
/src/nettle-with-libgmp/des3.c | [] | [] |
/src/nettle-with-libgmp/ghash-set-key.c | [] | [] |
/src/botan/build/include/botan/internal/trunc_hash.h | [] | [] |
/src/nettle-with-mini-gmp/salsa20-set-key.c | [] | [] |
/src/botan/build/include/botan/internal/x919_mac.h | [] | [] |
/src/gmp-6.2.1/errno.c | [] | [] |
/src/botan/src/lib/pubkey/ec_group/ec_group.cpp | [] | [] |
/src/nettle-with-libgmp/gost28147.c | [] | [] |
/usr/include/boost/core/empty_value.hpp | [] | [] |
/src/botan/src/lib/codec/hex/hex.cpp | [] | [] |
/src/nettle-with-libgmp/ecc-mod-arith.c | [] | [] |
/src/cryptofuzz/./driver.h | [] | [] |
/usr/include/boost/algorithm/string/detail/find_iterator.hpp | [] | [] |
/src/cryptofuzz/util.cpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/nettle-with-mini-gmp/blowfish.c | [] | [] |
/src/nettle-with-libgmp/hmac-md5.c | [] | [] |
/usr/include/boost/algorithm/string/trim.hpp | [] | [] |
/src/botan/src/lib/pbkdf/argon2/argon2pwhash.cpp | [] | [] |
/src/botan/src/lib/pubkey/ed25519/ed25519_fe.cpp | [] | [] |
/src/botan/src/lib/pubkey/pubkey.cpp | [] | [] |
/src/botan/src/lib/pubkey/ecc_key/ecc_key.cpp | [] | [] |
/src/gmp-6.2.1/mpz/set_str.c | [] | [] |
/src/botan/src/lib/block/serpent/serpent_avx512/serpent_avx512.cpp | [] | [] |
/src/nettle-with-mini-gmp/umac96.c | [] | [] |
/src/botan/src/lib/mac/gmac/gmac.cpp | [] | [] |
/src/botan/src/lib/rng/stateful_rng/stateful_rng.cpp | [] | [] |
/src/botan/build/include/botan/internal/twofish.h | [] | [] |
/src/cryptofuzz/fuzzing-headers/include/fuzzing/memory.hpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/nettle-with-libgmp/ecc-curve25519.c | [] | [] |
/src/cryptofuzz/include/cryptofuzz/options.h | [] | [] |
/src/gmp-6.2.1/mpn/get_str.c | [] | [] |
/src/gmp-6.2.1/mpn/mulmod_bnm1.c | [] | [] |
/src/nettle-with-libgmp/ccm-aes256.c | [] | [] |
/src/nettle-with-libgmp/ripemd160.c | [] | [] |
/src/cryptofuzz/modules/botan/../../fuzzing-headers/include/fuzzing/exception.hpp | [] | [] |
/src/botan/src/lib/pbkdf/argon2/argon2_ssse3/argon2_ssse3.cpp | [] | [] |
/usr/include/boost/random/uniform_int_distribution.hpp | [] | [] |
/src/nettle-with-mini-gmp/camellia256-set-encrypt-key.c | [] | [] |
/src/gmp-6.2.1/mpz/./aors_ui.h | [] | [] |
/src/gmp-6.2.1/mpz/limbs_write.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-mul-g-eh.c | [] | [] |
/src/nettle-with-libgmp/ecdsa-sign.c | [] | [] |
/src/nettle-with-mini-gmp/curve448-mul-g.c | [] | [] |
/src/nettle-with-libgmp/hmac-sha256.c | [] | [] |
/src/nettle-with-mini-gmp/hmac-sha256.c | [] | [] |
/src/nettle-with-libgmp/./block-internal.h | [] | [] |
/src/gmp-6.2.1/mpn/mu_div_qr.c | [] | [] |
/src/botan/build/include/botan/internal/chacha.h | [] | [] |
/src/cryptofuzz/bignum_fuzzer_importer.cpp | [] | [] |
/src/botan/build/include/botan/asn1_obj.h | [] | [] |
/usr/include/boost/algorithm/string/finder.hpp | [] | [] |
/src/cryptofuzz/modules/botan/./module.h | [] | [] |
/src/nettle-with-mini-gmp/ecc-point-mul-g.c | [] | [] |
/src/nettle-with-libgmp/ecc-size.c | [] | [] |
/src/gmp-6.2.1/mpn/toom_eval_dgr3_pm2.c | [] | [] |
/src/nettle-with-libgmp/ccm-aes128.c | [] | [] |
/src/botan/build/include/botan/internal/prefetch.h | [] | [] |
/src/botan/src/lib/math/bigint/big_ops3.cpp | [] | [] |
/src/cryptofuzz/include/cryptofuzz/../../third_party/json/json.hpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | [] |
/src/botan/src/lib/pubkey/pk_keys.cpp | [] | [] |
/src/nettle-with-mini-gmp/ecc-mod-inv.c | [] | [] |
/usr/include/boost/multiprecision/detail/functions/pow.hpp | [] | [] |
/src/nettle-with-libgmp/ecc-add-th.c | [] | [] |
/src/gmp-6.2.1/mpn/toom_interpolate_12pts.c | [] | [] |
/usr/include/boost/range/begin.hpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | [] |
/src/cryptofuzz/include/cryptofuzz/bignum_fuzzer_importer.h | [] | [] |
/src/nettle-with-libgmp/salsa20-crypt-internal.c | [] | [] |
/src/botan/src/lib/stream/shake_cipher/shake_cipher.cpp | [] | [] |
/src/botan/src/lib/pubkey/dl_group/dl_group.cpp | [] | [] |
/src/botan/build/include/botan/assert.h | [] | [] |
/src/botan/src/lib/modes/aead/eax/eax.cpp | [] | [] |
/src/botan/src/lib/utils/assert.cpp | [] | [] |
/src/botan/build/include/botan/internal/ofb.h | [] | [] |
/usr/include/boost/algorithm/string/detail/classification.hpp | [] | [] |
/src/nettle-with-libgmp/chacha-poly1305.c | [] | [] |
/src/botan/build/include/botan/internal/cshake_xof.h | [] | [] |
/src/nettle-with-libgmp/siv-ghash-update.c | [] | [] |
/src/nettle-with-mini-gmp/sha3-224.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-add-ehh.c | [] | [] |
/src/botan/build/include/botan/internal/par_hash.h | [] | [] |
/src/botan/src/lib/hash/checksum/crc24/crc24.cpp | [] | [] |
/usr/include/boost/multiprecision/detail/et_ops.hpp | [] | [] |
/src/nettle-with-mini-gmp/pbkdf2-hmac-sha256.c | [] | [] |
/src/botan/src/lib/rng/system_rng/system_rng.cpp | [] | [] |
/src/botan/src/lib/hash/shake/shake.cpp | [] | [] |
/src/gmp-6.2.1/mpz/get_str.c | [] | [] |
/src/botan/src/lib/math/bigint/big_code.cpp | [] | [] |
/src/botan/src/lib/mac/x919_mac/x919_mac.cpp | [] | [] |
/src/botan/build/include/botan/scrypt.h | [] | [] |
/src/nettle-with-mini-gmp/ghash-set-key.c | [] | [] |
/src/nettle-with-libgmp/ecc-dup-th.c | [] | [] |
/src/botan/build/include/botan/internal/keypair.h | [] | [] |
/src/gmp-6.2.1/mpn/toom32_mul.c | [] | [] |
/src/nettle-with-libgmp/hmac-sha1.c | [] | [] |
/src/cryptofuzz/expmod.cpp | [] | [] |
/src/nettle-with-mini-gmp/umac-l2.c | [] | [] |
/src/gmp-6.2.1/mpn/mul_n.c | [] | [] |
/src/nettle-with-libgmp/aes-invert-internal.c | [] | [] |
/src/botan/src/lib/pubkey/curve25519/curve25519.cpp | [] | [] |
/usr/include/boost/exception/detail/error_info_impl.hpp | [] | [] |
/src/nettle-with-libgmp/siv-cmac.c | [] | [] |
/src/nettle-with-mini-gmp/aes256-set-encrypt-key.c | [] | [] |
/src/botan/src/lib/math/bigint/bigint.cpp | [] | [] |
/src/cryptofuzz/botan_importer.cpp | [] | [] |
/src/botan/build/include/botan/aead.h | [] | [] |
/src/botan/build/include/botan/internal/skein_512.h | [] | [] |
/src/botan/build/include/botan/internal/poly1305.h | [] | [] |
/src/nettle-with-mini-gmp/aes192-set-encrypt-key.c | [] | [] |
/src/cryptofuzz/fuzzing-headers/include/fuzzing/datasource/id.hpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/nettle-with-libgmp/md2.c | [] | [] |
/src/nettle-with-libgmp/ecc-hash.c | [] | [] |
/src/nettle-with-libgmp/camellia128-crypt.c | [] | [] |
/src/nettle-with-libgmp/poly1305-update.c | [] | [] |
/usr/include/boost/lexical_cast.hpp | [] | [] |
/src/gmp-6.2.1/mpn/invertappr.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-nonsec-add-jjj.c | [] | [] |
/src/botan/build/include/botan/buf_comp.h | [] | [] |
/src/botan/src/lib/mac/cmac/cmac.cpp | [] | [] |
/src/cryptofuzz/mutatorpool.cpp | [] | [] |
/src/botan/build/include/botan/internal/rounding.h | [] | [] |
/src/nettle-with-libgmp/eax-aes128.c | [] | [] |
/src/nettle-with-libgmp/ecc-dup-jj.c | [] | [] |
/src/botan/src/lib/utils/data_src.cpp | [] | [] |
/src/botan/src/lib/hash/blake2/blake2b.cpp | [] | [] |
/src/botan/src/lib/asn1/ber_dec.cpp | [] | [] |
/src/botan/src/lib/stream/stream_cipher.cpp | [] | [] |
/src/botan/src/lib/block/shacal2/shacal2_x86/shacal2_x86.cpp | [] | [] |
/src/botan/src/lib/base/sym_algo.cpp | [] | [] |
/usr/include/boost/multiprecision/cpp_int/comparison.hpp | [] | [] |
/src/gmp-6.2.1/mpn/toom3_sqr.c | [] | [] |
/src/nettle-with-mini-gmp/hmac-streebog.c | [] | [] |
/usr/include/boost/throw_exception.hpp | [] | [] |
/src/nettle-with-libgmp/ecc-secp521r1.c | [] | [] |
/src/nettle-with-mini-gmp/xts.c | [] | [] |
/src/botan/src/lib/math/numbertheory/monty_exp.cpp | [] | [] |
/src/cryptofuzz/entry.cpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/nettle-with-libgmp/md5.c | [] | [] |
/src/nettle-with-mini-gmp/write-le64.c | [] | [] |
/src/gmp-6.2.1/mpn/binvert.c | [] | [] |
/src/botan/build/include/botan/internal/oaep.h | [] | [] |
/src/nettle-with-mini-gmp/cbc-aes192-encrypt.c | [] | [] |
/usr/include/ctype.h | [] | [] |
/src/botan/src/lib/utils/scan_name.cpp | [] | [] |
/src/botan/src/lib/hash/keccak/keccak.cpp | [] | [] |
/src/nettle-with-libgmp/umac128.c | [] | [] |
/src/nettle-with-libgmp/umac-l2.c | [] | [] |
/src/nettle-with-mini-gmp/cmac.c | [] | [] |
/src/gmp-6.2.1/mpn/mu_bdiv_qr.c | [] | [] |
/src/botan/build/include/botan/internal/rmd160.h | [] | [] |
/src/cryptofuzz/wycheproof.cpp | [] | [] |
/src/nettle-with-mini-gmp/eax-aes128.c | [] | [] |
/src/nettle-with-libgmp/salsa20-set-key.c | [] | [] |
/src/botan/build/include/botan/dl_group.h | [] | [] |
/src/botan/src/lib/utils/cpuid/cpuid.cpp | [] | [] |
/src/cryptofuzz/modules/botan/../../include/cryptofuzz/repository.h | [] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/botan/build/include/botan/ber_dec.h | [] | [] |
/src/nettle-with-libgmp/ecc-secp384r1.c | [] | [] |
/src/botan/build/include/botan/dsa.h | [] | [] |
/src/nettle-with-libgmp/md4.c | [] | [] |
/src/nettle-with-libgmp/cmac-des3.c | [] | [] |
/src/botan/src/lib/block/serpent/serpent_simd/serpent_simd.cpp | [] | [] |
/src/botan/build/include/botan/block_cipher.h | [] | [] |
/src/cryptofuzz/modules/botan/bn_helper.cpp | [] | [] |
/usr/local/lib/clang/15.0.0/include/cpuid.h | [] | [] |
/src/nettle-with-mini-gmp/md5.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-hash.c | [] | [] |
/src/botan/src/lib/block/shacal2/shacal2_simd/shacal2_simd.cpp | [] | [] |
/src/nettle-with-mini-gmp/umac-l3.c | [] | [] |
/src/nettle-with-mini-gmp/aes256-decrypt.c | [] | [] |
/src/botan/src/lib/hash/checksum/crc32/crc32.cpp | [] | [] |
/usr/include/boost/exception/detail/type_info.hpp | [] | [] |
/src/botan/src/lib/rng/processor_rng/processor_rng.cpp | [] | [] |
/src/cryptofuzz/crypto.cpp | [] | [] |
/src/botan/build/include/botan/symkey.h | [] | [] |
/src/nettle-with-libgmp/salsa20-256-set-key.c | [] | [] |
/usr/include/boost/iterator/iterator_adaptor.hpp | [] | [] |
/src/nettle-with-libgmp/salsa20r12-crypt.c | [] | [] |
/src/botan/build/include/botan/secmem.h | [] | [] |
/src/nettle-with-mini-gmp/ecc-scalar.c | [] | [] |
/usr/include/boost/exception/exception.hpp | [] | [] |
/src/nettle-with-libgmp/ecc-point-mul.c | [] | [] |
/src/nettle-with-mini-gmp/gcm-aes128.c | [] | [] |
/src/cryptofuzz/modules/nettle/./module.h | [] | [] |
/src/botan/build/include/botan/internal/kdf1_iso18033.h | [] | [] |
/src/botan/build/include/botan/internal/os_utils.h | [] | [] |
/src/botan/build/include/botan/internal/shacal2.h | [] | [] |
/usr/include/boost/range/end.hpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | [] |
/src/botan/src/lib/hash/sha1/sha1.cpp | [] | [] |
/src/nettle-with-mini-gmp/curve25519-mul-g.c | [] | [] |
/src/nettle-with-mini-gmp/pbkdf2-hmac-sha1.c | [] | [] |
/src/nettle-with-libgmp/xts-aes128.c | [] | [] |
/src/botan/src/lib/hash/comb4p/comb4p.cpp | [] | [] |
/src/botan/build/include/botan/internal/kdf1.h | [] | [] |
/src/botan/src/lib/pubkey/ec_group/ec_named.cpp | [] | [] |
/src/nettle-with-libgmp/ecc-secp224r1.c | [] | [] |
/usr/local/bin/../include/c++/v1/math.h | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | [] |
/usr/include/boost/lexical_cast/detail/converter_lexical.hpp | [] | [] |
/src/nettle-with-libgmp/aes256-encrypt.c | [] | [] |
/src/nettle-with-mini-gmp/ctr16.c | [] | [] |
/src/botan/build/include/botan/curve_gfp.h | [] | [] |
/src/nettle-with-libgmp/eax.c | [] | [] |
/src/botan/src/lib/kdf/kdf.cpp | [] | [] |
/src/nettle-with-mini-gmp/xts-aes128.c | [] | [] |
/src/botan/build/include/botan/internal/cbc.h | [] | [] |
/src/botan/build/include/botan/internal/blake2b.h | [] | [] |
/src/nettle-with-mini-gmp/ecc-mul-a.c | [] | [] |
/src/nettle-with-libgmp/sec-add-1.c | [] | [] |
/src/nettle-with-libgmp/xts-aes256.c | [] | [] |
/src/botan/src/lib/kdf/hkdf/hkdf.cpp | [] | [] |
/src/botan/build/include/botan/internal/eme_pkcs.h | [] | [] |
/src/cryptofuzz/ecc_diff_fuzzer_importer.cpp | [] | [] |
/src/cryptofuzz/modules/botan/../../fuzzing-headers/include/fuzzing/datasource/datasource.hpp | [] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/botan/build/include/botan/internal/seed.h | [] | [] |
/src/botan/build/include/botan/pem.h | [] | [] |
/src/gmp-6.2.1/mpn/toom_interpolate_16pts.c | [] | [] |
/src/nettle-with-mini-gmp/sha512.c | [] | [] |
/src/botan/src/lib/hash/sha2_64/sha2_64_bmi2/sha2_64_bmi2.cpp | [] | [] |
/src/nettle-with-libgmp/cmac.c | [] | [] |
/src/nettle-with-mini-gmp/hmac-md5.c | [] | [] |
/src/botan/build/include/botan/internal/pk_ops_impl.h | [] | [] |
/src/nettle-with-libgmp/ocb-aes128.c | [] | [] |
/src/botan/src/lib/block/lion/lion.cpp | [] | [] |
/src/botan/src/lib/math/bigint/big_rand.cpp | [] | [] |
/src/nettle-with-mini-gmp/cmac-des3.c | [] | [] |
/src/nettle-with-mini-gmp/umac64.c | [] | [] |
/src/gmp-6.2.1/mpn/sbpi1_bdiv_qr.c | [] | [] |
/src/botan/src/lib/hash/checksum/adler32/adler32.cpp | [] | [] |
/src/nettle-with-libgmp/ccm.c | [] | [] |
/usr/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp | [] | [] |
/src/cryptofuzz/numbers.cpp | [] | [] |
/src/nettle-with-libgmp/ecc-dup-eh.c | [] | [] |
/src/gmp-6.2.1/mpn/dcpi1_div_qr.c | [] | [] |
/src/botan/build/include/botan/internal/stl_util.h | [] | [] |
/src/botan/build/include/botan/internal/dl_scheme.h | [] | [] |
/src/botan/build/include/botan/internal/noekeon.h | [] | [] |
/usr/include/boost/iterator/iterator_facade.hpp | [] | [] |
/src/botan/src/lib/rng/rng.cpp | [] | [] |
/src/botan/build/include/botan/internal/gost_28147.h | [] | [] |
/src/nettle-with-libgmp/ecc-a-to-j.c | [] | [] |
/src/botan/src/lib/math/numbertheory/monty.cpp | [] | [] |
/src/botan/src/lib/math/numbertheory/reducer.cpp | [] | [] |
/src/nettle-with-libgmp/cmac-aes256.c | [] | [] |
/src/cryptofuzz/include/cryptofuzz/generic.h | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | [] |
/usr/include/boost/detail/basic_pointerbuf.hpp | [] | [] |
/src/botan/build/include/botan/internal/sha1.h | [] | [] |
/src/botan/src/lib/xof/shake_xof/shake_xof.cpp | [] | [] |
/usr/include/boost/type_index/type_index_facade.hpp | [] | [] |
/src/botan/src/lib/pbkdf/scrypt/scrypt.cpp | [] | [] |
/src/nettle-with-libgmp/chacha-set-key.c | [] | [] |
/src/nettle-with-libgmp/pbkdf2-hmac-sha384.c | [] | [] |
/src/botan/src/lib/mac/poly1305/poly1305.cpp | [] | [] |
/src/nettle-with-mini-gmp/ecc-add-thh.c | [] | [] |
/src/nettle-with-libgmp/siv-ghash-set-key.c | [] | [] |
/src/gmp-6.2.1/mpn/toom_interpolate_8pts.c | [] | [] |
/src/botan/build/include/botan/kdf.h | [] | [] |
/src/cryptofuzz/modules/botan/./bn_helper.h | [] | [] |
/src/nettle-with-mini-gmp/salsa20-128-set-key.c | [] | [] |
/src/nettle-with-libgmp/hkdf.c | [] | [] |
/src/nettle-with-libgmp/siv-cmac-aes256.c | [] | [] |
/src/botan/build/include/botan/argon2.h | [] | [] |
/src/nettle-with-libgmp/ripemd160-compress.c | [] | [] |
/src/cryptofuzz/./third_party/json/json.hpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | [] |
/src/nettle-with-mini-gmp/ecc-dup-eh.c | [] | [] |
/src/nettle-with-mini-gmp/chacha-set-key.c | [] | [] |
/usr/include/boost/algorithm/hex.hpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | [] |
/src/nettle-with-mini-gmp/gcm-aes256.c | [] | [] |
/src/nettle-with-libgmp/cast128.c | [] | [] |
/src/botan/src/lib/modes/mode_pad/mode_pad.cpp | [] | [] |
/src/nettle-with-mini-gmp/hkdf.c | [] | [] |
/src/botan/src/lib/hash/sha1/sha1_sse2/sha1_sse2.cpp | [] | [] |
/src/botan/src/lib/stream/chacha/chacha_avx2/chacha_avx2.cpp | [] | [] |
/src/nettle-with-mini-gmp/ecc-point.c | [] | [] |
/src/botan/build/include/botan/internal/safeint.h | [] | [] |
/src/nettle-with-libgmp/aes192-set-encrypt-key.c | [] | [] |
/src/nettle-with-libgmp/sha3.c | [] | [] |
/src/nettle-with-libgmp/siv-gcm.c | [] | [] |
/src/gmp-6.2.1/mpn/compute_powtab.c | [] | [] |
/src/nettle-with-libgmp/umac32.c | [] | [] |
/src/nettle-with-libgmp/ecc-add-jja.c | [] | [] |
/src/botan/build/include/botan/internal/shake.h | [] | [] |
/src/botan/build/include/botan/system_rng.h | [] | [] |
/src/botan/src/lib/hash/sha2_64/sha2_64.cpp | [] | [] |
/src/gmp-6.2.1/mpz/cong.c | [] | [] |
/src/cryptofuzz/include/cryptofuzz/builtin_tests_importer.h | [] | [] |
/src/botan/src/lib/pk_pad/raw_hash/raw_hash.cpp | [] | [] |
/src/botan/build/include/botan/exceptn.h | [] | [] |
/src/botan/src/lib/mac/mac.cpp | [] | [] |
/src/cryptofuzz/modules/botan/module.cpp | [] | [] |
/src/botan/build/include/botan/pgp_s2k.h | [] | [] |
/src/nettle-with-libgmp/blowfish.c | [] | [] |
/src/botan/src/lib/utils/charset.cpp | [] | [] |
/src/nettle-with-mini-gmp/ecc-dup-th.c | [] | [] |
/src/nettle-with-mini-gmp/hmac-ripemd160.c | [] | [] |
/src/botan/src/lib/utils/prefetch.cpp | [] | [] |
/src/nettle-with-libgmp/ecc-random.c | [] | [] |
/src/nettle-with-mini-gmp/camellia256-crypt.c | [] | [] |
/src/botan/build/include/botan/internal/divide.h | [] | [] |
/src/nettle-with-mini-gmp/gcm-camellia256.c | [] | [] |
/src/nettle-with-mini-gmp/write-le32.c | [] | [] |
/src/botan/src/lib/modes/aead/gcm/gcm.cpp | [] | [] |
/src/botan/src/lib/modes/aead/aead.cpp | [] | [] |
/src/botan/build/include/botan/internal/sm4.h | [] | [] |
/src/botan/src/lib/modes/aead/siv/siv.cpp | [] | [] |
/src/nettle-with-mini-gmp/serpent-set-key.c | [] | [] |
/src/nettle-with-libgmp/cbc.c | [] | [] |
/src/botan/src/lib/pubkey/ed25519/sc_reduce.cpp | [] | [] |
/src/botan/build/include/botan/internal/alignment_buffer.h | [] | [] |
/src/botan/build/include/botan/internal/shake_cipher.h | [] | [] |
/src/nettle-with-libgmp/aes256-set-encrypt-key.c | [] | [] |
/src/botan/src/lib/pubkey/curve25519/donna.cpp | [] | [] |
/src/nettle-with-mini-gmp/ecc-add-jja.c | [] | [] |
/src/nettle-with-libgmp/sm4.c | [] | [] |
/src/nettle-with-mini-gmp/hmac-sm3.c | [] | [] |
/src/nettle-with-libgmp/curve448-mul-g.c | [] | [] |
/src/botan/build/include/botan/internal/simd_avx2.h | [] | [] |
/src/gmp-6.2.1/mpn/toom_eval_pm1.c | [] | [] |
/src/nettle-with-mini-gmp/des3.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-add-th.c | [] | [] |
/src/nettle-with-libgmp/umac-poly128.c | [] | [] |
/src/botan/src/lib/pbkdf/bcrypt_pbkdf/bcrypt_pbkdf.cpp | [] | [] |
/src/nettle-with-mini-gmp/ecc-curve448.c | [] | [] |
/src/botan/src/lib/stream/ofb/ofb.cpp | [] | [] |
/usr/include/boost/smart_ptr/detail/operator_bool.hpp | [] | [] |
/src/botan/src/lib/pubkey/ec_group/curve_gfp.cpp | [] | [] |
/src/gmp-6.2.1/mpz/init.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-secp384r1.c | [] | [] |
/src/cryptofuzz/include/cryptofuzz/operations.h | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/nettle-with-libgmp/camellia128-set-encrypt-key.c | [] | [] |
/src/nettle-with-libgmp/aes256-decrypt.c | [] | [] |
/src/botan/build/include/botan/internal/prf_tls.h | [] | [] |
/src/botan/src/lib/kdf/sp800_56a/sp800_56a.cpp | [] | [] |
/src/botan/build/include/botan/internal/simd_32.h | [] | [] |
/src/botan/src/lib/pbkdf/argon2/argon2_avx2/argon2_avx2.cpp | [] | [] |
/src/botan/build/include/botan/internal/kmac.h | [] | [] |
/src/nettle-with-mini-gmp/ecc-dup-jj.c | [] | [] |
/src/botan/build/include/botan/pbkdf2.h | [] | [] |
/src/botan/build/include/botan/internal/chacha20poly1305.h | [] | [] |
/src/nettle-with-libgmp/sha3-384.c | [] | [] |
/src/botan/src/lib/hash/md5/md5.cpp | [] | [] |
/src/botan/src/lib/modes/xts/xts.cpp | [] | [] |
/src/botan/build/include/botan/internal/stream_mode.h | [] | [] |
/src/botan/build/include/botan/internal/rc4.h | [] | [] |
/usr/include/boost/type_traits/integral_constant.hpp | [] | [] |
/src/cryptofuzz/modules/botan/../../include/cryptofuzz/module.h | [] | [] |
/src/botan/src/lib/pubkey/keypair/keypair.cpp | [] | [] |
/src/nettle-with-mini-gmp/umac-poly128.c | [] | [] |
/src/nettle-with-libgmp/pbkdf2-hmac-sha256.c | [] | [] |
/src/botan/src/lib/pubkey/blinding.cpp | [] | [] |
/src/botan/src/lib/block/aes/aes.cpp | [] | [] |
/src/botan/build/include/botan/mac.h | [] | [] |
/src/botan/src/lib/hash/sha2_32/sha2_32_x86/sha2_32_x86.cpp | [] | [] |
/src/gmp-6.2.1/mpn/toom63_mul.c | [] | [] |
/src/gmp-6.2.1/assert.c | [] | [] |
/src/botan/src/lib/hash/gost_3411/gost_3411.cpp | [] | [] |
/src/nettle-with-libgmp/serpent-set-key.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-secp224r1.c | [] | [] |
/src/botan/build/include/botan/internal/monty_exp.h | [] | [] |
/src/botan/src/lib/hash/trunc_hash/trunc_hash.cpp | [] | [] |
/src/nettle-with-libgmp/dsa.c | [] | [] |
/src/botan/build/include/botan/internal/sha2_32.h | [] | [] |
/src/gmp-6.2.1/mpn/tdiv_qr.c | [] | [] |
/src/botan/build/include/botan/internal/serpent_fn.h | [] | [] |
/src/nettle-with-mini-gmp/siv-cmac-aes128.c | [] | [] |
/src/botan/src/lib/block/idea/idea.cpp | [] | [] |
/src/botan/build/include/botan/internal/eax.h | [] | [] |
/src/botan/build/include/botan/pwdhash.h | [] | [] |
/src/nettle-with-mini-gmp/aes256-encrypt.c | [] | [] |
/src/botan/build/include/botan/internal/sha3.h | [] | [] |
/src/gmp-6.2.1/mpz/cmp.c | [] | [] |
/src/botan/src/lib/math/mp/mp_comba.cpp | [] | [] |
/usr/include/boost/multiprecision/cpp_int/import_export.hpp | [] | [] |
/src/botan/src/lib/block/serpent/serpent.cpp | [] | [] |
/src/nettle-with-mini-gmp/ecc-curve25519.c | [] | [] |
/src/nettle-with-libgmp/camellia256-crypt.c | [] | [] |
/src/botan/build/include/botan/xof.h | [] | [] |
/src/botan/build/include/botan/internal/camellia.h | [] | [] |
/src/gmp-6.2.1/mp_get_fns.c | [] | [] |
/src/botan/build/include/botan/internal/cfb.h | [] | [] |
/src/nettle-with-libgmp/ecc-mul-g.c | [] | [] |
/src/botan/src/lib/block/kuznyechik/kuznyechik.cpp | [] | [] |
/src/nettle-with-mini-gmp/cmac-aes128.c | [] | [] |
/src/nettle-with-mini-gmp/camellia-absorb.c | [] | [] |
/src/gmp-6.2.1/mpn/../gmp.h | [] | [] |
/src/nettle-with-libgmp/pbkdf2.c | [] | [] |
/src/botan/src/lib/hash/whirlpool/whirlpool.cpp | [] | [] |
/src/botan/build/include/botan/processor_rng.h | [] | [] |
/src/nettle-with-mini-gmp/ecc-mul-g.c | [] | [] |
/src/botan/build/include/botan/hash.h | [] | [] |
/usr/include/boost/random/mersenne_twister.hpp | [] | [] |
/src/gmp-6.2.1/mpn/toom_interpolate_5pts.c | [] | [] |
/src/botan/build/include/botan/internal/ct_utils.h | [] | [] |
/src/nettle-with-mini-gmp/write-be32.c | [] | [] |
/src/gmp-6.2.1/mpn/../gmp-impl.h | [] | [] |
/src/botan/src/lib/base/symkey.cpp | [] | [] |
/usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp | [] | [] |
/src/nettle-with-mini-gmp/salsa20-crypt.c | [] | [] |
/src/cryptofuzz/third_party/cpu_features/include/internal/bit_utils.h | [] | [] |
/src/botan/build/include/botan/internal/eme_raw.h | [] | [] |
/src/botan/src/lib/pbkdf/pwdhash.cpp | [] | [] |
/src/nettle-with-libgmp/gcm-aes256.c | [] | [] |
/src/nettle-with-mini-gmp/umac32.c | [] | [] |
/src/botan/build/include/botan/internal/ccm.h | [] | [] |
/usr/include/boost/multiprecision/detail/constexpr.hpp | [] | [] |
/src/botan/build/include/botan/internal/rotate.h | [] | [] |
/src/botan/build/include/botan/internal/lion.h | [] | [] |
/src/nettle-with-libgmp/umac96.c | [] | [] |
/usr/include/boost/multiprecision/detail/integer_ops.hpp | [] | [] |
/usr/include/boost/multiprecision/cpp_int/limits.hpp | [] | [] |
/src/nettle-with-libgmp/write-le64.c | [] | [] |
/usr/include/boost/multiprecision/cpp_int.hpp | [] | [] |
/src/nettle-with-mini-gmp/ccm-aes256.c | [] | [] |
/src/nettle-with-libgmp/ecc-gost-gc512a.c | [] | [] |
/usr/include/boost/core/addressof.hpp | [] | [] |
/src/gmp-6.2.1/mpn/toom43_mul.c | [] | [] |
/src/botan/build/include/botan/internal/sm3.h | [] | [] |
/src/nettle-with-libgmp/ecc-add-thh.c | [] | [] |
/src/gmp-6.2.1/mpz/clear.c | [] | [] |
/usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp | [] | [] |
/usr/local/bin/../include/c++/v1/typeinfo | [] | [] |
/src/nettle-with-mini-gmp/chacha-crypt.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-add-eh.c | [] | [] |
/src/gmp-6.2.1/mpn/toom8h_mul.c | [] | [] |
/src/botan/src/lib/math/mp/mp_monty.cpp | [] | [] |
/usr/include/boost/algorithm/string/iter_find.hpp | [] | [] |
/src/nettle-with-mini-gmp/hmac-gosthash94.c | [] | [] |
/src/botan/build/include/botan/internal/aria.h | [] | [] |
/src/nettle-with-mini-gmp/siv-ghash-update.c | [] | [] |
/src/botan/src/lib/pubkey/dsa/dsa.cpp | [] | [] |
/src/botan/src/lib/utils/poly_dbl/poly_dbl.cpp | [] | [] |
/src/nettle-with-libgmp/cmac-aes128.c | [] | [] |
/src/botan/src/lib/block/seed/seed.cpp | [] | [] |
/src/nettle-with-mini-gmp/xts-aes256.c | [] | [] |
/src/nettle-with-libgmp/nist-keywrap.c | [] | [] |
/src/botan/build/include/botan/hmac_drbg.h | [] | [] |
/src/botan/src/lib/pubkey/ec_group/ec_point.cpp | [] | [] |
/src/botan/build/include/botan/rng.h | [] | [] |
/src/nettle-with-libgmp/ecc-nonsec-add-jjj.c | [] | [] |
/src/nettle-with-mini-gmp/sha1.c | [] | [] |
/src/nettle-with-libgmp/ecdsa-keygen.c | [] | [] |
/src/nettle-with-libgmp/chacha-crypt.c | [] | [] |
/src/botan/build/include/botan/internal/keccak.h | [] | [] |
/src/botan/build/include/botan/der_enc.h | [] | [] |
/src/nettle-with-mini-gmp/streebog.c | [] | [] |
/src/botan/src/lib/block/blowfish/blowfish.cpp | [] | [] |
/usr/include/boost/range/distance.hpp | [] | [] |
/src/nettle-with-mini-gmp/siv-cmac.c | [] | [] |
/src/nettle-with-mini-gmp/umac-set-key.c | [] | [] |
/src/nettle-with-libgmp/salsa20-set-nonce.c | [] | [] |
/src/nettle-with-libgmp/umac-set-key.c | [] | [] |
/src/botan/build/include/botan/internal/sp800_56c.h | [] | [] |
/src/gmp-6.2.1/mpz/mul.c | [] | [] |
/usr/include/boost/algorithm/string/classification.hpp | [] | [] |
/src/botan/build/include/botan/bigint.h | [] | [] |
/src/botan/build/include/botan/internal/mode_pad.h | [] | [] |
/usr/include/boost/algorithm/string/find_iterator.hpp | [] | [] |
/src/nettle-with-mini-gmp/siv-gcm.c | [] | [] |
/usr/include/boost/exception/detail/object_hex_dump.hpp | [] | [] |
/src/cryptofuzz/operation.cpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/botan/src/lib/kdf/sp800_108/sp800_108.cpp | [] | [] |
/usr/include/boost/range/as_literal.hpp | [] | [] |
/src/botan/src/lib/utils/thread_utils/thread_pool.cpp | [] | [] |
/src/botan/src/lib/hash/skein/skein_512.cpp | [] | [] |
/src/botan/src/lib/block/des/des.cpp | [] | [] |
/src/cryptofuzz/modules/botan/./bn_ops.h | [] | [] |
/src/nettle-with-mini-gmp/ecc-add-jjj.c | [] | [] |
/src/nettle-with-libgmp/aes128-encrypt.c | [] | [] |
/src/nettle-with-libgmp/umac-l3.c | [] | [] |
/src/botan/build/include/botan/reducer.h | [] | [] |
/src/gmp-6.2.1/mpn/toom_interpolate_7pts.c | [] | [] |
/src/botan/build/include/botan/internal/cast128.h | [] | [] |
/src/botan/src/lib/block/threefish_512/threefish_512.cpp | [] | [] |
/src/nettle-with-mini-gmp/twofish.c | [] | [] |
/src/botan/src/lib/stream/rc4/rc4.cpp | [] | [] |
/src/nettle-with-libgmp/camellia-absorb.c | [] | [] |
/src/botan/src/lib/kdf/prf_tls/prf_tls.cpp | [] | [] |
/src/botan/src/lib/utils/ghash/ghash_vperm/ghash_vperm.cpp | [] | [] |
/src/botan/src/lib/hash/sha1/sha1_x86/sha1_x86.cpp | [] | [] |
/src/nettle-with-libgmp/umac-poly64.c | [] | [] |
/src/gmp-6.2.1/mpn/toom33_mul.c | [] | [] |
/src/nettle-with-mini-gmp/cmac-aes256.c | [] | [] |
/usr/include/boost/algorithm/string/detail/finder.hpp | [] | [] |
/src/nettle-with-libgmp/sha256.c | [] | [] |
/usr/include/boost/multiprecision/cpp_int/cpp_int_config.hpp | [] | [] |
/src/botan/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.cpp | [] | [] |
/src/nettle-with-mini-gmp/siv-gcm-aes128.c | [] | [] |
/src/nettle-with-libgmp/hmac.c | [] | [] |
/src/nettle-with-libgmp/xts.c | [] | [] |
/src/nettle-with-mini-gmp/gosthash94.c | [] | [] |
/src/botan/src/lib/pubkey/ec_group/point_mul.cpp | [] | [] |
/usr/include/boost/multiprecision/detail/default_ops.hpp | [] | [] |
/usr/include/boost/algorithm/string/compare.hpp | [] | [] |
/src/botan/src/lib/pubkey/ed25519/ed25519_key.cpp | [] | [] |
/src/nettle-with-mini-gmp/curve25519-eh-to-x.c | [] | [] |
/usr/include/boost/exception/info.hpp | [] | [] |
/src/botan/src/lib/block/twofish/twofish.cpp | [] | [] |
/src/nettle-with-libgmp/pbkdf2-hmac-gosthash94.c | [] | [] |
/src/botan/src/lib/utils/exceptn.cpp | [] | [] |
/src/botan/src/lib/pk_pad/eme.cpp | [] | [] |
/src/botan/build/include/botan/ecdsa.h | [] | [] |
/src/nettle-with-mini-gmp/umac-poly64.c | [] | [] |
/src/botan/src/lib/pbkdf/pgp_s2k/rfc4880.cpp | [] | [] |
/src/botan/src/lib/utils/ghash/ghash_cpu/ghash_cpu.cpp | [] | [] |
/src/botan/src/lib/base/buf_comp.cpp | [] | [] |
/src/botan/build/include/botan/internal/keccak_perm.h | [] | [] |
/src/botan/src/lib/hash/sha2_32/sha2_32_bmi2/sha2_32_bmi2.cpp | [] | [] |
/src/nettle-with-mini-gmp/ecc-mod.c | [] | [] |
/src/nettle-with-libgmp/cbc-aes192-encrypt.c | [] | [] |
/src/botan/src/lib/math/numbertheory/make_prm.cpp | [] | [] |
/src/nettle-with-mini-gmp/arcfour.c | [] | [] |
/src/nettle-with-libgmp/sha1.c | [] | [] |
/src/cryptofuzz/executor.cpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/usr/include/boost/multiprecision/cpp_int/divide.hpp | [] | [] |
/src/botan/src/lib/pubkey/rfc6979/rfc6979.cpp | [] | [] |
/usr/include/boost/random/detail/signed_unsigned_tools.hpp | [] | [] |
/src/gmp-6.2.1/mpz/../gmp.h | [] | [] |
/src/cryptofuzz/fuzzing-headers/include/fuzzing/exception.hpp | [] | [] |
/src/botan/src/lib/hash/mdx_hash/mdx_hash.cpp | [] | [] |
/src/botan/build/include/botan/internal/ed25519_fe.h | [] | [] |
/src/nettle-with-mini-gmp/aes-set-key-internal.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-secp521r1.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-gost-gc512a.c | [] | [] |
/usr/include/boost/algorithm/string/detail/util.hpp | [] | [] |
/src/botan/build/include/botan/internal/point_mul.h | [] | [] |
/src/nettle-with-mini-gmp/cbc.c | [] | [] |
/src/nettle-with-libgmp/hmac-ripemd160.c | [] | [] |
/src/cryptofuzz/tests.cpp | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] |
/src/botan/build/include/botan/internal/gost_3411.h | [] | [] |
/src/botan/src/lib/block/block_cipher.cpp | [] | [] |
/src/botan/build/include/botan/internal/siphash.h | [] | [] |
/src/botan/src/lib/permutations/keccak_perm/keccak_perm.cpp | [] | [] |
/src/nettle-with-mini-gmp/ecc-random.c | [] | [] |
/src/botan/build/include/botan/internal/keccak_helpers.h | [] | [] |
/usr/local/bin/../include/c++/v1/iosfwd | [] | [] |
/src/nettle-with-mini-gmp/poly1305-update.c | [] | [] |
/src/gmp-6.2.1/mpn/toom2_sqr.c | [] | [] |
/src/nettle-with-mini-gmp/ecc-secp192r1.c | [] | [] |
/src/nettle-with-mini-gmp/gcm-camellia128.c | [] | [] |
/src/botan/src/lib/math/bigint/divide.cpp | [] | [] |
/usr/include/boost/multiprecision/cpp_int/bitwise.hpp | [] | [] |
/src/nettle-with-libgmp/sha3-224.c | [] | [] |
/src/nettle-with-libgmp/cnd-copy.c | [] | [] |
/src/cryptofuzz/./executor.h | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | [] |
/usr/local/bin/../include/c++/v1/exception | ['cryptofuzz-nettle-with-mini-gmp', 'cryptofuzz-nettle-with-libgmp'] | [] |
/src/gmp-6.2.1/mpn/sqr.c | [] | [] |
/src/botan/build/include/botan/ec_point.h | [] | [] |
/src/nettle-with-mini-gmp/aes192-decrypt.c | [] | [] |
/src/botan/src/lib/stream/ctr/ctr.cpp | [] | [] |
/src/nettle-with-mini-gmp/./block-internal.h | [] | [] |
/src/nettle-with-libgmp/hmac-sha384.c | [] | [] |
/usr/include/boost/multiprecision/cpp_int/add.hpp | [] | [] |
/src/gmp-6.2.1/mpn/toom44_mul.c | [] | [] |
/src/botan/src/lib/stream/chacha/chacha_simd32/chacha_simd32.cpp | [] | [] |
/src/nettle-with-mini-gmp/aes128-set-encrypt-key.c | [] | [] |
Directory |
---|
/src/botan/src/lib/modes/aead/ocb/ |
/usr/include/boost/algorithm/ |
/src/botan/src/lib/block/serpent/serpent_avx2/ |
/src/botan/src/lib/modes/aead/ |
/src/botan/src/lib/codec/hex/ |
/src/botan/src/lib/block/threefish_512/ |
/usr/include/boost/assert/ |
/usr/include/boost/exception/ |
/src/botan/src/lib/permutations/keccak_perm/keccak_perm_bmi2/ |
/src/botan/src/lib/kdf/ |
/usr/include/boost/core/ |
/src/botan/src/lib/block/sm4/ |
/src/botan/build/include/botan/internal/ |
/src/botan/src/lib/hash/sm3/ |
/src/botan/src/lib/rng/system_rng/ |
/src/botan/src/lib/pubkey/ecdsa/ |
/src/botan/src/lib/pk_pad/eme_raw/ |
/src/cryptofuzz/include/cryptofuzz/../../third_party/json/ |
/src/botan/src/lib/block/aes/aes_ni/ |
/src/botan/src/lib/block/seed/ |
/src/botan/src/lib/block/aes/aes_vperm/ |
/src/botan/src/lib/kdf/prf_tls/ |
/src/cryptofuzz/modules/nettle/./ |
/src/botan/src/lib/mac/ |
/src/cryptofuzz/ |
/src/botan/src/lib/pbkdf/argon2/argon2_ssse3/ |
/src/botan/src/lib/hash/blake2/ |
/src/botan/src/lib/hash/shake/ |
/src/botan/src/lib/math/bigint/ |
/src/botan/src/lib/pbkdf/scrypt/ |
/src/botan/src/lib/kdf/prf_x942/ |
/usr/include/boost/multiprecision/detail/ |
/src/botan/src/lib/kdf/hkdf/ |
/src/botan/src/lib/rng/processor_rng/ |
/src/botan/src/lib/block/shacal2/shacal2_simd/ |
/src/botan/src/lib/utils/poly_dbl/ |
/src/gmp-6.2.1/mpz/../ |
/src/botan/src/lib/hash/streebog/ |
/src/botan/src/lib/pubkey/rfc6979/ |
/src/botan/src/lib/modes/cbc/ |
/src/botan/src/lib/stream/chacha/ |
/src/botan/src/lib/pubkey/ed25519/ |
/src/botan/src/lib/pk_pad/eme_oaep/ |
/src/botan/src/lib/hash/gost_3411/ |
/src/botan/src/lib/pbkdf/pbkdf2/ |
/src/botan/src/lib/codec/base64/ |
/src/botan/src/lib/hash/sha2_32/sha2_32_x86/ |
/src/botan/src/lib/block/ |
/src/botan/src/lib/xof/cshake_xof/ |
/src/botan/src/lib/block/cascade/ |
/src/botan/src/lib/pbkdf/argon2/argon2_avx2/ |
/src/botan/src/lib/hash/skein/ |
/src/botan/src/lib/block/idea/idea_sse2/ |
/usr/local/lib/clang/15.0.0/include/ |
/src/botan/src/lib/pk_pad/raw_hash/ |
/src/botan/src/lib/pk_pad/eme_pkcs1/ |
/src/botan/src/lib/hash/checksum/crc24/ |
/src/botan/src/lib/hash/par_hash/ |
/src/gmp-6.2.1/mpz/./ |
/src/botan/src/lib/block/lion/ |
/src/botan/src/lib/utils/ |
/usr/include/boost/random/ |
/usr/include/boost/multiprecision/cpp_int/ |
/src/botan/src/lib/block/noekeon/ |
/src/botan/src/lib/mac/kmac/ |
/src/botan/src/lib/asn1/ |
/src/botan/src/lib/xof/shake_xof/ |
/src/botan/src/lib/pbkdf/bcrypt_pbkdf/ |
/src/nettle-with-libgmp/./ |
/usr/include/boost/type_index/ |
/usr/include/boost/detail/ |
/src/botan/src/lib/xof/ |
/src/botan/src/lib/math/mp/ |
/src/botan/src/lib/block/serpent/serpent_simd/ |
/src/botan/src/lib/pk_pad/mgf1/ |
/src/botan/src/lib/pubkey/ |
/src/botan/src/lib/pubkey/ecgdsa/ |
/src/botan/src/lib/rng/stateful_rng/ |
/src/botan/src/lib/hash/sha1/ |
/src/botan/src/lib/hash/whirlpool/ |
/src/botan/src/lib/stream/ofb/ |
/src/botan/src/lib/stream/chacha/chacha_avx2/ |
/src/botan/src/lib/mac/gmac/ |
/src/gmp-6.2.1/mpn/../ |
/src/botan/src/lib/hash/checksum/crc32/ |
/src/gmp-6.2.1/mpz/ |
/src/botan/src/lib/block/shacal2/shacal2_avx2/ |
/usr/include/boost/iterator/ |
/src/botan/src/lib/hash/mdx_hash/ |
/src/botan/src/lib/pubkey/keypair/ |
/src/botan/src/lib/modes/aead/ccm/ |
/src/botan/src/lib/mac/hmac/ |
/usr/include/boost/lexical_cast/detail/ |
/src/cryptofuzz/third_party/cpu_features/src/ |
/src/botan/src/lib/hash/sha2_32/ |
/src/botan/src/lib/pubkey/dl_algo/ |
/src/cryptofuzz/./third_party/json/ |
/src/botan/src/lib/entropy/rdseed/ |
/src/botan/src/lib/pubkey/ec_group/ |
/src/botan/src/lib/hash/keccak/ |
/src/botan/src/lib/hash/sha2_64/ |
/src/botan/src/lib/pbkdf/pgp_s2k/ |
/src/botan/src/lib/pubkey/curve25519/ |
/src/botan/src/lib/pubkey/dl_group/ |
/src/botan/src/lib/hash/md4/ |
/src/botan/src/lib/block/twofish/ |
/usr/include/boost/multiprecision/detail/functions/ |
/src/botan/src/lib/mac/blake2mac/ |
/src/botan/src/lib/utils/thread_utils/ |
/src/botan/src/lib/kdf/sp800_56c/ |
/src/botan/src/lib/hash/rmd160/ |
/src/gmp-6.2.1/mpn/ |
/src/botan/src/lib/modes/aead/eax/ |
/usr/include/boost/smart_ptr/detail/ |
/src/botan/src/lib/block/gost_28147/ |
/usr/include/boost/range/ |
/src/botan/src/lib/entropy/getentropy/ |
/src/botan/src/lib/hash/comb4p/ |
/src/botan/src/lib/hash/sha2_64/sha2_64_bmi2/ |
/src/botan/src/lib/modes/mode_pad/ |
/src/botan/src/lib/kdf/kdf1_iso18033/ |
/src/botan/src/lib/block/camellia/ |
/src/botan/src/lib/hash/sha2_32/sha2_32_bmi2/ |
/src/botan/src/lib/hash/checksum/adler32/ |
/src/botan/build/include/botan/ |
/src/botan/src/lib/block/shacal2/ |
/usr/include/boost/algorithm/string/ |
/src/botan/src/lib/hash/trunc_hash/ |
/usr/include/boost/random/detail/ |
/src/botan/src/lib/pubkey/ecc_key/ |
/src/cryptofuzz/modules/botan/../../fuzzing-headers/include/fuzzing/datasource/ |
/usr/include/boost/function/ |
/usr/include/boost/range/algorithm/ |
/src/botan/src/lib/block/des/ |
/src/nettle-with-mini-gmp/ |
/src/cryptofuzz/third_party/cpu_features/include/internal/ |
/src/botan/src/lib/pubkey/dsa/ |
/src/botan/src/lib/kdf/kdf2/ |
/src/botan/src/lib/mac/siphash/ |
/src/gmp-6.2.1/ |
/src/botan/src/lib/kdf/kdf1/ |
/src/botan/src/lib/hash/md5/ |
/src/botan/src/lib/utils/ghash/ghash_cpu/ |
/src/botan/src/lib/kdf/sp800_108/ |
/usr/include/boost/algorithm/string/detail/ |
/src/cryptofuzz/modules/botan/../../include/cryptofuzz/ |
/usr/include/boost/type_traits/ |
/src/botan/src/lib/stream/ |
/src/botan/src/lib/block/kuznyechik/ |
/usr/include/ |
/src/botan/src/lib/mac/x919_mac/ |
/src/botan/src/lib/stream/chacha/chacha_simd32/ |
/src/botan/src/lib/modes/cfb/ |
/src/botan/src/lib/math/numbertheory/ |
/src/cryptofuzz/fuzzing-headers/include/fuzzing/ |
/src/botan/src/lib/mac/poly1305/ |
/src/botan/src/lib/stream/shake_cipher/ |
/src/nettle-with-libgmp/ |
/src/cryptofuzz/modules/botan/./ |
/src/botan/src/lib/stream/rc4/ |
/src/botan/src/lib/hash/ |
/src/botan/src/lib/utils/cpuid/ |
/src/botan/src/lib/block/idea/ |
/src/botan/src/lib/modes/ |
/src/cryptofuzz/fuzzing-headers/include/fuzzing/datasource/ |
/src/botan/src/lib/hash/sha3/ |
/usr/include/boost/exception/detail/ |
/src/botan/src/lib/stream/ctr/ |
/src/botan/src/lib/mac/cmac/ |
/src/nettle-with-mini-gmp/./ |
/usr/include/boost/lexical_cast/ |
/src/botan/src/lib/stream/salsa20/ |
/src/botan/src/lib/rng/ |
/src/botan/src/lib/pk_pad/ |
/src/botan/src/lib/modes/aead/gcm/ |
/src/botan/src/lib/block/shacal2/shacal2_x86/ |
/src/botan/src/lib/pubkey/dh/ |
/src/botan/src/lib/stream/chacha/chacha_avx512/ |
/src/botan/src/lib/pbkdf/ |
/usr/local/bin/../include/c++/v1/ |
/src/botan/src/lib/pubkey/ec_h2c/ |
/src/botan/src/lib/utils/ghash/ |
/src/botan/src/lib/entropy/ |
/src/botan/src/lib/rng/hmac_drbg/ |
/src/botan/src/lib/block/serpent/ |
/usr/include/boost/smart_ptr/ |
/src/botan/src/lib/pbkdf/argon2/ |
/src/cryptofuzz/modules/botan/ |
/usr/include/boost/ |
/src/botan/src/lib/hash/sha1/sha1_sse2/ |
/src/botan/src/lib/block/serpent/serpent_avx512/ |
/src/botan/src/lib/block/blowfish/ |
/src/cryptofuzz/./ |
/usr/include/boost/multiprecision/ |
/src/botan/src/lib/permutations/keccak_perm/ |
/src/botan/src/lib/modes/xts/ |
/src/botan/src/lib/modes/aead/chacha20poly1305/ |
/src/botan/src/lib/hash/sha1/sha1_x86/ |
/src/cryptofuzz/modules/nettle/ |
/src/botan/src/lib/pubkey/pem/ |
/src/botan/src/lib/block/noekeon/noekeon_simd/ |
/src/botan/src/lib/modes/aead/siv/ |
/src/cryptofuzz/modules/botan/../../fuzzing-headers/include/fuzzing/ |
/src/botan/src/lib/utils/ghash/ghash_vperm/ |
/src/botan/src/lib/block/aes/ |
/src/botan/src/lib/block/aria/ |
/src/cryptofuzz/include/cryptofuzz/ |
/src/botan/src/lib/base/ |
/src/botan/src/lib/kdf/sp800_56a/ |
/src/botan/src/lib/block/cast128/ |
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 |
---|---|---|---|
cryptofuzz-nettle-with-mini-gmp | fuzzerLogFile-0-Q2aStwhBGa.data | fuzzerLogFile-0-Q2aStwhBGa.data.yaml | cryptofuzz-nettle-with-mini-gmp.covreport |
cryptofuzz-nettle-with-libgmp | fuzzerLogFile-0-nhNNcXW9wL.data | fuzzerLogFile-0-nhNNcXW9wL.data.yaml | cryptofuzz-nettle-with-libgmp.covreport |