/optee_os-3.20.0/scripts/ |
A D | mem_usage.py | 42 def printf(format, *args): function 59 printf('%-16s %.8X - %.8X size %.8X %3d KiB', name, addr, addr + size, 62 printf(' %d pages', num_pages) 63 printf('\n') 69 printf('%d ', size) 71 printf('%-36s size %.8X %3d KiB\n', name, size, size_kib) 173 printf('\n')
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/pkcs5/ |
A D | pkcs_5_test.c | 159 printf("PKCS#5 test failed: 'sha1' hash not found\n"); in pkcs_5_test() 173 printf("\npkcs_5_alg2() #%d: Failed/1 (%s)\n", i, error_to_string(err)); in pkcs_5_test() 190 printf("\npkcs_5_alg1() #%d: Failed/1 (%s)\n", i, error_to_string(err)); in pkcs_5_test() 207 printf("\npkcs_5_alg1_openssl() #%d: Failed/1 (%s)\n", i, error_to_string(err)); in pkcs_5_test()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_inits.c | 67 printf("EXT_MATH_LIB = %s\n", NAME_VALUE(EXT_MATH_LIB)); in crypt_mp_init() 76 printf("Unknown/Invalid MPI provider: %s\n", mpi); in crypt_mp_init()
|
/optee_os-3.20.0/lib/libutee/ |
A D | trace_ext.c | 40 int printf(const char *fmt, ...) in printf() function 90 int printf(const char *fmt __unused, ...) in printf() function
|
A D | abort.c | 13 printf("Abort!\n"); in abort()
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | write.c | 15 return printf("%*s", (int)count, (char *)buf); in write()
|
A D | bget.c | 1250 V printf("%-48s %s\n", bhex, bascii); 1260 V printf( 1309 V printf( 1357 V printf( 1442 V printf( in stats() 1448 V printf( in stats() 1475 V printf("Compaction gave up.\n"); 1499 V printf("Compaction bailed out.\n"); 1522 V printf("Expand pool by %ld -- %s.\n", (long) size, 1535 V printf("Initial pool released.\n"); [all …]
|
/optee_os-3.20.0/core/arch/arm/plat-imx/ |
A D | link.mk | 10 $(q)ADDR=`printf 0x%x $$(($(subst UL,,$(CFG_TZDRAM_START))))`; \
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | platform.h | 91 #define MBEDTLS_PLATFORM_STD_PRINTF printf /**< The default \c printf function to use. */ 212 #define mbedtls_printf printf
|
A D | debug.h | 102 __attribute__((format(printf, string_index, first_to_check)))
|
/optee_os-3.20.0/lib/libutils/isoc/include/ |
A D | stdio.h | 13 int printf(const char *fmt, ...)
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/hkdf/ |
A D | hkdf_test.c | 263 printf("LTC_HKDF-%s test #%d, %s\n", cases[i].Hash, i, error_to_string(err)); in hkdf_test()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/ |
A D | ocb3_test.c | 238 printf("\n\nOCB3: Failure-decrypt - res = %d\n", res); in ocb3_test() 271 printf("\n\nOCB3: Failure-decrypt - res = %d\n", res); in ocb3_test()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb/ |
A D | ocb_test.c | 188 printf("\n\nOCB: Failure-decrypt - res = %d\n", res); in ocb_test()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/eax/ |
A D | eax_test.c | 239 printf("\n\nEAX: Failure-decrypt - res = %d\n", res); in eax_test()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | arc4.c | 39 #define mbedtls_printf printf
|
A D | xtea.c | 34 #define mbedtls_printf printf
|
A D | base64.c | 35 #define mbedtls_printf printf
|
A D | md2.c | 41 #define mbedtls_printf printf
|
A D | pkcs5.c | 49 #define mbedtls_printf printf
|
A D | timing.c | 26 #define mbedtls_printf printf
|
A D | chacha20.c | 40 #define mbedtls_printf printf
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/hmac/ |
A D | hmac_test.c | 597 printf("HMAC-%s test %s, %s\n", cases[i].algo, cases[i].num, error_to_string(err)); in hmac_test()
|
/optee_os-3.20.0/core/lib/zlib/ |
A D | inflate.c | 360 printf(" static const code lenfix[%u] = {", size); in makefixed() 363 if ((low % 7) == 0) printf("\n "); in makefixed() 364 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed() 371 printf("\n static const code distfix[%u] = {", size); in makefixed() 374 if ((low % 6) == 0) printf("\n "); in makefixed() 375 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | compiler.h | 29 #define __printf(a, b) __attribute__((format(printf, a, b)))
|