| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A 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 …]
|
| H A 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);
|
| /optee_os/scripts/ |
| H A D | update_changelog.py | 38 def prepend_write(filename, text): argument 42 f.write(text + '\n' + current_content) 72 text = "# OP-TEE - version {} ({})\n".format(rv, rd) 73 text += "\n" 74 text += "- Links to the release pages, commits and pull requests merged " \ 80 text += " - {}: [release page][{}_release_{}], " \ 84 text += "\n" 89 text += "\n[{}_release_{}]: https://github.com/{}/releases/tag/" \ 91 text += "[{}_commits_{}]: https://github.com/{}/compare/" \ 93 text += "[{}_pr_{}]: https://github.com/{}/pulls?q=is%3Apr+is%3A" \ [all …]
|
| H A D | bin_to_c.py | 42 if args.text: 51 if args.text: 60 if args.text and i != size - 1 and bytes[i] == b'\0':
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | kern.ld.S | 81 .text : { 82 KEEP(*(.text._start)) 93 .text.get_core_pos_mpidr) 95 KEEP(*(.text.init .text.plat_cpu_reset_early \ 96 .text.reset .text.reset_primary .text.unhandled_cpu \ 97 .text.__assert_flat_mapped_range)) 100 *(.text) 104 *(.text .text.*) 106 *(.sram.text.glue_7* .gnu.linkonce.t.*) 316 KEEP(*(.text.startup.*)); [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A 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);
|
| H A 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 …]
|
| H A D | asn1write.c | 237 const char *text, size_t text_len) in mbedtls_asn1_write_tagged_string() argument 243 (const unsigned char *) text, in mbedtls_asn1_write_tagged_string() 250 const char *text, size_t text_len) in mbedtls_asn1_write_utf8_string() argument 252 return mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_UTF8_STRING, text, text_len); in mbedtls_asn1_write_utf8_string() 256 const char *text, size_t text_len) in mbedtls_asn1_write_printable_string() argument 258 return mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_PRINTABLE_STRING, text, in mbedtls_asn1_write_printable_string() 263 const char *text, size_t text_len) in mbedtls_asn1_write_ia5_string() argument 265 return mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_IA5_STRING, text, text_len); in mbedtls_asn1_write_ia5_string()
|
| /optee_os/ldelf/ |
| H A D | ldelf.ld.S | 21 .text : { 23 *(.text._ldelf_start) 24 *(.text .text.*) 58 .rel.text : { *(.rel.text) *(.rel.gnu.linkonce.t*) } 59 .rela.text : { *(.rela.text) *(.rela.gnu.linkonce.t*) }
|
| H A D | syscalls_rv.S | 10 .section .text
|
| H A D | syscalls_a64.S | 9 .section .text
|
| H A D | syscalls_a32.S | 10 .section .text
|
| /optee_os/ta/arch/riscv/ |
| H A D | ta.ld.S | 19 .text : { 21 *(.text .text.*) 52 .rel.text : { *(.rel.text) *(.rel.gnu.linkonce.t*) } 53 .rela.text : { *(.rela.text) *(.rela.gnu.linkonce.t*) }
|
| /optee_os/ta/arch/arm/ |
| H A D | ta.ld.S | 17 .text : { 19 *(.text .text.*) 59 .rel.text : { *(.rel.text) *(.rel.gnu.linkonce.t*) } 60 .rela.text : { *(.rela.text) *(.rela.gnu.linkonce.t*) }
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | kern.ld.S | 87 .text : { 88 KEEP(*(.text._start)) 95 *(.text .text.*) 96 *(.sram.text.glue_7* .gnu.linkonce.t.*)
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | asm.S | 29 .section .text.\name 45 .section .text.\name 60 .section .text.\name
|
| /optee_os/core/arch/arm/plat-ls/ |
| H A D | plat_init.S | 41 .section .text
|
| /optee_os/core/arch/arm/plat-imx/ |
| H A D | a7_plat_init.S | 21 .section .text
|
| H A D | a9_plat_init.S | 45 .section .text
|
| /optee_os/core/arch/arm/plat-rzn1/ |
| H A D | a7_plat_init.S | 21 .section .text
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | reset.S | 10 .section .text
|
| /optee_os/core/arch/arm/plat-zynq7k/ |
| H A D | plat_init.S | 47 .section .text
|
| /optee_os/lib/libutee/arch/riscv/ |
| H A D | utee_syscalls_rv.S | 10 .section .text
|
| /optee_os/core/arch/arm/plat-stm/ |
| H A D | tz_a9init.S | 13 .section .text
|
| /optee_os/lib/libutee/arch/arm/ |
| H A D | utee_syscalls_a64.S | 9 .section .text
|