Home
last modified time | relevance | path

Searched refs:text (Results 1 – 22 of 22) sorted by relevance

/mbedtls-latest/include/mbedtls/
Ddebug.h29 #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 …]
Dasn1write.h244 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/
Ddebug.c89 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 …]
Ddebug_internal.h51 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);
Dasn1write.c235 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/
Dassemble_changelog.py203 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))
Dcode_size_compare.py483 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/
Dcheck_files.py270 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)
Dall.sh690 text="$current_section: $failed_command -> $last_failure_status"
691 echo "${start_red}^^^^$text^^^^${end_color}" >&2
692 echo "$text" >>"$failure_summary_file"
Ddepends.py89 def log_line(text, prefix='depends.py:', suffix='', color=None): argument
94 sys.stderr.write(prefix + ' ' + text + suffix + '\n')
/mbedtls-latest/tests/suites/
Dtest_suite_debug.function94 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);
Dtest_suite_ccm.function503 /* Skip auth data, provide full text */
543 /* Provide auth data, skip full text */
817 // pass full text
854 // pass incomplete text
Dtest_suite_pkwrite.function91 * Git treats PEM files as text, so when on Windows, it replaces new lines
Dtest_suite_pem.data63 # The text "hello world" together with some invalid padding data is encoded
Dtest_suite_psa_crypto.function3949 const uint8_t text[] = {
4042 text, sizeof(text),
4052 text, sizeof(text),
4067 text, sizeof(text),
/mbedtls-latest/doxygen/
Dmbedtls.doxyfile44 # This avoids writing redundant text and keeps Clang happy.
/mbedtls-latest/
DLICENSE6 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
DREADME.md314 …-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 …
DCONTRIBUTING.md87 …-2.0-or-later.html) license. See the [LICENSE](LICENSE) file for the full text of these licenses. …
DChangeLog4897 * debug_print_buf() now prints a text view in addition to hexadecimal.
/mbedtls-latest/docs/
D3.0-migration-guide.md70 …bs, for example `read`/`write` for functions that import/export data from/to a text or byte string.
Dpsa-transition.md18 Then use the [summary of API modules](#summary-of-api-modules), the table of contents or a text sea…