| /lib/ |
| A D | tpm_tcg2.c | 206 u8 *log; in tcg2_log_append_check() local 215 log = elog->log + elog->log_position; in tcg2_log_append_check() 246 log = (struct tcg_pcr_event *)elog->log; in tcg2_log_init() 249 memset(&log->digest, 0, sizeof(log->digest)); in tcg2_log_init() 288 u8 *log; in tcg2_replay_eventlog() local 293 log = elog->log + log_position; in tcg2_replay_eventlog() 383 log = (struct tcg_pcr_event *)elog->log; in tcg2_log_parse() 561 rc = tcg2_platform_get_log(dev, (void **)&log.log, &log.log_size); in tcg2_log_prepare_buffer() 583 memcpy(elog->log, log.log, log.log_position); in tcg2_log_prepare_buffer() 586 unmap_physmem(log.log, MAP_NOCACHE); in tcg2_log_prepare_buffer() [all …]
|
| /lib/mbedtls/external/mbedtls/scripts/ |
| A 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 …]
|
| A D | abi_check.py | 124 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 …]
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | check_names.py | 213 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 D | psa_collect_statuses.py | 40 with open(log_file_name) as log: 41 for line in log:
|
| A D | generate_psa_wrappers.py | 246 if options.log: 247 generator = PSALoggingWrapperGenerator(options.log) #type: PSAWrapperGenerator
|
| A D | all.sh | 626 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
|
| /lib/mbedtls/external/mbedtls/tests/src/ |
| A D | psa_crypto_helpers.c | 116 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()
|
| /lib/mbedtls/external/mbedtls/tests/ |
| A D | compat.sh | 211 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 | .gitignore | 4 *.log
|
| A D | ssl-opt.sh | 967 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
|
| /lib/mbedtls/external/mbedtls/ |
| A 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
|
| A D | CMakeLists.txt | 378 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
|
| /lib/lwip/lwip/contrib/ports/unix/example_app/ |
| A D | iteropts.sh | 3 LOGFILE=iteropts.log 14 BUILDLOG=$(basename "$f" ".h").log
|
| /lib/zstd/decompress/ |
| A D | zstd_decompress_internal.h | 69 #define SEQSYMBOL_TABLE_SIZE(log) (1 + (1 << (log))) argument
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANATn3270eTC-MIB | 45 -- revision log, in reverse chronological order 243 "An octet string representing log data as pertaining to 248 Each log element has the following form: 300 The zero-length string indicates that no log data is
|
| A D | IANA-MALLOC-MIB | 32 -- revision log
|
| A D | IANA-LANGUAGE-MIB | 41 -- Revision log, in reverse chronological order
|
| A D | IANAifType-MIB | 210 Also cleaned up the REVISION log a bit.
|
| /lib/libfdt/ |
| A D | README | 23 "git log" for details.
|
| /lib/mbedtls/external/mbedtls/docs/architecture/testing/ |
| A 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 …
|
| /lib/efi_loader/ |
| A D | efi_tcg2.c | 108 void *log = (void *)((uintptr_t)event_log.buffer + event_log.pos); in tcg2_agile_log_append() local 120 tcg2_log_append(pcr_index, event_type, digest_list, size, event, log); in tcg2_agile_log_append() 132 log = (void *)((uintptr_t)event_log.final_buffer + event_log.final_pos); in tcg2_agile_log_append() 133 tcg2_log_append(pcr_index, event_type, digest_list, size, event, log); in tcg2_agile_log_append() 944 elog.log = event_log.buffer; in efi_init_event_log()
|
| /lib/mbedtls/external/mbedtls/library/ |
| A 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()
|
| /lib/mbedtls/external/mbedtls/3rdparty/p256-m/p256-m/ |
| A D | README.md | 54 rigged RNG; the last branch could only be reached by computing a discrete log
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A 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
|