Searched refs:abort (Results 1 – 10 of 10) sorted by relevance
/mbedtls-development/tests/scripts/ |
A D | curves.pl | 73 sub abort { subroutine 83 and abort "Failed to disable $curve\n"; 99 and abort "Failed to enable $curve\n"; 106 and abort "Failed to $ecdsa $dep\n"; 110 and abort "Failed to build: only $curve\n"; 112 and abort "Failed test suite: only $curve\n"; 115 and abort "Failed to disable $curve\n"; 134 and abort "Failed to disable $curve\n"; 137 and abort "Failed to build: all but $curve\n"; 139 and abort "Failed test suite: all but $curve\n";
|
A D | depends-pkalgs.pl | 76 sub abort { subroutine 93 and abort "Failed to disable $alg\n"; 96 and abort "Failed to disable $opt\n"; 100 and abort "Failed to build lib: $alg\n"; 101 system( "cd tests && make" ) and abort "Failed to build tests: $alg\n"; 102 system( "make test" ) and abort "Failed test suite: $alg\n";
|
A D | depends-hashes.pl | 65 sub abort { subroutine 85 and abort "Failed to $hash\n"; 90 and abort "Failed to disable $opt\n"; 94 and abort "Failed to build lib: $hash_config_string\n"; 95 system( "cd tests && make" ) and abort "Failed to build tests: $hash_config_string\n"; 96 system( "make test" ) and abort "Failed test suite: $hash_config_string\n";
|
A D | test-ref-configs.pl | 66 sub abort { subroutine 92 and abort "Failed to activate $conf\n"; 94 system( "CFLAGS='-Os -Werror -Wall -Wextra' make" ) and abort "Failed to build: $conf\n"; 95 system( "make test" ) and abort "Failed test suite: $conf\n"; 102 and abort "Failed compat.sh: $conf\n"; 114 and abort "Failed ssl-opt.sh: $conf\n";
|
A D | key-exchanges.pl | 47 sub abort { subroutine 64 system( "scripts/config.py full" ) and abort "Failed config full\n"; 68 and abort "Failed to disable $k\n"; 71 system( "make lib CFLAGS='-Os -Werror'" ) and abort "Failed to build lib: $kex\n";
|
/mbedtls-development/programs/fuzz/ |
A D | fuzz_pubkey.c | 27 abort(); in LLVMFuzzerTestOneInput() 30 abort(); in LLVMFuzzerTestOneInput() 33 abort(); in LLVMFuzzerTestOneInput() 55 abort( ); in LLVMFuzzerTestOneInput() 60 abort( ); in LLVMFuzzerTestOneInput() 67 abort( ); in LLVMFuzzerTestOneInput()
|
A D | fuzz_privkey.c | 38 abort(); in LLVMFuzzerTestOneInput() 41 abort(); in LLVMFuzzerTestOneInput() 62 abort( ); in LLVMFuzzerTestOneInput() 69 abort( ); in LLVMFuzzerTestOneInput()
|
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_driver_wrappers.function | 485 /* Finish will have called abort as well, so expecting two hits here */ 615 /* Finish will have called abort as well, so expecting two hits here */ 748 /* Finish will have called abort as well, so expecting two hits here */ 905 /* When setting the IV fails, it should call abort too */ 927 /* When generating the IV fails, it should call abort too */ 957 /* When the update call fails, it should call abort too */ 995 /* When the finish call fails, it should call abort too */ 1603 /* One or two more calls to the driver interface: update or update + abort */ 1614 /* Two calls to the driver interface: update + abort */ 1666 /* Two more calls to the driver interface: finish + abort */
|
A D | test_suite_psa_crypto.function | 158 /* Whether setup succeeded or failed, abort must succeed. */ 191 /* Whether setup succeeded or failed, abort must succeed. */ 1814 /* Whether setup succeeded or failed, abort must succeed. */ 1966 /* Check that update calls abort on error. */
|
/mbedtls-development/ |
A D | ChangeLog | 1756 * Fix a bug that caused SSL/TLS clients to incorrectly abort the handshake
|
Completed in 25 milliseconds