Home
last modified time | relevance | path

Searched refs:stderr (Results 1 – 19 of 19) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/misc/
H A Dcompare_testvector.c16 fprintf(stderr, "%s contents: \n", what); in s_print_hex()
18 fprintf(stderr, "%02X ", p[x]); in s_print_hex()
23 fprintf(stderr, " "); in s_print_hex()
25 fprintf(stderr, " "); in s_print_hex()
28 fprintf(stderr, " | "); in s_print_hex()
31 fprintf(stderr, " "); in s_print_hex()
33 fprintf(stderr, "%c", p[y]); in s_print_hex()
35 fprintf(stderr, "."); in s_print_hex()
37 fprintf(stderr, "\n"); in s_print_hex()
40 fprintf(stderr, " "); in s_print_hex()
[all …]
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dmemory_buffer_alloc.c77 mbedtls_fprintf(stderr, "HDR: PTR(%10zu), PREV(%10zu), NEXT(%10zu), " in debug_header()
81 mbedtls_fprintf(stderr, " FPREV(%10zu), FNEXT(%10zu)\n", in debug_header()
85 mbedtls_fprintf(stderr, "TRACE: \n"); in debug_header()
87 mbedtls_fprintf(stderr, "%s\n", hdr->trace[i]); in debug_header()
89 mbedtls_fprintf(stderr, "\n"); in debug_header()
97 mbedtls_fprintf(stderr, "\nBlock list\n"); in debug_chain()
103 mbedtls_fprintf(stderr, "Free list\n"); in debug_chain()
117 mbedtls_fprintf(stderr, "FATAL: MAGIC1 mismatch\n"); in verify_header()
124 mbedtls_fprintf(stderr, "FATAL: MAGIC2 mismatch\n"); in verify_header()
131 mbedtls_fprintf(stderr, "FATAL: alloc has illegal value\n"); in verify_header()
[all …]
/optee_os/scripts/
H A Dderive_rpmb_key.py18 file=sys.stderr)
102 file=sys.stderr)
107 file=sys.stderr)
H A Dftrace_format.py70 print("Magic not found", file=sys.stderr)
H A Darm32_sysreg.py14 print(*args, file=sys.stderr, **kwargs)
H A Dgen_tee_bin.py45 print(*args, file=sys.stderr, **kwargs)
H A Dsign_rproc_fw.py93 logging.basicConfig(stream=sys.stderr, level=logging.INFO)
H A Dsymbolize.py149 file=sys.stderr)
/optee_os/core/lib/zlib/
H A Dinffast.c118 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ?
135 Tracevv((stderr, "inflate: length %u\n", len));
169 Tracevv((stderr, "inflate: distance %u\n", dist));
282 Tracevv((stderr, "inflate: end of block\n"));
H A Dinflate.c142 Tracev((stderr, "inflate: reset\n"));
228 Tracev((stderr, "inflate: allocated\n"));
702 Tracev((stderr, "inflate: zlib header ok\n"));
874 Tracev((stderr, "inflate: stored block%s\n",
880 Tracev((stderr, "inflate: fixed codes block%s\n",
889 Tracev((stderr, "inflate: dynamic codes block%s\n",
908 Tracev((stderr, "inflate: stored length %u\n",
931 Tracev((stderr, "inflate: stored end\n"));
949 Tracev((stderr, "inflate: table sizes ok\n"));
971 Tracev((stderr, "inflate: code lengths ok\n"));
[all …]
H A Dzutil.c126 fprintf(stderr, "%s\n", m);
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_argchk.c13 fprintf(stderr, "LTC_ARGCHK '%s' failure on line %d of file %s\n", in crypt_argchk()
/optee_os/lib/libutils/isoc/
H A Dfputs.c12 if (stream != stdout && stream != stderr) in fputs()
H A Dfputc.c11 if (stream != stdout && stream != stderr) in fputc()
H A Dfp.c16 FILE *stderr = &_fake_stderr; variable
H A Dfwrite.c16 else if (stream == stderr) in fwrite()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_argchk.h24 #define LTC_ARGCHK(x) if (!(x)) { fprintf(stderr, "\nwarning: ARGCHK failed at %s:%d\n", __FILE__, …
/optee_os/lib/libutils/isoc/include/
H A Dstdio.h32 extern FILE *stderr;
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_flexi.c82 …fprintf(stderr, "E1 %02lx: hl=%4lu l=%4lu - %s (%s)\n", identifier, data_offset, len, der_asn1_tag… in s_der_decode_sequence_flexi()
88 …fprintf(stderr, "E2 %02lx: hl=%4lu l=%4lu - %s (%s)\n", identifier, data_offset, len, der_asn1_tag… in s_der_decode_sequence_flexi()
95 …fprintf(stderr, "OK %02lx: hl=%4lu l=%4lu - Context Specific[%s %llu]\n", identifier, data_offset,… in s_der_decode_sequence_flexi()
97 …fprintf(stderr, "OK %02lx: hl=%4lu l=%4lu - %s\n", identifier, data_offset, len, der_asn1_tag_to_s… in s_der_decode_sequence_flexi()