Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 63) sorted by relevance

123

/trusted-services/environments/linux-pc/
A Ddefault_toolchain_file.cmake23 string(APPEND CMAKE_C_FLAGS_INIT " ${TS_WARNING_FLAGS}")
24 string(APPEND CMAKE_CXX_FLAGS_INIT " ${TS_WARNING_FLAGS}")
34 string(APPEND CMAKE_C_FLAGS_DEBUG_INIT " -O0")
35 string(APPEND CMAKE_C_FLAGS_MINSIZEREL_INIT " -Os")
36 string(APPEND CMAKE_C_FLAGS_MINSIZWITHDEBINFO_INIT " -Os")
37 string(APPEND CMAKE_C_FLAGS_RELEASE_INIT " -O2")
38 string(APPEND CMAKE_C_FLAGS_RELWITHDEBINFO_INIT " -O2")
40 string(APPEND CMAKE_CXX_FLAGS_DEBUG_INIT " -O0")
41 string(APPEND CMAKE_CXX_FLAGS_MINSIZEREL_INIT " -Os")
43 string(APPEND CMAKE_CXX_FLAGS_RELEASE_INIT " -O2")
[all …]
/trusted-services/environments/arm-linux/
A Ddefault_toolchain_file.cmake53 string(APPEND CMAKE_C_FLAGS_INIT " ${TS_WARNING_FLAGS}")
54 string(APPEND CMAKE_CXX_FLAGS_INIT " ${TS_WARNING_FLAGS}")
64 string(APPEND CMAKE_C_FLAGS_DEBUG_INIT " -O0")
65 string(APPEND CMAKE_C_FLAGS_MINSIZEREL_INIT " -Os")
66 string(APPEND CMAKE_C_FLAGS_MINSIZWITHDEBINFO_INIT " -Os")
67 string(APPEND CMAKE_C_FLAGS_RELEASE_INIT " -O2")
68 string(APPEND CMAKE_C_FLAGS_RELWITHDEBINFO_INIT " -O2")
70 string(APPEND CMAKE_CXX_FLAGS_DEBUG_INIT " -O0")
71 string(APPEND CMAKE_CXX_FLAGS_MINSIZEREL_INIT " -Os")
73 string(APPEND CMAKE_CXX_FLAGS_RELEASE_INIT " -O2")
[all …]
/trusted-services/environments/opteesp/
A Ddefault_toolchain_file.cmake56 string(APPEND CMAKE_C_FLAGS_INIT " ${TS_WARNING_FLAGS}")
57 string(APPEND CMAKE_CXX_FLAGS_INIT " ${TS_WARNING_FLAGS}")
67 string(APPEND CMAKE_C_FLAGS_DEBUG_INIT " -O0")
68 string(APPEND CMAKE_C_FLAGS_MINSIZEREL_INIT " -Os")
69 string(APPEND CMAKE_C_FLAGS_MINSIZWITHDEBINFO_INIT " -Os")
70 string(APPEND CMAKE_C_FLAGS_RELEASE_INIT " -O2")
71 string(APPEND CMAKE_C_FLAGS_RELWITHDEBINFO_INIT " -O2")
72 string(APPEND CMAKE_CXX_FLAGS_DEBUG_INIT " -O0")
73 string(APPEND CMAKE_CXX_FLAGS_MINSIZEREL_INIT " -Os")
75 string(APPEND CMAKE_CXX_FLAGS_RELEASE_INIT " -O2")
[all …]
/trusted-services/environments/sp/
A Ddefault_toolchain_file.cmake55 string(APPEND CMAKE_C_FLAGS_INIT " ${TS_WARNING_FLAGS}")
56 string(APPEND CMAKE_CXX_FLAGS_INIT " ${TS_WARNING_FLAGS}")
66 string(APPEND CMAKE_C_FLAGS_DEBUG_INIT " -O0")
67 string(APPEND CMAKE_C_FLAGS_MINSIZEREL_INIT " -Os")
68 string(APPEND CMAKE_C_FLAGS_MINSIZWITHDEBINFO_INIT " -Os")
69 string(APPEND CMAKE_C_FLAGS_RELEASE_INIT " -O2")
70 string(APPEND CMAKE_C_FLAGS_RELWITHDEBINFO_INIT " -O2")
71 string(APPEND CMAKE_CXX_FLAGS_DEBUG_INIT " -O0")
72 string(APPEND CMAKE_CXX_FLAGS_MINSIZEREL_INIT " -Os")
74 string(APPEND CMAKE_CXX_FLAGS_RELEASE_INIT " -O2")
[all …]
/trusted-services/components/app/fwu-tool/
A Dfwu_main.cpp23 static std::string parse_string_option(const char *option_switch, int argc, char *argv[],
28 static bool file_exists(const std::string &filename);
36 std::string disk_img_filename; in main()
37 std::string update_img_filename; in main()
38 std::string img_type_uuid; in main()
49 disk_img_filename = std::string(argv[1]); in main()
157 static std::string parse_string_option(const char *option_switch, int argc, char *argv[], in parse_string_option()
160 std::string option = std::string(default_val); in parse_string_option()
164 option = std::string(argv[i + 1]); in parse_string_option()
193 static bool file_exists(const std::string &filename) in file_exists()
A Dcmd_update_image.h15 int cmd_update_image(fwu_app &app, const std::string &img_type_uuid,
16 const std::string &img_filename);
A Dprint_uuid.cpp11 std::string print_uuid(const uint8_t *uuid_octets) in print_uuid()
17 return std::string(canonical_uuid.characters); in print_uuid()
A Dcmd_update_image.cpp15 int cmd_update_image(fwu_app &app, const std::string &img_type_uuid, in cmd_update_image()
16 const std::string &img_filename) in cmd_update_image()
A Dprint_uuid.h14 std::string print_uuid(const uint8_t *uuid_octets);
/trusted-services/protocols/test_api/
A Dfw-test-api.yaml41 type: string
59 type: string
64 type: string
70 type: string
78 type: string
87 type: string
90 type: string
93 type: string
/trusted-services/components/service/uefi/smm_variable/backend/test/
A Dvariable_store_tests.cpp45 std::u16string var_name(string); in TEST_GROUP()
308 std::string output_data; in TEST()
356 std::string output_data; in TEST()
389 output_data = std::string(); in TEST()
417 std::string output_data; in TEST()
449 std::string output_data; in TEST()
471 std::string output_data; in TEST()
498 std::string output_data; in TEST()
541 std::string output_data; in TEST()
795 std::string output_data; in TEST()
[all …]
/trusted-services/components/service/uefi/smm_variable/test/service/
A Dsmm_variable_attack_tests.cpp73 std::u16string to_variable_name(const char16_t *string) in TEST_GROUP()
75 std::u16string var_name(string); in TEST_GROUP()
93 std::string set_data = "UEFI variable data string"; in TEST()
105 std::string set_data = "UEFI variable data string"; in TEST()
117 std::string set_data = "UEFI variable data string"; in TEST()
129 std::string set_data = "UEFI variable data string"; in TEST()
141 std::string set_data = "UEFI variable data string"; in TEST()
142 std::string get_data; in TEST()
162 std::string set_data = "UEFI variable data string"; in TEST()
163 std::string get_data; in TEST()
[all …]
A Dsmm_variable_service_tests.cpp125 std::string error_message; in TEST_GROUP()
127 std::string get_data; in TEST_GROUP()
273 std::string get_data; in TEST()
321 std::string get_data; in TEST()
370 std::string get_data; in TEST()
398 std::string get_data; in TEST()
436 std::string get_data; in TEST()
519 std::string get_data; in TEST()
581 std::string get_data; in TEST()
766 std::string read_data; in TEST()
[all …]
/trusted-services/components/service/uefi/smm_variable/client/cpp/
A Dsmm_variable_client.h35 const std::string data, uint32_t attributes);
48 const std::string &data, uint32_t attributes);
51 const std::string &data, uint32_t attributes,
55 efi_status_t get_variable(const EFI_GUID &guid, const char16_t *name, std::string &data);
56 efi_status_t get_variable(const EFI_GUID &guid, const char16_t *name, std::string &data,
60 std::string &data);
62 efi_status_t get_variable(const EFI_GUID &guid, const std::u16string &name, std::string &data,
/trusted-services/tools/cmake/common/
A DUuid.cmake24 uuid_canon_to_octets(UUID <canonical UUID string> RES <output variable name>)
26 Convert a canonical UUID string to list of bytes, where each byte is represented as a two digit
28 canonical string left to right.
33 Canonical UUID string.
51 string(REGEX MATCHALL "([A-Za-z0-9][A-Za-z0-9])" _hex_bytes "${_MY_PARAMS_UUID}")
67 Convert a canonical UUID string to UUID fields. Each field is a
72 Canonical UUID string.
122 uuid_canon_to_le_words(UUID <canonical UUID string> RES <output variable name>)
124 Convert a canonical UUID string to list of 32bit wide little-endian numbers represented
130 Canonical UUID string.
[all …]
/trusted-services/components/app/platform-inspect/
A Dattest_report_fetcher.cpp16 static bool fetch_iak_public_key(psa_key_id_t &iak_id, std::string &error_msg);
18 psa_key_id_t iak_id, std::string &error_msg);
20 bool fetch_and_verify(std::vector<uint8_t> &report, std::string &error_msg) in fetch_and_verify()
57 static bool fetch_iak_public_key(psa_key_id_t &iak_id, std::string &error_msg) in fetch_iak_public_key()
91 psa_key_id_t iak_id, std::string &error_msg) in verify_token()
A Dattest_report_fetcher.h21 bool fetch_and_verify(std::vector<uint8_t> &report, std::string &error_msg);
/trusted-services/components/service/locator/standalone/
A Dstandalone_service_context.h30 const std::string &get_service_name() const;
40 std::string m_sn;
/trusted-services/components/app/remote-test-runner/
A Dremote_test_runner.cpp72 std::string name = parse_option("-n", argc, argv); in parse_test_spec_params()
73 std::string group = parse_option("-g", argc, argv); in parse_test_spec_params()
82 std::string remote_test_runner::parse_option(const char *option_switch, int argc, char *argv[]) con… in parse_option()
84 std::string option; in parse_option()
90 option = std::string(argv[i +1]); in parse_option()
/trusted-services/components/service/common/provider/test/
A Dservice_framework_tests.cpp24 std::string responseString("Yay!"); in TEST_GROUP()
38 std::string responseString("Ehh!"); in TEST_GROUP()
134 std::string respString; in TEST()
143 respString = std::string((const char*)resp_buf, resp_len); in TEST()
158 respString = std::string((const char*)resp_buf, resp_len); in TEST()
226 std::string respString; in TEST()
235 respString = std::string((const char*)resp_buf, resp_len); in TEST()
249 respString = std::string((const char*)resp_buf, resp_len); in TEST()
263 respString = std::string((const char*)resp_buf, resp_len); in TEST()
/trusted-services/components/common/cbor_dump/
A Dcbor_dump.c115 fprintf(dump_ctx->outfile, "%s:", (const char*)item->label.string.ptr); in dump_label()
145 dump_text_string(dump_ctx, (const char*)item->val.string.ptr, item->val.string.len); in dump_value()
150 dump_byte_string(dump_ctx, (const uint8_t*)item->val.string.ptr, item->val.string.len); in dump_value()
198 match = dump_ctx->dictionary[i].string; in dictionary_lookup()
A Dcbor_dump.h24 const char *string; member
/trusted-services/components/common/utils/include/
A Darm64_bti.S20 1: .string "GNU" /* name */
/trusted-services/components/media/volume/block_volume/test/
A Dblock_volume_tests.cpp82 std::string message("Oh what a beautiful mornin'"); in TEST()
128 std::string message("Knees up Mother Brown"); in TEST()
217 std::string chunk1("The first chunk of the update image"); in TEST()
222 std::string chunk2("And the second"); in TEST()
227 std::string chunk3("The third chunk is soooooooooooooooooooooooooooo much longer"); in TEST()
233 std::string expected_data = chunk1 + chunk2 + chunk3; in TEST()
259 std::string message("Message to be written many many times"); in TEST()
/trusted-services/docs/
A Dglobal_substitutions.txt4 .. |C identifier like string| replace:: :term:`C identifier like string`

Completed in 86 milliseconds

123