/mbedtls-development/include/mbedtls/ |
A D | debug.h | 41 #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 D | asn1write.h | 222 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 D | debug.c | 109 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 D | asn1write.c | 269 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 D | asymmetric_key_data.py | 27 def unhexlify(text: str) -> bytes: 28 return binascii.unhexlify(text.translate(STR_TRANS_REMOVE_BLANKS))
|
A D | typing_util.py | 38 def write(self, text: str) -> Any:
|
/mbedtls-development/scripts/ |
A D | assemble_changelog.py | 208 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 D | test_suite_debug.function | 86 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 D | test_suite_ccm.function | 483 /* Skip auth data, provide full text */ 521 /* Provide auth data, skip full text */ 775 // pass full text 810 // pass incomplete text
|
A D | test_suite_psa_crypto.function | 2661 const uint8_t text[] = { 2753 text, sizeof( text ), 2763 text, sizeof( text ), 2778 text, sizeof( text ),
|
/mbedtls-development/ |
A D | LICENSE | 107 (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 D | README.md | 296 …es/Apache-2.0.html) license. See the [LICENSE](LICENSE) file for the full text of this license. Co…
|
A D | ChangeLog | 3251 * debug_print_buf() now prints a text view in addition to hexadecimal.
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 6 # 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 D | all.sh | 627 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 D | Makefile | 1095 $(OPENSSL) dhparam -out $@ -text 998 1098 $(OPENSSL) dhparam -out $@ -text 999
|
/mbedtls-development/docs/ |
A D | 3.0-migration-guide.md | 49 …bs, for example `read`/`write` for functions that import/export data from/to a text or byte string.
|