Home
last modified time | relevance | path

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

/mbedtls-3.6.0/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.h243 int tag, const char *text,
263 const char *text, size_t text_len);
281 const char *text, size_t text_len);
299 const char *text, size_t text_len);
/mbedtls-3.6.0/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 …]
Dasn1write.c234 const char *text, size_t text_len) in mbedtls_asn1_write_tagged_string() argument
240 (const unsigned char *) text, in mbedtls_asn1_write_tagged_string()
247 const char *text, size_t text_len) in mbedtls_asn1_write_utf8_string() argument
249 return mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_UTF8_STRING, text, text_len); in mbedtls_asn1_write_utf8_string()
253 const char *text, size_t text_len) in mbedtls_asn1_write_printable_string() argument
255 return mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_PRINTABLE_STRING, text, in mbedtls_asn1_write_printable_string()
260 const char *text, size_t text_len) in mbedtls_asn1_write_ia5_string() argument
262 return mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_IA5_STRING, text, text_len); in mbedtls_asn1_write_ia5_string()
/mbedtls-3.6.0/tests/scripts/
Dcheck_files.py284 text = line.decode('utf-8')
287 if line_number == 1 and text.startswith('\uFEFF'):
291 text = text[1:]
292 return not self.GOOD_CHARACTERS_RE.match(text)
Ddepends.py89 def log_line(text, prefix='depends.py:', suffix='', color=None): argument
94 sys.stderr.write(prefix + ' ' + text + suffix + '\n')
Dall.sh663 text="$current_section: $failed_command -> $last_failure_status"
664 echo "${start_red}^^^^$text^^^^${end_color}" >&2
665 echo "$text" >>"$failure_summary_file"
/mbedtls-3.6.0/scripts/
Dassemble_changelog.py196 text, allow_unknown_category):
199 categories = self.format.split_categories(text)
309 text = subprocess.check_output(['git', 'rev-list',
312 return text.decode('ascii').rstrip('\n').split('\n')
342 text = subprocess.check_output(['git', 'show', '-s',
345 return datetime.datetime.utcfromtimestamp(int(text))
Dcode_size_compare.py482 def __init__(self, text: int, data: int, bss: int, dec: int):
483 self.text = text
574 size_entry.text, size_entry.data,
/mbedtls-3.6.0/scripts/mbedtls_dev/
Dasymmetric_key_data.py16 def unhexlify(text: str) -> bytes:
17 return binascii.unhexlify(text.translate(STR_TRANS_REMOVE_BLANKS))
Dtyping_util.py27 def write(self, text: str) -> Any:
/mbedtls-3.6.0/tests/suites/
Dtest_suite_debug.function92 void mbedtls_debug_print_ret(char *file, int line, char *text, int value,
115 mbedtls_debug_print_ret(&ssl, 0, file, line, text, value);
127 void mbedtls_debug_print_buf(char *file, int line, char *text,
150 mbedtls_debug_print_buf(&ssl, 0, file, line, text, data->x, data->len);
Dtest_suite_ccm.function485 /* Skip auth data, provide full text */
523 /* Provide auth data, skip full text */
778 // pass full text
813 // pass incomplete text
Dtest_suite_pkwrite.function90 * Git treats PEM files as text, so when on Windows, it replaces new lines
Dtest_suite_psa_crypto.function3628 const uint8_t text[] = {
3721 text, sizeof(text),
3731 text, sizeof(text),
3746 text, sizeof(text),
/mbedtls-3.6.0/doxygen/
Dmbedtls.doxyfile44 # This avoids writing redundant text and keeps Clang happy.
/mbedtls-3.6.0/
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.md310 …-2.0-or-later.html) license. See the [LICENSE](LICENSE) file for the full text of these licenses, …
314 …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. …
DChangeLog4442 * debug_print_buf() now prints a text view in addition to hexadecimal.
/mbedtls-3.6.0/tests/data_files/
DMakefile2118 $(OPENSSL) dhparam -out $@ -text 998
2121 $(OPENSSL) dhparam -out $@ -text 999
/mbedtls-3.6.0/docs/
D3.0-migration-guide.md70 …bs, for example `read`/`write` for functions that import/export data from/to a text or byte string.