Home
last modified time | relevance | path

Searched refs:log (Results 1 – 17 of 17) sorted by relevance

/mbedtls/tests/scripts/
A Dcheck_names.py213 def __init__(self, log): argument
214 self.log = log
232 self.log.debug(
286 self.log.debug("Found:")
418 self.log.debug(
672 self.log.info("Compiling...")
775 self.log = log
785 self.log.info("=============")
810 self.log.info("PASS")
948 log = logging.getLogger()
[all …]
A Dpsa_collect_statuses.py40 with open(log_file_name) as log:
41 for line in log:
A Dgenerate_psa_wrappers.py246 if options.log:
247 generator = PSALoggingWrapperGenerator(options.log) #type: PSAWrapperGenerator
A Dall.sh626 failure_summary_file=$PWD/all-sh-failures-$$.log
2137 grep -q '^0:psa_crypto_init:' tests/statuses.log
2138 rm -f tests/statuses.log
6352 …ex "$gdb_disable_aslr" -x tests/scripts/test_zeroize.gdb -nw -batch -nx 2>&1 | tee test_zeroize.log
6353 grep "The buffer was correctly zeroized" test_zeroize.log
6354 not grep -i "error" test_zeroize.log
6355 rm -f test_zeroize.log
/mbedtls/scripts/
A Dfootprint.sh44 log() function
55 log ""
56 log "$NAME ($FILE):"
76 log "$( head -n1 "$OUT" )"
77 log "$( tail -n1 "$OUT" )"
86 log "Footprint of standard configurations (minus net_sockets.c, timing.c, fs_io)"
87 log "for bare-metal ARM Cortex-M3/M4 microcontrollers."
98 log ""
99 log "Mbed TLS $MBEDTLS_VERSION$GIT_VERSION"
100 log "$( arm-none-eabi-gcc --version | head -n1 )"
[all …]
A Dabi_check.py124 self.log = None
144 self.log = logging.getLogger()
146 self.log.setLevel(logging.DEBUG)
148 self.log.setLevel(logging.INFO)
149 self.log.addHandler(logging.StreamHandler())
162 self.log.debug(
186 self.log.debug(worktree_output.decode("utf-8"))
204 self.log.debug(update_output.decode("utf-8"))
226 self.log.debug(checkout_output.decode("utf-8"))
241 self.log.debug(make_output.decode("utf-8"))
[all …]
/mbedtls/tests/
A Dcompat.sh211 log() { function
805 log "$SERVER_CMD"
884 cp $SRV_OUT c-srv-${TESTS}.log
885 cp $CLI_OUT c-cli-${TESTS}.log
897 cat c-srv-${TESTS}.log
900 cat c-cli-${TESTS}.log
924 log "$CLIENT_CMD"
949 log "$CLIENT_CMD"
974 log "$CLIENT_CMD"
A D.gitignore4 *.log
A Dssl-opt.sh967 mv $SRV_OUT o-srv-${TESTS}.log
968 mv $CLI_OUT o-cli-${TESTS}.log
970 mv $PXY_OUT o-pxy-${TESTS}.log
976 cat o-srv-${TESTS}.log
979 cat o-cli-${TESTS}.log
983 cat o-pxy-${TESTS}.log
1725 mv $SRV_OUT o-srv-${TESTS}.log
1726 mv $CLI_OUT o-cli-${TESTS}.log
1728 mv $PXY_OUT o-pxy-${TESTS}.log
/mbedtls/tests/src/
A Dpsa_crypto_helpers.c116 static FILE *log; in mbedtls_test_record_status() local
117 if (log == NULL) { in mbedtls_test_record_status()
118 log = fopen(STATUS_LOG_FILE_NAME, "a"); in mbedtls_test_record_status()
120 fprintf(log, "%d:%s:%s:%d:%s\n", (int) status, func, file, line, expr); in mbedtls_test_record_status()
/mbedtls/
A D.pylintrc51 # ``log.info('...'.format(...))``. It insists on ``log.info('...', ...)``.
53 # many messages that use formatting and are below the log level).
56 # and complain about something like ``log.info('{}', foo)`` with
A DCMakeLists.txt378 COMMAND ctest -O memcheck.log -D ExperimentalMemCheck
379 COMMAND tail -n1 memcheck.log | grep 'Memory checking results:' > /dev/null
380 COMMAND rm -f memcheck.log
A DChangeLog548 * Fix log level for the got supported group message. Fixes #6765
/mbedtls/docs/architecture/testing/
A Dtest-framework.md18 …Rationale: make it easy to relate a failure log to the test data. Avoid confusion between cases in…
41 …compat.sh` is not classified as `ssl-opt.sh`, so the information of failed log files are followed …
/mbedtls/library/
A Daes.c371 #define MUL(x, y) (((x) && (y)) ? pow[(log[(x)]+log[(y)]) % 255] : 0)
380 uint8_t log[256]; in aes_gen_tables() local
387 log[x] = (uint8_t) i; in aes_gen_tables()
408 x = pow[255 - log[i]]; in aes_gen_tables()
/mbedtls/3rdparty/p256-m/p256-m/
A DREADME.md54 rigged RNG; the last branch could only be reached by computing a discrete log
/mbedtls/docs/architecture/
A Dpsa-shared-memory.md421 … This part might be hard to do in the gdb language, so we may want to just log the addresses and t…
430 valgrind --tool=lackey --trace-mem=yes --log-file=logfile ./myprogram

Completed in 68 milliseconds