Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest-ref-configs.pl66 sub abort { subroutine
103 and abort "Failed to activate $conf_file\n";
111 system( "CFLAGS='-Os -Werror -Wall -Wextra' make" ) and abort "Failed to build: $conf_name\n";
112 system( "make test" ) and abort "Failed test suite: $conf_name\n";
119 and abort "Failed compat.sh: $conf_name\n";
137 … system( "CFLAGS='-Os -Werror -Wall -Wextra' make" ) and abort "Failed to build: $conf_name\n";
142 and abort "Failed ssl-opt.sh: $conf_name\n";
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
Dfuzz_pubkey.c31 abort(); in LLVMFuzzerTestOneInput()
34 abort(); in LLVMFuzzerTestOneInput()
37 abort(); in LLVMFuzzerTestOneInput()
57 abort(); in LLVMFuzzerTestOneInput()
65 abort(); in LLVMFuzzerTestOneInput()
68 abort(); in LLVMFuzzerTestOneInput()
76 abort(); in LLVMFuzzerTestOneInput()
Dfuzz_privkey.c59 abort(); in LLVMFuzzerTestOneInput()
62 abort(); in LLVMFuzzerTestOneInput()
81 abort(); in LLVMFuzzerTestOneInput()
88 abort(); in LLVMFuzzerTestOneInput()
/openthread-latest/src/cli/
DREADME_TCP.md65 - [abort](#abort)
71 ### abort subsection
76 > tcp abort
162 abort
/openthread-latest/third_party/mbedtls/repo/tests/include/test/drivers/
Dpake.h30 unsigned long abort; member
/openthread-latest/third_party/mbedtls/repo/tests/src/drivers/
Dtest_driver_pake.c175 mbedtls_test_driver_pake_hooks.hits.abort++; in mbedtls_test_transparent_pake_abort()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function1090 /* Finish will have called abort as well, so expecting two hits here */
1218 /* Finish will have called abort as well, so expecting two hits here */
1348 /* Finish will have called abort as well, so expecting two hits here */
1531 /* When setting the IV fails, it should call abort too */
1589 /* When the update call fails, it should call abort too */
1627 /* When the finish call fails, it should call abort too */
2346 /* One or two more calls to the driver interface: update or update + abort */
2356 /* Two calls to the driver interface: update + abort */
2409 /* Two more calls to the driver interface: finish + abort */
3081 /* --- psa_pake_input (driver: setup, input, abort) --- */
[all …]
Dtest_suite_psa_crypto.function194 /* Whether setup succeeded or failed, abort must succeed. */
226 /* Whether setup succeeded or failed, abort must succeed. */
2987 /* Whether setup succeeded or failed, abort must succeed. */
3229 /* Check that update calls abort on error. */
6874 * 3. Test that the number of ops done prior to start and after abort is zero
7049 * 3. Test that the number of ops done prior to start and after abort is zero
7270 * 4. Test that the number of ops done prior to starting signing and after abort
7471 * 3. Test that the number of ops done prior to start and after abort is zero
7637 * 3. Test that the number of ops done prior to start and after abort is zero
Dtest_suite_psa_crypto_driver_wrappers.data842 PSA PAKE transparent driver: abort in-driver forced status
/openthread-latest/src/core/diags/
DREADME.md351 sent error abort packets: 0
/openthread-latest/third_party/mbedtls/repo/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'…
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp2014 abort(); in HandleRcpUnexpectedReset()
/openthread-latest/third_party/mbedtls/repo/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.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md308 …rt operation to calculate the hash. The operation must support update, finish, reset, abort, clone.
/openthread-latest/third_party/mbedtls/repo/
DChangeLog3207 * Fix a bug that caused SSL/TLS clients to incorrectly abort the handshake