/Zephyr-Core-3.5.0/tests/bluetooth/audio/ascs/src/ |
D | test_ase_state_transition.c | 89 /* Verification */ in ZTEST_F() 106 /* Verification */ in ZTEST_F() 123 /* Verification */ in ZTEST_F() 140 /* Verification */ in ZTEST_F() 157 /* Verification */ in ZTEST_F() 174 /* Verification */ in ZTEST_F() 192 /* Verification */ in ZTEST_F() 209 /* Verification */ in ZTEST_F() 226 /* Verification */ in ZTEST_F() 243 /* Verification */ in ZTEST_F() [all …]
|
/Zephyr-Core-3.5.0/soc/arm/ti_simplelink/cc32xx/ |
D | Kconfig.soc | 20 bool "Prepend debug header, disabling flash verification" if XIP 25 bool "Prepend debug header, disabling flash verification" if XIP
|
D | cc32xx_debug.ld | 8 /* Add CC32xx flash header to disable flash verification */
|
/Zephyr-Core-3.5.0/samples/tfm_integration/psa_crypto/src/ |
D | psa_attestation.h | 21 * verification services for device verification purposes. 34 * verification entity (the IAT consumer).
|
/Zephyr-Core-3.5.0/subsys/mgmt/updatehub/ |
D | Kconfig | 114 prompt "Firmware verification" 120 Enables SHA-256 verification of data stream while downloading. 132 Enables SHA-256 verification of stored data stream. When this 143 Enables SHA-256 verification on both data stream while downloading
|
/Zephyr-Core-3.5.0/doc/develop/sca/ |
D | sparse.rst | 10 spaces in C code with subsequent verification that pointers to different 21 To run a sparse verification build :ref:`west build <west-building>` should be
|
/Zephyr-Core-3.5.0/doc/kernel/usermode/ |
D | syscalls.rst | 42 * A **verification function**, which wraps the implementation function 78 a verification function defined (because the related feature is not enabled in 79 the kernel configuration) will instead point to a special verification for 162 * A weak verification function is declared, which is just an alias of the 164 verification function may or may not be built depending on the kernel 219 space, which needs to be treated as untrusted memory in the verification 248 Verification Function 251 The verification function runs on the kernel side when a user thread makes 255 system call and jump into it. This in turn calls the verification function. 257 Verification and unmarshalling functions only run when system call APIs are [all …]
|
/Zephyr-Core-3.5.0/drivers/disk/ |
D | Kconfig.flash | 18 verification. Disable to reduce code size.
|
/Zephyr-Core-3.5.0/subsys/storage/flash_map/ |
D | Kconfig | 36 integrity using SHA-256 verification algorithm.
|
/Zephyr-Core-3.5.0/tests/kernel/interrupt/src/ |
D | nested_irq.c | 84 /* Set verification token */ in isr1() 96 /* Set verification token */ in isr0()
|
/Zephyr-Core-3.5.0/tests/net/ipv4_fragment/src/ |
D | main.c | 421 "IPv4 data verification failure"); in udp_data_received() 500 zassert_equal(tcp_src_port, 19551, "IPv4 TCP source port verification failure"); in tcp_data_received() 501 zassert_equal(tcp_dst_port, 4092, "IPv4 TCP destination port verification failure"); in tcp_data_received() 502 zassert_equal(tcp_sequence, 0, "IPv4 TCP sequence verification failure"); in tcp_data_received() 503 zassert_equal(tcp_acknowledgment, 0, "IPv4 TCP acknowledgment verification failure"); in tcp_data_received() 504 zassert_equal(tcp_flags, 0x5010, "IPv4 TCP flags verification failure"); in tcp_data_received() 505 zassert_equal(tcp_window_size, 0, "IPv4 TCP window size verification failure"); in tcp_data_received() 506 zassert_equal(tcp_urgent, 0, "IPv4 TCP urgent verification failure"); in tcp_data_received() 514 "IPv4 data verification failure"); in tcp_data_received()
|
/Zephyr-Core-3.5.0/dts/bindings/retention/ |
D | zephyr,retention.yaml | 61 An optional data verification checksum, which indicates that the data is
|
/Zephyr-Core-3.5.0/scripts/west_commands/zspdx/ |
D | scanner.py | 101 Calculate the SPDX Package Verification Code for all files in the package. 105 Returns: verification code as string
|
/Zephyr-Core-3.5.0/samples/tfm_integration/ |
D | tfm_integration.rst | 26 verification process at startup, based on a pair of private keys that you
|
/Zephyr-Core-3.5.0/tests/net/traffic_class/src/ |
D | main.c | 598 zassert_false(test_failed, "Traffic class verification failed."); in test_traffic_class_send_data_mix() 639 zassert_false(test_failed, "Traffic class verification failed."); in test_traffic_class_send_data_mix_all_1() 689 zassert_false(test_failed, "Traffic class verification failed."); in test_traffic_class_send_data_mix_all_2() 835 zassert_false(test_failed, "Traffic class verification failed."); in test_traffic_class_recv_data_prio_bk() 896 zassert_false(test_failed, "Traffic class verification failed."); in test_traffic_class_recv_data_mix() 937 zassert_false(test_failed, "Traffic class verification failed."); in test_traffic_class_recv_data_mix_all_1() 987 zassert_false(test_failed, "Traffic class verification failed."); in test_traffic_class_recv_data_mix_all_2()
|
/Zephyr-Core-3.5.0/tests/subsys/debug/coredump_backends/src/ |
D | main.c | 101 TC_PRINT("Verification of stored dump failed!\n"); in test_verify_stored_dump()
|
/Zephyr-Core-3.5.0/tests/drivers/eeprom/shell/src/ |
D | main.c | 55 /* Setup data capture to satisfy EEPROM shell verification read-back */ in ZTEST() 150 /* Setup data capture to satisfy EEPROM shell verification read-back */ in ZTEST()
|
/Zephyr-Core-3.5.0/boards/x86/intel_ish/doc/ |
D | index.rst | 63 - If re-mount fails, execute below commands to Remove rootfs verification:
|
/Zephyr-Core-3.5.0/drivers/fuel_gauge/bq27z746/ |
D | bq27z746.c | 69 * 0..1: The command (for verification) in bq27z746_read_mac() 81 /* The first two bytes read is the command and is used for verification */ in bq27z746_read_mac()
|
/Zephyr-Core-3.5.0/tests/benchmarks/data_structure_perf/dlist_perf/src/ |
D | dlist_perf.c | 34 * value initialized.If the verification pass,the user 95 * value initialized.If the verification pass,the "for each"
|
/Zephyr-Core-3.5.0/tests/subsys/edac/ibecc/ |
D | README.rst | 25 IBECC includes a feature to ease the verification effort such as Error
|
/Zephyr-Core-3.5.0/drivers/flash/ |
D | flash_handlers.c | 119 * verification. Zephyr codes should be verified here, but currently in z_vrfy_flash_ex_op()
|
D | flash_shell.c | 151 shell_print(sh, "Verification read ERROR!"); in cmd_write() 158 shell_error(sh, "Verification ERROR!"); in cmd_write() 258 shell_print(sh, "Verification read failed, code: %d", result); in cmd_test() 263 shell_error(sh, "Verification ERROR!"); in cmd_test()
|
/Zephyr-Core-3.5.0/samples/net/sockets/big_http_download/ |
D | README.rst | 43 with various hashes for them, to ease external selection and verification.
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | dfu_srv.rst | 72 Image verification
|