Skip to content

Commit

Permalink
tdes fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekKnapek committed Mar 18, 2024
1 parent 17b3a36 commit f1e7b0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mk_clib/src/mk_clib_fuzz.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include "mk_lib_crypto_aes_fuzz.h"
#include "mk_lib_crypto_des_fuzz.h"
#include "mk_lib_crypto_serpent_fuzz.h"
#include "mk_lib_crypto_tdes2_fuzz.h"
#include "mk_lib_crypto_tdes3_fuzz.h"
#include "mk_sl_sort_merge_fuzz.h"

#if defined mk_clib_test_smol_want && mk_clib_test_smol_want == 1
Expand All @@ -23,6 +25,8 @@ mk_lang_jumbo void mk_clib_fuzz(unsigned char const* const data, mk_lang_types_u
mk_lib_crypto_aes_fuzz(data, size);
mk_lib_crypto_des_fuzz(data, size);
mk_lib_crypto_serpent_fuzz(data, size);
mk_lib_crypto_tdes2_fuzz(data, size);
mk_lib_crypto_tdes3_fuzz(data, size);
mk_sl_sort_merge_fuzz(data, size);

#if defined mk_clib_test_smol_want && mk_clib_test_smol_want == 1
Expand Down

0 comments on commit f1e7b0f

Please sign in to comment.