Searched refs:abort (Results 1 – 10 of 10) sorted by relevance
/mbedtls-3.5.0/tests/scripts/ |
D | test-ref-configs.pl | 75 sub abort { subroutine 112 and abort "Failed to activate $conf_file\n"; 120 system( "CFLAGS='-Os -Werror -Wall -Wextra' make" ) and abort "Failed to build: $conf_name\n"; 121 system( "make test" ) and abort "Failed test suite: $conf_name\n"; 128 and abort "Failed compat.sh: $conf_name\n"; 146 … system( "CFLAGS='-Os -Werror -Wall -Wextra' make" ) and abort "Failed to build: $conf_name\n"; 151 and abort "Failed ssl-opt.sh: $conf_name\n";
|
/mbedtls-3.5.0/programs/fuzz/ |
D | fuzz_pubkey.c | 27 abort(); in LLVMFuzzerTestOneInput() 30 abort(); in LLVMFuzzerTestOneInput() 33 abort(); in LLVMFuzzerTestOneInput() 53 abort(); in LLVMFuzzerTestOneInput() 59 abort(); in LLVMFuzzerTestOneInput() 66 abort(); in LLVMFuzzerTestOneInput()
|
D | fuzz_privkey.c | 54 abort(); in LLVMFuzzerTestOneInput() 57 abort(); in LLVMFuzzerTestOneInput() 76 abort(); in LLVMFuzzerTestOneInput() 83 abort(); in LLVMFuzzerTestOneInput()
|
/mbedtls-3.5.0/tests/include/test/drivers/ |
D | pake.h | 42 unsigned long abort; member
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 1086 /* Finish will have called abort as well, so expecting two hits here */ 1213 /* Finish will have called abort as well, so expecting two hits here */ 1342 /* Finish will have called abort as well, so expecting two hits here */ 1528 /* When setting the IV fails, it should call abort too */ 1555 /* When generating the IV fails, it should call abort too */ 1593 /* When the update call fails, it should call abort too */ 1631 /* When the finish call fails, it should call abort too */ 2344 /* One or two more calls to the driver interface: update or update + abort */ 2354 /* Two calls to the driver interface: update + abort */ 2406 /* Two more calls to the driver interface: finish + abort */ [all …]
|
D | test_suite_psa_crypto.function | 190 /* Whether setup succeeded or failed, abort must succeed. */ 222 /* Whether setup succeeded or failed, abort must succeed. */ 2619 /* Whether setup succeeded or failed, abort must succeed. */ 2861 /* Check that update calls abort on error. */ 6502 * 3. Test that the number of ops done prior to start and after abort is zero 6677 * 3. Test that the number of ops done prior to start and after abort is zero 6898 * 4. Test that the number of ops done prior to starting signing and after abort 7099 * 3. Test that the number of ops done prior to start and after abort is zero 7265 * 3. Test that the number of ops done prior to start and after abort is zero
|
D | test_suite_psa_crypto_driver_wrappers.data | 842 PSA PAKE transparent driver: abort in-driver forced status
|
/mbedtls-3.5.0/tests/src/drivers/ |
D | test_driver_pake.c | 185 mbedtls_test_driver_pake_hooks.hits.abort++; in mbedtls_test_transparent_pake_abort()
|
/mbedtls-3.5.0/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 252 …rt operation to calculate the hash. The operation must support update, finish, reset, abort, clone.
|
/mbedtls-3.5.0/ |
D | ChangeLog | 2626 * Fix a bug that caused SSL/TLS clients to incorrectly abort the handshake
|