/mbedtls-latest/include/mbedtls/ |
D | debug.h | 29 #define MBEDTLS_SSL_DEBUG_RET(level, text, ret) \ argument 30 mbedtls_debug_print_ret(ssl, level, __FILE__, __LINE__, text, ret) 32 #define MBEDTLS_SSL_DEBUG_BUF(level, text, buf, len) \ argument 33 mbedtls_debug_print_buf(ssl, level, __FILE__, __LINE__, text, buf, len) 36 #define MBEDTLS_SSL_DEBUG_MPI(level, text, X) \ argument 37 mbedtls_debug_print_mpi(ssl, level, __FILE__, __LINE__, text, X) 41 #define MBEDTLS_SSL_DEBUG_ECP(level, text, X) \ argument 42 mbedtls_debug_print_ecp(ssl, level, __FILE__, __LINE__, text, X) 47 #define MBEDTLS_SSL_DEBUG_CRT(level, text, crt) \ argument 48 mbedtls_debug_print_crt(ssl, level, __FILE__, __LINE__, text, crt) [all …]
|
D | asn1write.h | 244 int tag, const char *text, 264 const char *text, size_t text_len); 282 const char *text, size_t text_len); 300 const char *text, size_t text_len);
|
/mbedtls-latest/library/ |
D | debug.c | 89 const char *text, int ret) in mbedtls_debug_print_ret() argument 110 text, ret, (unsigned int) -ret); in mbedtls_debug_print_ret() 116 const char *file, int line, const char *text, in mbedtls_debug_print_buf() argument 131 text, (unsigned int) len); in mbedtls_debug_print_buf() 173 const char *text, const mbedtls_ecp_point *X) in mbedtls_debug_print_ecp() argument 184 mbedtls_snprintf(str, sizeof(str), "%s(X)", text); in mbedtls_debug_print_ecp() 187 mbedtls_snprintf(str, sizeof(str), "%s(Y)", text); in mbedtls_debug_print_ecp() 194 const char *file, int line, const char *text, in mbedtls_debug_print_ec_coord() argument 201 text, (unsigned int) len * 8); in mbedtls_debug_print_ec_coord() 235 const char *text, const mbedtls_pk_context *pk) in mbedtls_debug_print_psa_ec() argument [all …]
|
D | debug_internal.h | 51 const char *text, int ret); 71 const char *file, int line, const char *text, 93 const char *text, const mbedtls_mpi *X); 115 const char *text, const mbedtls_ecp_point *X); 136 const char *text, const mbedtls_x509_crt *crt);
|
D | asn1write.c | 235 const char *text, size_t text_len) in mbedtls_asn1_write_tagged_string() argument 241 (const unsigned char *) text, in mbedtls_asn1_write_tagged_string() 248 const char *text, size_t text_len) in mbedtls_asn1_write_utf8_string() argument 250 return mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_UTF8_STRING, text, text_len); in mbedtls_asn1_write_utf8_string() 254 const char *text, size_t text_len) in mbedtls_asn1_write_printable_string() argument 256 return mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_PRINTABLE_STRING, text, in mbedtls_asn1_write_printable_string() 261 const char *text, size_t text_len) in mbedtls_asn1_write_ia5_string() argument 263 return mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_IA5_STRING, text, text_len); in mbedtls_asn1_write_ia5_string()
|
/mbedtls-latest/scripts/ |
D | assemble_changelog.py | 203 text, allow_unknown_category): 206 categories = self.format.split_categories(text) 317 text = subprocess.check_output(['git', 'rev-list', 320 return text.decode('ascii').rstrip('\n').split('\n') 350 text = subprocess.check_output(['git', 'show', '-s', 353 return datetime.datetime.utcfromtimestamp(int(text))
|
D | code_size_compare.py | 483 def __init__(self, text: int, data: int, bss: int, dec: int): 484 self.text = text 575 size_entry.text, size_entry.data,
|
/mbedtls-latest/tests/scripts/ |
D | check_files.py | 270 text = line.decode('utf-8') 273 if line_number == 1 and text.startswith('\uFEFF'): 277 text = text[1:] 278 return not self.GOOD_CHARACTERS_RE.match(text)
|
D | all.sh | 690 text="$current_section: $failed_command -> $last_failure_status" 691 echo "${start_red}^^^^$text^^^^${end_color}" >&2 692 echo "$text" >>"$failure_summary_file"
|
D | depends.py | 89 def log_line(text, prefix='depends.py:', suffix='', color=None): argument 94 sys.stderr.write(prefix + ' ' + text + suffix + '\n')
|
/mbedtls-latest/tests/suites/ |
D | test_suite_debug.function | 94 void mbedtls_debug_print_ret(char *file, int line, char *text, int value, 118 mbedtls_debug_print_ret(&ssl, 0, file, line, text, value); 130 void mbedtls_debug_print_buf(char *file, int line, char *text, 154 mbedtls_debug_print_buf(&ssl, 0, file, line, text, data->x, data->len);
|
D | test_suite_ccm.function | 503 /* Skip auth data, provide full text */ 543 /* Provide auth data, skip full text */ 817 // pass full text 854 // pass incomplete text
|
D | test_suite_pkwrite.function | 91 * Git treats PEM files as text, so when on Windows, it replaces new lines
|
D | test_suite_pem.data | 63 # The text "hello world" together with some invalid padding data is encoded
|
D | test_suite_psa_crypto.function | 3949 const uint8_t text[] = { 4042 text, sizeof(text), 4052 text, sizeof(text), 4067 text, sizeof(text),
|
/mbedtls-latest/doxygen/ |
D | mbedtls.doxyfile | 44 # This avoids writing redundant text and keeps Clang happy.
|
/mbedtls-latest/ |
D | LICENSE | 6 The full text of each of these licenses is given below. 114 (d) If the Work includes a "NOTICE" text file as part of its 119 of the following places: within a NOTICE text file distributed 127 or as an addendum to the NOTICE text from the Work, provided 191 the brackets!) The text should be enclosed in the appropriate
|
D | README.md | 314 …-2.0-or-later.html) license. See the [LICENSE](LICENSE) file for the full text of these licenses, … 318 …is code is located within the `3rdparty/` directory. The original license text is included within …
|
D | CONTRIBUTING.md | 87 …-2.0-or-later.html) license. See the [LICENSE](LICENSE) file for the full text of these licenses. …
|
D | ChangeLog | 4897 * debug_print_buf() now prints a text view in addition to hexadecimal.
|
/mbedtls-latest/docs/ |
D | 3.0-migration-guide.md | 70 …bs, for example `read`/`write` for functions that import/export data from/to a text or byte string.
|
D | psa-transition.md | 18 Then use the [summary of API modules](#summary-of-api-modules), the table of contents or a text sea…
|