/psa-arch-tests-3.4.0/secure-debug/tests/adac/test_a007/ |
D | test_a007.c | 43 uint16_t command[] = { 0x0, 0x100, 0xBAD, 0x7FFF}; in test_entry() local 46 cmd_list_size = sizeof(command)/sizeof(command[0]); in test_entry() 49 request = request_packet_build(command[i], NULL, 0); in test_entry() 51 val->print(PRINT_INFO, "Sending command 0x%x\n", command[i]); in test_entry()
|
/psa-arch-tests-3.4.0/secure-debug/platform/common/src/ |
D | adac_command_util.c | 150 psa_status_t psa_adac_issue_command(uint32_t command, request_packet_t *packet, in psa_adac_issue_command() argument 156 packet = request_packet_build((uint16_t)command, data, data_size); in psa_adac_issue_command() 164 switch (command) { in psa_adac_issue_command() 181 if (command & 0x8000u) in psa_adac_issue_command() 182 PSA_ADAC_LOG_INFO("host", "Vendor specific command provided. ID=(0x%x)\n", command); in psa_adac_issue_command() 184 PSA_ADAC_LOG_INFO("host", "Unrecognized command. ID=(0x%x)\n", command); in psa_adac_issue_command() 201 psa_status_t psa_adac_parse_response(uint32_t command, response_packet_t *packet) in psa_adac_parse_response() argument 218 switch (command) { in psa_adac_parse_response() 242 PSA_ADAC_LOG_INFO("host", "Unrecognized command. ID=(0x%x)\n", command); in psa_adac_parse_response()
|
D | adac_packet_util.c | 60 request_packet_t *request_packet_build(uint16_t command, uint8_t *data, size_t data_size) in request_packet_build() argument 67 request->command = command; in request_packet_build()
|
/psa-arch-tests-3.4.0/secure-debug/platform/common/include/ |
D | adac_util.h | 72 psa_status_t psa_adac_issue_command(uint32_t command, request_packet_t *packet, 75 psa_status_t psa_adac_parse_response(uint32_t command, response_packet_t *packet); 114 request_packet_t *request_packet_build(uint16_t command, uint8_t *data, size_t data_size);
|
/psa-arch-tests-3.4.0/secure-debug/docs/ |
D | psa_adac_scenarios.md | 7 | S_ADAC_003 | Commands | Use discovery command to query the target for supported response fragm… 8 | S_ADAC_004 | Commands | Send discovery command with list of specified TLV entries, both in inc… 9 …ds | Send invalid response fragment as part of Authentication response command sequence and chec… 11 | S_ADAC_007 | Commands | Send an authentication response command with a NULL payload and verify… 12 | S_ADAC_008 | Commands | Verify that the target responds to an unrecognized ADAC command with S… 14 | S_ADAC_010 | Commands | Check that the Close Session command always returns an SDP_SUCCESS sta…
|
D | porting_guide_adac_host.md | 19 …t credentials in main.c as command-line arguments. You can provide debug link layer-specific param…
|
/psa-arch-tests-3.4.0/tbsa-v8m/ |
D | CMakeLists.txt | 35 # Check for TARGET command line argument 38 # Check for COMPILER command line argument 44 # Check for ARCH command line argument 50 # Check for CMSIS command line argument which drives platform driver selection 55 # Check for SUITE command line argument
|
D | README.md | 71 To download the master branch of the repository, type the following command:
|
/psa-arch-tests-3.4.0/api-tests/tools/utils/ |
D | log_analysis_tool.py | 473 rmenu.add_command(label="Summary", command=summary_result) 474 rmenu.add_command(label="Expand", command=lambda: open_tree(item)) 475 rmenu.add_command(label="Collapse", command=lambda: close_tree(item)) 644 self.filemenu.add_command(label="Select Log File", command=browseLogFile) 645 self.filemenu.add_command(label="Select Log Folder", command=browseLogFolder) 646 self.filemenu.add_command(label="Exit", command=top.quit) 657 vsb = ttk.Scrollbar(master, orient='vertical', command=self.yview) 660 hsb = ttk.Scrollbar(master, orient='horizontal', command=self.xview)
|
/psa-arch-tests-3.4.0/secure-debug/platform/hosts/emulation/unix_socket/ |
D | README.md | 32 To run the test suite, execute the following command from your host build directory <host_build_dir…
|
/psa-arch-tests-3.4.0/tbsa-v8m/tools/debug/ |
D | README.txt | 22 4. Now run the script with appropriate arguments in the command line of DS-5. Use the absolute path…
|
/psa-arch-tests-3.4.0/api-tests/docs/ |
D | sw_requirements.md | 29 To download the main branch of the repository, type the following command: <br />
|
/psa-arch-tests-3.4.0/api-tests/tools/scripts/target_cfg/ |
D | CMakeLists.txt | 55 # Adding command to execute the generator
|
/psa-arch-tests-3.4.0/tbsa-v8m/tools/tgt_cfg_parser/ |
D | CMakeLists.txt | 51 # Adding command to execute the generator
|
/psa-arch-tests-3.4.0/secure-debug/platform/hosts/musca_b1/memw_pyocd/ |
D | README.md | 38 To run the test suite, execute the following command from your host build directory <host_build_dir…
|
/psa-arch-tests-3.4.0/api-tests/platform/targets/tgt_dev_apis_stdc/ |
D | target.cmake | 22 # PSA_STORAGE_LIB_FILENAME to be specificed on the cmake command line, 28 # PSA_CRYPTO_LIB_FILENAME to be specificed on the cmake command line,
|
/psa-arch-tests-3.4.0/secure-debug/ |
D | CMakeLists.txt | 83 # Check for TARGET command line argument 85 # Check for SUITE command line argument
|
D | README.md | 63 To download the main branch of the repository, type the following command: 67 … of the psa-adac repository, navigate to the secure debug directory and type the following command:
|
/psa-arch-tests-3.4.0/api-tests/ |
D | CMakeLists.txt | 181 # Check for TARGET command line argument 183 # Check for SUTIE command line argument 185 # Check for PSA_INCLUDE_PATHS command line argument 342 # Check for TOOLCHAIN command line argument
|