Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Ddebug.h41 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) \ argument
42 mbedtls_debug_print_ret( ssl, level, __FILE__, __LINE__, text, ret )
44 #define MBEDTLS_SSL_DEBUG_BUF( level, text, buf, len ) \ argument
48 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) \ argument
49 mbedtls_debug_print_mpi( ssl, level, __FILE__, __LINE__, text, X )
53 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) \ argument
54 mbedtls_debug_print_ecp( ssl, level, __FILE__, __LINE__, text, X )
59 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) \ argument
189 const char *text, int ret );
209 const char *file, int line, const char *text,
[all …]
A Dasn1write.h222 int tag, const char *text,
242 const char *text, size_t text_len );
260 const char *text, size_t text_len );
278 const char *text, size_t text_len );
/mbedtls-development/library/
A Ddebug.c109 const char *text, int ret ) in mbedtls_debug_print_ret() argument
130 text, ret, (unsigned int) -ret ); in mbedtls_debug_print_ret()
136 const char *file, int line, const char *text, in mbedtls_debug_print_buf() argument
152 text, (unsigned int) len ); in mbedtls_debug_print_buf()
197 const char *text, const mbedtls_ecp_point *X ) in mbedtls_debug_print_ecp() argument
209 mbedtls_snprintf( str, sizeof( str ), "%s(X)", text ); in mbedtls_debug_print_ecp()
212 mbedtls_snprintf( str, sizeof( str ), "%s(Y)", text ); in mbedtls_debug_print_ecp()
220 const char *text, const mbedtls_mpi *X ) in mbedtls_debug_print_mpi() argument
238 text, (unsigned) bitlen ); in mbedtls_debug_print_mpi()
320 start = text; in debug_print_line_by_line()
[all …]
A Dasn1write.c269 const char *text, size_t text_len ) in mbedtls_asn1_write_tagged_string() argument
275 (const unsigned char *) text, text_len ) ); in mbedtls_asn1_write_tagged_string()
284 const char *text, size_t text_len ) in mbedtls_asn1_write_utf8_string() argument
286 return( mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_UTF8_STRING, text, text_len) ); in mbedtls_asn1_write_utf8_string()
290 const char *text, size_t text_len ) in mbedtls_asn1_write_printable_string() argument
292 …return( mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_PRINTABLE_STRING, text, text_len) … in mbedtls_asn1_write_printable_string()
296 const char *text, size_t text_len ) in mbedtls_asn1_write_ia5_string() argument
298 return( mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_IA5_STRING, text, text_len) ); in mbedtls_asn1_write_ia5_string()
/mbedtls-development/scripts/mbedtls_dev/
A Dasymmetric_key_data.py27 def unhexlify(text: str) -> bytes:
28 return binascii.unhexlify(text.translate(STR_TRANS_REMOVE_BLANKS))
A Dtyping_util.py38 def write(self, text: str) -> Any:
/mbedtls-development/scripts/
A Dassemble_changelog.py208 text, allow_unknown_category):
211 categories = self.format.split_categories(text)
321 text = subprocess.check_output(['git', 'rev-list',
324 return text.decode('ascii').rstrip('\n').split('\n')
354 text = subprocess.check_output(['git', 'show', '-s',
357 return datetime.datetime.utcfromtimestamp(int(text))
/mbedtls-development/tests/suites/
A Dtest_suite_debug.function86 void mbedtls_debug_print_ret( char * file, int line, char * text, int value,
107 mbedtls_debug_print_ret( &ssl, 0, file, line, text, value);
118 void mbedtls_debug_print_buf( char * file, int line, char * text,
139 mbedtls_debug_print_buf( &ssl, 0, file, line, text, data->x, data->len );
A Dtest_suite_ccm.function483 /* Skip auth data, provide full text */
521 /* Provide auth data, skip full text */
775 // pass full text
810 // pass incomplete text
A Dtest_suite_psa_crypto.function2661 const uint8_t text[] = {
2753 text, sizeof( text ),
2763 text, sizeof( text ),
2778 text, sizeof( text ),
/mbedtls-development/
A DLICENSE107 (d) If the Work includes a "NOTICE" text file as part of its
112 of the following places: within a NOTICE text file distributed
120 or as an addendum to the NOTICE text from the Work, provided
184 the brackets!) The text should be enclosed in the appropriate
A DREADME.md296 …es/Apache-2.0.html) license. See the [LICENSE](LICENSE) file for the full text of this license. Co…
A DChangeLog3251 * debug_print_buf() now prints a text view in addition to hexadecimal.
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile6 # All text after a double hash (##) is considered a comment and is placed
8 # All text after a hash (#) is considered a comment and will be ignored.
21 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
96 # that is used to form the text in various listings. Each string
97 # in this list, if found as the leading text of the brief description, will be
98 # stripped from the text and the result after processing the whole list, is
99 # used as the annotated text. Otherwise, the brief description is used as-is.
644 # doxygen can produce. The string should contain the $file, $line, and $text
646 # warning originated and the warning text. Optionally the format may contain
650 WARN_FORMAT = "$file:$line: $text"
/mbedtls-development/tests/scripts/
A Dall.sh627 text="$current_section: $failed_command -> $last_failure_status"
628 echo "${start_red}^^^^$text^^^^${end_color}" >&2
629 echo "$text" >>"$failure_summary_file"
/mbedtls-development/tests/data_files/
A DMakefile1095 $(OPENSSL) dhparam -out $@ -text 998
1098 $(OPENSSL) dhparam -out $@ -text 999
/mbedtls-development/docs/
A D3.0-migration-guide.md49 …bs, for example `read`/`write` for functions that import/export data from/to a text or byte string.

Completed in 36 milliseconds