Home
last modified time | relevance | path

Searched full:arithmetic_tests (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/libecc/src/arithmetic_tests/
H A DMakefile17 …TDLIB arithmetic_tests.c $(LIBARITH) $(ROOT_DIR)/src/external_deps/print.c $(ROOT_DIR)/src/externa…
21 $(eval WORDSZ := $(shell ./arithmetic_tests -info | cut -d ' ' -f1))
22 $(eval MAXBITS := $(shell ./arithmetic_tests -info | cut -d ' ' -f2))
23 python2 arithmetic_tests_generator.py stdout $(WORDSZ) $(MAXBITS) $(NUM_TESTS) | ./arithmetic_tests
26 @rm -f arithmetic_tests
/freebsd/crypto/libecc/
H A D.travis.yml259 …build/ec_self_tests vectors && ./build/ec_self_tests rand && cd src/arithmetic_tests/ && make clea…
261 …build/ec_self_tests vectors && ./build/ec_self_tests rand && cd src/arithmetic_tests/ && make clea…
263 …build/ec_self_tests vectors && ./build/ec_self_tests rand && cd src/arithmetic_tests/ && make clea…
265 …build/ec_self_tests vectors && ./build/ec_self_tests rand && cd src/arithmetic_tests/ && make clea…
267 …build/ec_self_tests vectors && ./build/ec_self_tests rand && cd src/arithmetic_tests/ && make clea…
269 …build/ec_self_tests vectors && ./build/ec_self_tests rand && cd src/arithmetic_tests/ && make clea…
271 …build/ec_self_tests vectors && ./build/ec_self_tests rand && cd src/arithmetic_tests/ && make clea…
273 …build/ec_self_tests vectors && ./build/ec_self_tests rand && cd src/arithmetic_tests/ && make clea…
H A DREADME.md351 These tests are located inside the [src/arithmetic_tests/](src/arithmetic_tests/) folder. Mo…
354 * [src/arithmetic_tests/arithmetic_tests.c](src/arithmetic_tests/arithmetic_tests.c):…
358 * [src/arithmetic_tests/arithmetic_tests_generator.py](src/arithmetic_tests/ar…
458 arithmetic_tests.c:(.text+0x3af21) : undefined reference to « nn_consistency_check_maxbitlen521word…
1208 * [10] Arithmetic self tests: in [src/arithmetic](src/arithmetic_tests/)
/freebsd/crypto/libecc/.github/workflows/
H A Dlibecc_compilation_tests.yml37 make && cd src/arithmetic_tests/ && make clean && make bin && make clean && cd -;
/freebsd/crypto/libecc/scripts/
H A Dcrossbuild.sh254 …DDER" -e CRYPTOFUZZ="$CRYPTOFUZZ" --rm -v $SRC_DIR:/ecc -w /ecc/src/arithmetic_tests multiarch/cro…
274 …DDER" -e CRYPTOFUZZ="$CRYPTOFUZZ" --rm -v $SRC_DIR:/ecc -w /ecc/src/arithmetic_tests multiarch/cro…