/optee_os/scripts/ |
A D | tee_bin_parser.py | 25 print("Magic: \t\t0x{:08x}".format(magic)) 29 print("Version: \t0x{:02x}".format(version)) 33 print("ArchID: \t0x{:02x}".format(arch_id)) 37 print("Arch Flags: \t0x{:04x}".format(arch_id)) 41 print("Init size: \t0x{:04x}".format(init_size)) 45 print("Load addr high:\t0x{:04x}".format(laddr_h)) 49 print("Load addr low: \t0x{:04x}".format(laddr_l)) 53 print("Mem usage: \t0x{:04x}".format(mem_usage)) 57 print("Pages size: \t0x{:04x}".format(pgd_size))
|
A D | update_changelog.py | 48 "{}".format(tag) 72 text = "# OP-TEE - version {} ({})\n".format(rv, rd) 82 "[{}_pr_{}]\n".format(g, gu, rvu, gu, rvu, gu, rvu) 90 "{}\n".format(gu, rvu, g, rv) 92 "{}...{}\n".format(gu, rvu, g, prv, rv) 94 "merged+base%3Amaster+merged%3A{}..{}\n".format(
|
A D | ts_bin_to_c.py | 128 f.write('\t.flags = 0x{:04x},\n'.format(sp_get_flags(ts))) 132 f.write('\t.flags = 0x{:04x},\n'.format(ta_get_flags(ts))) 134 f.write('\t\t.timeLow = 0x{:08x},\n'.format(ts_uuid.time_low)) 135 f.write('\t\t.timeMid = 0x{:04x},\n'.format(ts_uuid.time_mid)) 137 '0x{:04x},\n'.format(ts_uuid.time_hi_version)) 139 csn = '{0:02x}{1:02x}{2:012x}'.format(ts_uuid.clock_seq_hi_variant, 145 '), /* {:d} */\n'.format(size)) 149 '{:d},\n'.format(uncompressed_size))
|
A D | get_maintainer.py | 118 prefix = "{}_{}_".format(patchnum, psname) 226 url = "https://github.com/OP-TEE/optee_os/pull/{}.patch".format(pr) 227 f = tempfile.NamedTemporaryFile(mode="wb", prefix="pr{}_".format(pr), 229 print("Downloading {}...".format(url), end='', flush=True) 307 print("{} (maintainer:{})".format(name, ss_name)) 309 print("{} (reviewer:{})".format(name, ss_name))
|
A D | gen_ld_sects.py | 12 print("Usage: {0} <section reg exp match> [<skip section>...]".format( 60 print('\t*({0})'.format(sect_name))
|
A D | gen_ldelf_hex.py | 68 print('RO load segment found after RW one(s) (m={})'.format(n)) 77 'segment {}, please check'.format(pad, n-1)) 105 outf.write(b'0x' + '{:02x}'.format(data[j]).encode('utf-8')
|
A D | gen_stmm_hex.py | 42 outf.write('0x{:02x},'.format(bytes[i])) 52 '{:d};\n'.format(uncompressed_size))
|
A D | checkpatch_inc.sh | 33 (git format-patch $1^..$1 --stdout | sed -n '/^diff --git/q;p'; \ 34 git format-patch $1^..$1 --stdout -- $_CP_EXCL . | \
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | platform.c | 101 const char * format, ... ) in platform_snprintf_uninit() argument 105 ((void) format); in platform_snprintf_uninit() 113 const char * format, 117 const char * format, in mbedtls_platform_set_snprintf() argument 156 const char * format, va_list arg ) in platform_vsnprintf_uninit() argument 160 ((void) format); in platform_vsnprintf_uninit() 169 const char * format, 173 const char * format, in mbedtls_platform_set_vsnprintf() argument 186 static int platform_printf_uninit( const char *format, ... ) in platform_printf_uninit() argument 188 ((void) format); in platform_printf_uninit() [all …]
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | platform.h | 167 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... ); 192 extern int (*mbedtls_printf)( const char *format, ... ); 227 extern int (*mbedtls_snprintf)( char * s, size_t n, const char * format, ... ); 238 const char * format, ... ) ); 264 extern int (*mbedtls_vsnprintf)( char * s, size_t n, const char * format, va_list arg ); 274 const char * format, va_list arg ) );
|
A D | debug.h | 96 #if __has_attribute(format) 102 __attribute__((format(printf, string_index, first_to_check))) 170 const char *format, ... ) MBEDTLS_PRINTF_ATTRIBUTE(5, 6);
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | platform.h | 167 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... ); 192 extern int (*mbedtls_printf)( const char *format, ... ); 227 extern int (*mbedtls_snprintf)( char * s, size_t n, const char * format, ... ); 238 const char * format, ... ) ); 264 extern int (*mbedtls_vsnprintf)( char * s, size_t n, const char * format, va_list arg ); 274 const char * format, va_list arg ) );
|
A D | debug.h | 96 #if __has_attribute(format) 102 __attribute__((format(printf, string_index, first_to_check))) 170 const char *format, ... ) MBEDTLS_PRINTF_ATTRIBUTE(5, 6);
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | platform.h | 167 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... ); 192 extern int (*mbedtls_printf)( const char *format, ... ); 227 extern int (*mbedtls_snprintf)( char * s, size_t n, const char * format, ... ); 238 const char * format, ... ) ); 264 extern int (*mbedtls_vsnprintf)( char * s, size_t n, const char * format, va_list arg ); 274 const char * format, va_list arg ) );
|
A D | debug.h | 96 #if __has_attribute(format) 102 __attribute__((format(printf, string_index, first_to_check))) 170 const char *format, ... ) MBEDTLS_PRINTF_ATTRIBUTE(5, 6);
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | platform.h | 167 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... ); 192 extern int (*mbedtls_printf)( const char *format, ... ); 227 extern int (*mbedtls_snprintf)( char * s, size_t n, const char * format, ... ); 238 const char * format, ... ) ); 264 extern int (*mbedtls_vsnprintf)( char * s, size_t n, const char * format, va_list arg ); 274 const char * format, va_list arg ) );
|
A D | debug.h | 96 #if __has_attribute(format) 102 __attribute__((format(printf, string_index, first_to_check))) 170 const char *format, ... ) MBEDTLS_PRINTF_ATTRIBUTE(5, 6);
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | platform.h | 167 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... ); 192 extern int (*mbedtls_printf)( const char *format, ... ); 227 extern int (*mbedtls_snprintf)( char * s, size_t n, const char * format, ... ); 238 const char * format, ... ) ); 264 extern int (*mbedtls_vsnprintf)( char * s, size_t n, const char * format, va_list arg ); 274 const char * format, va_list arg ) );
|
A D | debug.h | 96 #if __has_attribute(format) 102 __attribute__((format(printf, string_index, first_to_check))) 170 const char *format, ... ) MBEDTLS_PRINTF_ATTRIBUTE(5, 6);
|
/optee_os/core/drivers/crypto/caam/include/ |
A D | caam_desc_defines.h | 317 #define PROT_RSA_FMT(format) SHIFT_U32((PROT_RSA_FMT_##format) & 0x1, 12) argument 321 #define PROT_RSA_DEC_KEYFORM(format) SHIFT_U32(((format) - 1) & 0x3, 0) argument 324 #define PROT_RSA_KEY(format) SHIFT_U32((PROT_RSA_KEY_##format) & 0x3, 0) argument 348 #define PROT_BLOB_FORMAT(format) SHIFT_U32(0, PROT_BLOB_FORMAT_##format) argument
|
A D | caam_desc_helper.h | 467 #define RSA_ENCRYPT(format) \ argument 468 (CMD_OP_TYPE | PROTID(RSA_ENC) | PROT_RSA_FMT(format)) 473 #define RSA_DECRYPT(format) \ argument 474 (CMD_OP_TYPE | PROTID(RSA_DEC) | PROT_RSA_FMT(format)) 479 #define RSA_FINAL_KEY(format) \ argument 480 (CMD_OP_TYPE | PROTID(RSA_FINISH_KEY) | PROT_RSA_KEY(format))
|
/optee_os/core/drivers/crypto/se050/adaptors/utils/ |
A D | info.c | 18 #define LOG_I(format, ...) nLog("Info", 0xff, format, ##__VA_ARGS__) argument 19 #define LOG_E(format, ...) nLog("Info", NX_LEVEL_ERROR, format, ##__VA_ARGS__) argument
|
/optee_os/out/arm/ldelf/ |
A D | .ta_elf.o.cmd | 1 …format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -…
|
A D | .ta_elf_rel.o.cmd | 1 …format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -…
|
A D | .dl.o.cmd | 1 …format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -…
|