Home
last modified time | relevance | path

Searched refs:abort (Results 1 – 12 of 12) sorted by relevance

/mbedtls-latest/tests/scripts/
Dtest-ref-configs.pl60 sub abort { subroutine
97 and abort "Failed to activate $conf_file\n";
105 system( "CFLAGS='-Os -Werror -Wall -Wextra' make" ) and abort "Failed to build: $conf_name\n";
106 system( "make test" ) and abort "Failed test suite: $conf_name\n";
113 and abort "Failed compat.sh: $conf_name\n";
131 … system( "CFLAGS='-Os -Werror -Wall -Wextra' make" ) and abort "Failed to build: $conf_name\n";
136 and abort "Failed ssl-opt.sh: $conf_name\n";
/mbedtls-latest/programs/fuzz/
Dfuzz_pubkey.c32 abort(); in LLVMFuzzerTestOneInput()
35 abort(); in LLVMFuzzerTestOneInput()
38 abort(); in LLVMFuzzerTestOneInput()
58 abort(); in LLVMFuzzerTestOneInput()
66 abort(); in LLVMFuzzerTestOneInput()
69 abort(); in LLVMFuzzerTestOneInput()
77 abort(); in LLVMFuzzerTestOneInput()
Dfuzz_privkey.c59 abort(); in LLVMFuzzerTestOneInput()
62 abort(); in LLVMFuzzerTestOneInput()
81 abort(); in LLVMFuzzerTestOneInput()
88 abort(); in LLVMFuzzerTestOneInput()
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function1106 /* Finish will have called abort as well, so expecting two hits here */
1234 /* Finish will have called abort as well, so expecting two hits here */
1364 /* Finish will have called abort as well, so expecting two hits here */
1547 /* When setting the IV fails, it should call abort too */
1605 /* When the update call fails, it should call abort too */
1643 /* When the finish call fails, it should call abort too */
2362 /* One or two more calls to the driver interface: update or update + abort */
2372 /* Two calls to the driver interface: update + abort */
2425 /* Two more calls to the driver interface: finish + abort */
3097 /* --- psa_pake_input (driver: setup, input, abort) --- */
[all …]
Dtest_suite_psa_crypto.function172 /* Whether setup succeeded or failed, abort must succeed. */
204 /* Whether setup succeeded or failed, abort must succeed. */
2967 /* Whether setup succeeded or failed, abort must succeed. */
3209 /* Check that update calls abort on error. */
6854 * 3. Test that the number of ops done prior to start and after abort is zero
7029 * 3. Test that the number of ops done prior to start and after abort is zero
7250 * 4. Test that the number of ops done prior to starting signing and after abort
7451 * 3. Test that the number of ops done prior to start and after abort is zero
7617 * 3. Test that the number of ops done prior to start and after abort is zero
Dtest_suite_psa_crypto_driver_wrappers.data846 PSA PAKE transparent driver: abort in-driver forced status
/mbedtls-latest/tests/include/test/drivers/
Dpake.h30 unsigned long abort; member
/mbedtls-latest/tests/src/drivers/
Dtest_driver_pake.c175 mbedtls_test_driver_pake_hooks.hits.abort++; in mbedtls_test_transparent_pake_abort()
/mbedtls-latest/docs/architecture/
Dpsa-storage-resilience.md99 …n recovery. When a power loss happens, the core decides whether to commit or abort the transaction.
137 …mit the transaction (which may require replaying the interrupted part) or abort it (which may requ…
157 …g: [always destroy the key](#exploring-the-always-destroy-strategy), i.e. abort all key creations …
159 * Always abort key creation, but follow the state of the secure element for key destruction. I can'…
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md324 … their key slot until their copy of the key is destroyed, i.e. at the end of the finish/abort call.
/mbedtls-latest/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md308 …rt operation to calculate the hash. The operation must support update, finish, reset, abort, clone.
/mbedtls-latest/
DChangeLog108 optional authentication (required would abort the handshake with a fatal
3402 * Fix a bug that caused SSL/TLS clients to incorrectly abort the handshake