• Home
  • Raw
  • Download

Lines Matching refs:SRC

27     cd $SRC/
40 cd $SRC/cryptofuzz
42 cp -R $SRC/cryptofuzz/ $SRC/cryptofuzz-openssl-api/
43 cd $SRC/cryptofuzz-openssl-api/
51 cp -R $SRC/wolfssl/ $SRC/wolfssl-openssl-api/
52 cd $SRC/wolfssl-openssl-api/
63 export WOLFCRYPT_LIBWOLFSSL_A_PATH="$SRC/wolfssl-openssl-api/src/.libs/libwolfssl.a"
64 export WOLFCRYPT_INCLUDE_PATH="$SRC/wolfssl-openssl-api/"
65 cd $SRC/cryptofuzz-openssl-api/modules/wolfcrypt-openssl
67 cd $SRC/cryptofuzz-openssl-api/
76 cd $SRC/cryptofuzz/
99 cd $SRC/botan
107 export LIBBOTAN_A_PATH="$SRC/botan/libbotan-3.a"
108 export BOTAN_INCLUDE_PATH="$SRC/botan/build/include"
111 cp -R $SRC/cryptofuzz/ $SRC/cryptofuzz-normal-math/
112 cp -R $SRC/wolfssl/ $SRC/wolfssl-normal-math/
113 cd $SRC/wolfssl-normal-math/
128 export WOLFCRYPT_LIBWOLFSSL_A_PATH="$SRC/wolfssl-normal-math/src/.libs/libwolfssl.a"
129 export WOLFCRYPT_INCLUDE_PATH="$SRC/wolfssl-normal-math/"
130 cd $SRC/cryptofuzz-normal-math/modules/wolfcrypt
132 cd $SRC/cryptofuzz-normal-math/modules/botan
134 cd $SRC/cryptofuzz-normal-math/
143 cp -R $SRC/cryptofuzz/ $SRC/cryptofuzz-sp-math-all/
144 cp -R $SRC/wolfssl/ $SRC/wolfssl-sp-math-all/
145 cd $SRC/wolfssl-sp-math-all/
151 export WOLFCRYPT_LIBWOLFSSL_A_PATH="$SRC/wolfssl-sp-math-all/src/.libs/libwolfssl.a"
152 export WOLFCRYPT_INCLUDE_PATH="$SRC/wolfssl-sp-math-all/"
153 cd $SRC/cryptofuzz-sp-math-all/modules/wolfcrypt
155 cd $SRC/cryptofuzz-sp-math-all/modules/botan
157 cd $SRC/cryptofuzz-sp-math-all/
166 cp -R $SRC/cryptofuzz/ $SRC/cryptofuzz-sp-math-all-8bit/
167 cp -R $SRC/wolfssl/ $SRC/wolfssl-sp-math-all-8bit/
168 cd $SRC/wolfssl-sp-math-all-8bit/
174 export WOLFCRYPT_LIBWOLFSSL_A_PATH="$SRC/wolfssl-sp-math-all-8bit/src/.libs/libwolfssl.a"
175 export WOLFCRYPT_INCLUDE_PATH="$SRC/wolfssl-sp-math-all-8bit/"
176 cd $SRC/cryptofuzz-sp-math-all-8bit/modules/wolfcrypt
178 cd $SRC/cryptofuzz-sp-math-all-8bit/modules/botan
180 cd $SRC/cryptofuzz-sp-math-all-8bit/
189 cp -R $SRC/cryptofuzz/ $SRC/cryptofuzz-sp-math/
190 cp -R $SRC/wolfssl/ $SRC/wolfssl-sp-math/
191 cd $SRC/wolfssl-sp-math/
200 export WOLFCRYPT_LIBWOLFSSL_A_PATH="$SRC/wolfssl-sp-math/src/.libs/libwolfssl.a"
201 export WOLFCRYPT_INCLUDE_PATH="$SRC/wolfssl-sp-math/"
202 cd $SRC/cryptofuzz-sp-math/modules/wolfcrypt
204 cd $SRC/cryptofuzz-sp-math/modules/botan
206 cd $SRC/cryptofuzz-sp-math/
215 cp -R $SRC/cryptofuzz/ $SRC/cryptofuzz-disable-fastmath/
216 cp -R $SRC/wolfssl/ $SRC/wolfssl-disable-fastmath/
217 cd $SRC/wolfssl-disable-fastmath/
223 export WOLFCRYPT_LIBWOLFSSL_A_PATH="$SRC/wolfssl-disable-fastmath/src/.libs/libwolfssl.a"
224 export WOLFCRYPT_INCLUDE_PATH="$SRC/wolfssl-disable-fastmath/"
225 cd $SRC/cryptofuzz-disable-fastmath/modules/wolfcrypt
227 cd $SRC/cryptofuzz-disable-fastmath/modules/botan
229 cd $SRC/cryptofuzz-disable-fastmath/
237 mkdir $SRC/cryptofuzz-seed-corpus/
240 …find $SRC/wycheproof/testvectors/ -type f -name 'ecdsa_*' -exec $SRC/cryptofuzz-disable-fastmath/c…
243 unzip -n $SRC/corpus_bearssl.zip -d $SRC/cryptofuzz_seed_corpus/
244 unzip -n $SRC/corpus_nettle.zip -d $SRC/cryptofuzz_seed_corpus/
245 unzip -n $SRC/corpus_libecc.zip -d $SRC/cryptofuzz_seed_corpus/
246 unzip -n $SRC/corpus_relic.zip -d $SRC/cryptofuzz_seed_corpus/
247 unzip -n $SRC/corpus_cryptofuzz.zip -d $SRC/cryptofuzz_seed_corpus/
248 unzip -n $SRC/corpus_wolfssl_sp-math-all.zip -d $SRC/cryptofuzz_seed_corpus/
249 unzip -n $SRC/corpus_wolfssl_sp-math-all-8bit.zip -d $SRC/cryptofuzz_seed_corpus/
250 unzip -n $SRC/corpus_wolfssl_sp-math.zip -d $SRC/cryptofuzz_seed_corpus/
251 unzip -n $SRC/corpus_wolfssl_disable-fastmath.zip -d $SRC/cryptofuzz_seed_corpus/
254 mkdir $SRC/botan-p256-corpus/
255 unzip $SRC/corpus_botan_ecc_p256.zip -d $SRC/botan-p256-corpus/
256 …find $SRC/botan-p256-corpus/ -type f -exec $SRC/cryptofuzz-disable-fastmath/cryptofuzz --from-bota…
258 mkdir $SRC/botan-p384-corpus/
259 unzip $SRC/corpus_botan_ecc_p384.zip -d $SRC/botan-p384-corpus/
260 …find $SRC/botan-p384-corpus/ -type f -exec $SRC/cryptofuzz-disable-fastmath/cryptofuzz --from-bota…
262 mkdir $SRC/botan-p521-corpus/
263 unzip $SRC/corpus_botan_ecc_p521.zip -d $SRC/botan-p521-corpus/
264 …find $SRC/botan-p521-corpus/ -type f -exec $SRC/cryptofuzz-disable-fastmath/cryptofuzz --from-bota…
266 mkdir $SRC/botan-bp256-corpus/
267 unzip $SRC/corpus_botan_ecc_bp256.zip -d $SRC/botan-bp256-corpus/
268 …find $SRC/botan-bp256-corpus/ -type f -exec $SRC/cryptofuzz-disable-fastmath/cryptofuzz --from-bot…
271 cd $SRC/cryptofuzz_seed_corpus
272 zip -r $SRC/cryptofuzz_seed_corpus.zip .
275 cp $SRC/cryptofuzz_seed_corpus.zip $OUT/cryptofuzz-normal-math_seed_corpus.zip
276 cp $SRC/cryptofuzz_seed_corpus.zip $OUT/cryptofuzz-sp-math-all_seed_corpus.zip
277 cp $SRC/cryptofuzz_seed_corpus.zip $OUT/cryptofuzz-sp-math-all-8bit_seed_corpus.zip
278 cp $SRC/cryptofuzz_seed_corpus.zip $OUT/cryptofuzz-sp-math_seed_corpus.zip
279 cp $SRC/cryptofuzz_seed_corpus.zip $OUT/cryptofuzz-disable-fastmath_seed_corpus.zip
282 rm -rf $SRC/botan-p256-corpus/
283 rm -rf $SRC/botan-p384-corpus/
284 rm -rf $SRC/botan-p521-corpus/
285 rm -rf $SRC/botan-bp256-corpus/
286 rm -rf $SRC/cryptofuzz_seed_corpus/
287 rm -rf $SRC/cryptofuzz_seed_corpus.zip
290 NEW_SRC=$SRC/wolf-ssl-ssh-fuzzers/oss-fuzz/projects/wolf-ssl-ssh/
291 cp -R $SRC/wolfssl/ $NEW_SRC
292 cp -R $SRC/wolfssh/ $NEW_SRC
293 cp -R $SRC/fuzzing-headers/ $NEW_SRC
294 OSS_FUZZ_BUILD=1 SRC="$NEW_SRC" $NEW_SRC/build.sh
299 cd $SRC/wolfssl
302 target_dir="$SRC/fuzz-targets"