/mbedtls-latest/scripts/ |
D | code_size_compare.py | 56 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 …]
|
D | generate_driver_wrappers.py | 42 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:
|
D | min_requirements.py | 33 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,
|
D | code_style.py | 61 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/ |
D | test_psa_constant_names.py | 26 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:
|
D | analyze_outcomes.py | 70 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:
|
D | audit-validity-dates.py | 156 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):
|
D | test_psa_compliance.py | 36 def main(library_build_dir: str):
|
D | depends.py | 123 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument
|
/mbedtls-latest/library/ |
D | debug.c | 36 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
|
D | mps_trace.c | 46 char str[MPS_TRACE_BUF_SIZE]; in mbedtls_mps_trace_print_msg() local
|
/mbedtls-latest/programs/hash/ |
D | hello.c | 29 char str[] = "Hello, world!"; in main() local
|
/mbedtls-latest/programs/ssl/ |
D | ssl_context_info.c | 141 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
|
D | ssl_server.c | 58 const char *str) in my_debug()
|
D | ssl_client1.c | 47 const char *str) in my_debug()
|
D | ssl_fork_server.c | 64 const char *str) in my_debug()
|
D | dtls_server.c | 68 const char *str) in my_debug()
|
D | dtls_client.c | 61 const char *str) in my_debug()
|
D | ssl_pthread_server.c | 68 const char *str) in my_mutexed_debug()
|
D | ssl_test_lib.c | 24 const char *str) in my_debug()
|
D | ssl_mail_client.c | 141 const char *str) in my_debug()
|
/mbedtls-latest/programs/x509/ |
D | cert_app.c | 91 const char *str) in my_debug()
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 27 const char *str) in mbedtls_test_ssl_log_analyzer()
|