/Zephyr-latest/tests/bluetooth/audio/ascs/src/ |
D | test_ase_state_transition.c | 141 /* Verification */ in ZTEST_F() 157 /* Verification */ in ZTEST_F() 175 /* Verification */ in ZTEST_F() 192 /* Verification */ in ZTEST_F() 210 /* Verification */ in ZTEST_F() 227 /* Verification */ in ZTEST_F() 245 /* Verification */ in ZTEST_F() 263 /* Verification */ in ZTEST_F() 280 /* Verification */ in ZTEST_F() 297 /* Verification */ in ZTEST_F() [all …]
|
/Zephyr-latest/soc/ti/simplelink/cc32xx/ |
D | Kconfig | 19 bool "Prepend debug header, disabling flash verification" if XIP 24 bool "Prepend debug header, disabling flash verification" if XIP
|
D | cc32xx_debug.ld | 8 /* Add CC32xx flash header to disable flash verification */
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | psa_attestation.h | 21 * verification services for device verification purposes. 34 * verification entity (the IAT consumer).
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 115 prompt "Firmware verification" 121 Enables SHA-256 verification of data stream while downloading. 133 Enables SHA-256 verification of stored data stream. When this 144 Enables SHA-256 verification on both data stream while downloading
|
/Zephyr-latest/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-latest/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-latest/tests/drivers/interrupt_controller/intc_plic/ |
D | Kconfig | 8 Declare some intc_plic.c functions in the global scope for verification.
|
/Zephyr-latest/drivers/disk/ |
D | Kconfig.flash | 20 verification. Disable to reduce code size.
|
/Zephyr-latest/subsys/storage/flash_map/ |
D | Kconfig | 36 integrity using SHA-256 verification algorithm.
|
/Zephyr-latest/tests/kernel/interrupt/src/ |
D | nested_irq.c | 96 /* Set verification token */ in isr1() 108 /* Set verification token */ in isr0()
|
/Zephyr-latest/dts/bindings/retention/ |
D | zephyr,retention.yaml | 61 An optional data verification checksum, which indicates that the data is
|
/Zephyr-latest/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-latest/samples/tfm_integration/ |
D | tfm_integration.rst | 20 verification process at startup, based on a pair of private keys that you
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | scanner.py | 106 Calculate the SPDX Package Verification Code for all files in the package. 110 Returns: verification code as string
|
/Zephyr-latest/tests/benchmarks/posix/threads/ |
D | README.rst | 44 | prj-assert.conf | Enable assertions for API verification |
|
/Zephyr-latest/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-latest/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-latest/boards/intel/ish/doc/ |
D | index.rst | 63 - If re-mount fails, execute below commands to Remove rootfs verification:
|
/Zephyr-latest/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-latest/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-latest/tests/subsys/edac/ibecc/ |
D | README.rst | 25 IBECC includes a feature to ease the verification effort such as Error
|
/Zephyr-latest/drivers/flash/ |
D | flash_shell.c | 168 shell_print(sh, "Verification read ERROR!"); in cmd_write() 175 shell_error(sh, "Verification ERROR!"); in cmd_write() 309 shell_print(sh, "Verification read failed, code: %d", result); in cmd_test() 314 shell_error(sh, "Verification ERROR!"); in cmd_test()
|
D | flash_handlers.c | 144 * verification. Zephyr codes should be verified here, but currently in z_vrfy_flash_ex_op()
|
/Zephyr-latest/samples/net/sockets/big_http_download/ |
D | README.rst | 43 with various hashes for them, to ease external selection and verification.
|