Home
last modified time | relevance | path

Searched defs:str (Results 1 – 23 of 23) sorted by relevance

/mbedtls-latest/scripts/
Dcode_size_compare.py56 version: str,
57 git_rev: str,
58 arch: str,
59 config: str,
60 compiler: str,
61 opt_level: str,
91 host_arch: str,
92 measure_cmd: str,
110 record_dir: str,
111 comp_dir: str,
[all …]
Dgenerate_driver_wrappers.py42 def render(template_path: str, driver_jsoncontext: list) -> str:
53 def generate_driver_wrapper_file(template_dir: str,
54 output_dir: str,
55 template_file_name: str,
102 def load_driver(schemas: Dict[str, Any], driver_file: str) -> Any:
113 def load_schemas(project_root: str) -> Dict[str, Any]:
136 def read_driver_descriptions(project_root: str,
137 json_directory: str,
138 jsondriver_list: str) -> list:
Dmin_requirements.py33 def adjust_requirement(self, req: str) -> str:
41 def add_file(self, filename: str) -> None:
70 pip_general_options: Optional[List[str]] = None,
71 pip_install_options: Optional[List[str]] = None,
Dcode_style.py61 def get_src_files(since: Optional[str]) -> List[str]:
151 def check_style_is_correct(src_file_list: List[str]) -> bool:
184 def fix_style_single_pass(src_file_list: List[str]) -> bool:
199 def fix_style(src_file_list: List[str]) -> int:
/mbedtls-latest/tests/scripts/
Dtest_psa_constant_names.py26 def gather_inputs(headers: Iterable[str],
27 test_suites: Iterable[str],
39 def run_c(type_word: str,
40 expressions: Iterable[str],
41 include_path: Optional[str] = None,
61 def normalize(expr: str) -> str:
73 def is_simplifiable(expr: str) -> bool:
85 type_word: str,
86 include_path: Optional[str] = None,
112 def run_one(self, inputs: InputsForTest, type_word: str) -> None:
Danalyze_outcomes.py70 def execute_reference_driver_tests(results: Results, ref_component: str, driver_component: str, \
71 outcome_file: str) -> None:
86 allow_list: typing.List[str], full_coverage: bool) -> None:
117 def name_matches_pattern(name: str, str_or_re) -> bool:
130 component_ref: str, component_driver: str,
131 ignored_suites: typing.List[str], ignored_tests=None) -> None:
178 def read_outcome_file(outcome_file: str) -> Outcomes:
Daudit-validity-dates.py156 def check_hex_string(hex_str: str) -> bool:
221 def parse_file(self, filename: str) -> typing.List[AuditData]:
244 results: typing.Dict[str, AuditData],
245 file_list: typing.Optional[typing.List[str]] = None) \
282 def parse_file(self, filename: str) -> typing.List[AuditData]:
347 def parse_file(self, filename: str):
Dtest_psa_compliance.py36 def main(library_build_dir: str):
Ddepends.py123 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument
/mbedtls-latest/library/
Ddebug.c36 const char *str) in debug_send_line()
58 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_msg() local
91 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_ret() local
119 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_buf() local
175 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_ecp() local
197 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_ec_coord() local
237 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_psa_ec() local
269 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_mpi() local
363 char str[DEBUG_BUF_SIZE]; in debug_print_line_by_line() local
388 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_crt() local
Dmps_trace.c46 char str[MPS_TRACE_BUF_SIZE]; in mbedtls_mps_trace_print_msg() local
/mbedtls-latest/programs/hash/
Dhello.c29 char str[] = "Hello, world!"; in main() local
/mbedtls-latest/programs/ssl/
Dssl_context_info.c141 static void printf_dbg(const char *str, ...) in printf_dbg()
154 static void printf_err(const char *str, ...) in printf_err()
295 static void print_if_bit(const char *str, int bit, int val) in print_if_bit()
451 char str[STRLEN]; in print_deserialized_ssl_cert() local
Dssl_server.c58 const char *str) in my_debug()
Dssl_client1.c47 const char *str) in my_debug()
Dssl_fork_server.c64 const char *str) in my_debug()
Ddtls_server.c68 const char *str) in my_debug()
Ddtls_client.c61 const char *str) in my_debug()
Dssl_pthread_server.c68 const char *str) in my_mutexed_debug()
Dssl_test_lib.c24 const char *str) in my_debug()
Dssl_mail_client.c141 const char *str) in my_debug()
/mbedtls-latest/programs/x509/
Dcert_app.c91 const char *str) in my_debug()
/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c27 const char *str) in mbedtls_test_ssl_log_analyzer()