Searched refs:log (Results 1 – 19 of 19) sorted by relevance
/mbedtls-latest/tests/scripts/ |
D | check_names.py | 213 def __init__(self, log): argument 214 self.log = log 231 self.log.info("Parsing source code...") 232 self.log.debug( 286 self.log.debug("Found:") 289 self.log.debug(" {:4} Total {} Macros" 291 self.log.debug(" {:4} {} Non-identifier Macros" 293 self.log.debug(" {:4} Enum Constants".format(len(enum_consts))) 294 self.log.debug(" {:4} Identifiers".format(len(identifiers))) 295 self.log.debug(" {:4} Exported Symbols".format(len(symbols))) [all …]
|
D | components-compiler.sh | 138 …ex "$gdb_disable_aslr" -x tests/scripts/test_zeroize.gdb -nw -batch -nx 2>&1 | tee test_zeroize.log 139 grep "The buffer was correctly zeroized" test_zeroize.log 140 not grep -i "error" test_zeroize.log 141 rm -f test_zeroize.log
|
D | psa_collect_statuses.py | 40 with open(log_file_name) as log: 41 for line in log:
|
D | all.sh | 639 failure_summary_file=$PWD/all-sh-failures-$$.log
|
D | components-configuration-crypto.sh | 626 grep -q '^0:psa_crypto_init:' tests/statuses.log 627 rm -f tests/statuses.log
|
/mbedtls-latest/scripts/ |
D | footprint.sh | 44 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 …]
|
D | abi_check.py | 125 self.log = None 145 self.log = logging.getLogger() 147 self.log.setLevel(logging.DEBUG) 149 self.log.setLevel(logging.INFO) 150 self.log.addHandler(logging.StreamHandler()) 163 self.log.debug( 174 self.log.debug(fetch_output.decode("utf-8")) 177 self.log.debug("Checking out git worktree for revision {}".format( 187 self.log.debug(worktree_output.decode("utf-8")) 193 self.log.debug("Commit is {}".format(version.commit)) [all …]
|
/mbedtls-latest/tests/ |
D | compat.sh | 222 log() { function 838 log "$SERVER_CMD" 917 cp $SRV_OUT c-srv-${TESTS}.log 918 cp $CLI_OUT c-cli-${TESTS}.log 930 cat c-srv-${TESTS}.log 933 cat c-cli-${TESTS}.log 957 log "$CLIENT_CMD" 976 log "$CLIENT_CMD" 1001 log "$CLIENT_CMD"
|
D | .gitignore | 4 *.log
|
D | ssl-opt.sh | 1012 mv $SRV_OUT o-srv-${TESTS}.log 1013 mv $CLI_OUT o-cli-${TESTS}.log 1015 mv $PXY_OUT o-pxy-${TESTS}.log 1021 cat o-srv-${TESTS}.log 1024 cat o-cli-${TESTS}.log 1028 cat o-pxy-${TESTS}.log 1770 mv $SRV_OUT o-srv-${TESTS}.log 1771 mv $CLI_OUT o-cli-${TESTS}.log 1773 mv $PXY_OUT o-pxy-${TESTS}.log
|
/mbedtls-latest/tests/src/ |
D | psa_crypto_helpers.c | 114 static FILE *log; in mbedtls_test_record_status() local 115 if (log == NULL) { in mbedtls_test_record_status() 116 log = fopen(STATUS_LOG_FILE_NAME, "a"); in mbedtls_test_record_status() 118 fprintf(log, "%d:%s:%s:%d:%s\n", (int) status, func, file, line, expr); in mbedtls_test_record_status()
|
/mbedtls-latest/ |
D | .pylintrc | 51 # ``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
|
D | CMakeLists.txt | 421 COMMAND ctest -O memcheck.log -D ExperimentalMemCheck 422 COMMAND tail -n1 memcheck.log | grep 'Memory checking results:' > /dev/null 423 COMMAND rm -f memcheck.log
|
D | ChangeLog | 743 * Fix log level for the got supported group message. Fixes #6765
|
/mbedtls-latest/docs/architecture/testing/ |
D | test-framework.md | 18 …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-latest/library/ |
D | aes.c | 371 #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-latest/docs/architecture/ |
D | psa-keystore-design.md | 124 …oded value less than $30$), but when creating $k$ volatile keys, at most $\log(k)$ creations will …
|
D | psa-shared-memory.md | 421 … 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
|
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | README.md | 54 rigged RNG; the last branch could only be reached by computing a discrete log
|