Searched refs:abort (Results 1 – 15 of 15) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | test-ref-configs.pl | 66 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/ |
D | fuzz_pubkey.c | 31 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()
|
D | fuzz_privkey.c | 59 abort(); in LLVMFuzzerTestOneInput() 62 abort(); in LLVMFuzzerTestOneInput() 81 abort(); in LLVMFuzzerTestOneInput() 88 abort(); in LLVMFuzzerTestOneInput()
|
/openthread-latest/src/cli/ |
D | README_TCP.md | 65 - [abort](#abort) 71 ### abort subsection 76 > tcp abort 162 abort
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/drivers/ |
D | pake.h | 30 unsigned long abort; member
|
/openthread-latest/third_party/mbedtls/repo/tests/src/drivers/ |
D | test_driver_pake.c | 175 mbedtls_test_driver_pake_hooks.hits.abort++; in mbedtls_test_transparent_pake_abort()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 1090 /* 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 …]
|
D | test_suite_psa_crypto.function | 194 /* 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
|
D | test_suite_psa_crypto_driver_wrappers.data | 842 PSA PAKE transparent driver: abort in-driver forced status
|
/openthread-latest/src/core/diags/ |
D | README.md | 351 sent error abort packets: 0
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-storage-resilience.md | 99 …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/ |
D | radio_spinel.cpp | 2014 abort(); in HandleRcpUnexpectedReset()
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/ |
D | psa-thread-safety.md | 324 … 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/ |
D | md-cipher-dispatch.md | 308 …rt operation to calculate the hash. The operation must support update, finish, reset, abort, clone.
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 3207 * Fix a bug that caused SSL/TLS clients to incorrectly abort the handshake
|