Home
last modified time | relevance | path

Searched refs:command (Results 1 – 19 of 19) sorted by relevance

/psa-arch-tests-3.4.0/secure-debug/tests/adac/test_a007/
Dtest_a007.c43 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/
Dadac_command_util.c150 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()
Dadac_packet_util.c60 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/
Dadac_util.h72 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/
Dpsa_adac_scenarios.md7 | 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…
Dporting_guide_adac_host.md19 …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/
DCMakeLists.txt35 # 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
DREADME.md71 To download the master branch of the repository, type the following command:
/psa-arch-tests-3.4.0/api-tests/tools/utils/
Dlog_analysis_tool.py473 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/
DREADME.md32 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/
DREADME.txt22 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/
Dsw_requirements.md29 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/
DCMakeLists.txt55 # Adding command to execute the generator
/psa-arch-tests-3.4.0/tbsa-v8m/tools/tgt_cfg_parser/
DCMakeLists.txt51 # Adding command to execute the generator
/psa-arch-tests-3.4.0/secure-debug/platform/hosts/musca_b1/memw_pyocd/
DREADME.md38 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/
Dtarget.cmake22 # 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/
DCMakeLists.txt83 # Check for TARGET command line argument
85 # Check for SUITE command line argument
DREADME.md63 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/
DCMakeLists.txt181 # 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