/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | ecc_dh.c | 72 int tests, int verbose) in ecdh_vectors() argument 106 result = check_ecc_result(i, "Z", exp_z, z, NUM_ECC_WORDS, verbose); in ecdh_vectors() 114 int cavp_ecdh(bool verbose) in cavp_ecdh() argument 235 result = ecdh_vectors(x, y, d, Z, 25, verbose); in cavp_ecdh() 242 int cavp_keygen(bool verbose) in cavp_keygen() argument 290 result = keygen_vectors(d, x, y, 10, verbose); in cavp_keygen() 299 bool verbose) in pkv_vectors() argument 343 result = check_code(i, exp_rc, rc, verbose); in pkv_vectors() 351 int cavp_pkv(bool verbose) in cavp_pkv() argument 391 return pkv_vectors(x, y, results, 12, verbose); in cavp_pkv() [all …]
|
D | ecc_dsa.c | 82 char **s_vec, int tests, bool verbose) in sign_vectors() argument 142 result = check_ecc_result(i, "sig.r", exp_r, sig, NUM_ECC_WORDS, verbose); in sign_vectors() 147 result = check_ecc_result(i, "sig.s", exp_s, sig + NUM_ECC_WORDS, NUM_ECC_WORDS, verbose); in sign_vectors() 157 int cavp_sign(bool verbose) in cavp_sign() argument 339 return sign_vectors(&sha256_ctx, d, k, Msg, Qx, Qy, R, S, 15, verbose); in cavp_sign() 343 char **r_vec, char **s_vec, int res_vec[], int tests, bool verbose) in vrfy_vectors() argument 414 result = check_code(i, exp_rc, rc, verbose); in vrfy_vectors() 422 int cavp_verify(bool verbose) in cavp_verify() argument 570 return vrfy_vectors(&sha256_ctx, Msg, Qx, Qy, R, S, results, 15, verbose); in cavp_verify() 573 int montecarlo_signverify(int num_tests, bool verbose) in montecarlo_signverify() argument [all …]
|
D | test_ecc_utils.c | 125 const unsigned int num_word32, const bool verbose) in check_ecc_result() argument 136 if (verbose) { in check_ecc_result() 143 const int computed, const int verbose) in check_code() argument 152 if (verbose) { in check_code() 162 bool verbose) in keygen_vectors() argument 196 result = check_ecc_result(i, "prv ", exp_prv, prv, NUM_ECC_WORDS, verbose); in keygen_vectors() 200 result = check_ecc_result(i, "pub.x", exp_pub, pub, NUM_ECC_WORDS, verbose); in keygen_vectors() 204 …heck_ecc_result(i, "pub.y", exp_pub + NUM_ECC_WORDS, pub + NUM_ECC_WORDS, NUM_ECC_WORDS, verbose); in keygen_vectors()
|
D | test_ecc_utils.h | 79 const unsigned int num_word32, const bool verbose); 82 int keygen_vectors(char **d_vec, char **qx_vec, char **qy_vec, int tests, bool verbose); 88 const int computed, const int verbose);
|
/Zephyr-latest/arch/x86/zefi/ |
D | zefi.py | 15 def verbose(msg): function 16 if args.verbose: 37 verbose("Entry point address (symbol: %s) 0x%x" % (ENTRY_SYM, entry_addr)) 57 verbose("%d bytes of data at 0x%x, data offset %d" 65 verbose("%d bytes of zero-fill at 0x%x" % (bytesz, addr)) 68 verbose(f"{len(data_blob)} bytes of data to include in image") 104 verbose("Metadata header generated.") 121 verbose(" ".join(cmd)) 126 verbose(" ".join(cmd)) 142 verbose(" ".join(cmd)) [all …]
|
/Zephyr-latest/scripts/build/ |
D | llext_inject_slids.py | 159 def _init_log(verbose): argument 167 if verbose and verbose > 1: 169 elif verbose and verbose > 0: 179 log = _init_log(args.verbose)
|
D | check_init_priorities.py | 319 def _init_log(verbose, output): argument 332 if verbose and verbose > 1: 334 elif verbose and verbose > 0: 344 log = _init_log(args.verbose, args.output)
|
D | llext_prepare_exptab.py | 343 def _init_log(verbose): argument 351 if verbose and verbose > 1: 353 elif verbose and verbose > 0: 363 log = _init_log(args.verbose)
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | README.rst | 17 times. However, if the verbose option is enabled then the raw timings will also 18 be displayed. The following will build this project with verbose support: 22 EXTRA_CONF_FILE="prj.verbose.conf" west build -p -b <board> <path to project> 27 This output mode can be used together with the verbose output, however only
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | README.rst | 18 times. However, if the verbose option is enabled then the set of measured 19 times will be displayed. The following will build this project with verbose 24 EXTRA_CONF_FILE="prj.verbose.conf" west build -p -b <board> <path to project> 29 This output mode can be used together with the verbose output, however only
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 77 def set_verbose(verbose: int): 79 if verbose > len(levels): 80 verbose = len(levels) 81 if verbose <= 0: 82 verbose = 0 83 logger.setLevel(levels[verbose]) 172 set_verbose(args.verbose)
|
/Zephyr-latest/scripts/ci/ |
D | version_mgr.py | 75 if args.verbose: 99 if args.verbose: 101 if args.verbose and is_weekly: 104 if not args.verbose:
|
/Zephyr-latest/subsys/testsuite/include/zephyr/ |
D | test_utils.h | 62 size_t computedlen, uint32_t verbose) in check_result() argument 66 ARG_UNUSED(verbose); in check_result()
|
/Zephyr-latest/soc/nuvoton/npcm/common/esiost/ |
D | esiost_args.py | 39 verbose = DEFAULT_VERBOSE variable in EsiostArgs 91 elif (arg == "verbose") & argument_list.verbose: 92 self.verbose = REG_VERBOSE
|
/Zephyr-latest/scripts/ |
D | gen_gcov_files.py | 45 if args.verbose: 48 if args.verbose:
|
/Zephyr-latest/cmake/usage/ |
D | usage.cmake | 8 set(verbose "-v") variable 10 set(verbose "VERBOSE=1") variable 42 message(" ${generator} ${verbose} [targets] verbose build")
|
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/ |
D | ecst.py | 198 if ecst_args.verbose == REG_VERBOSE: 230 if ecst_args.verbose == REG_VERBOSE: 253 if ecst_args.verbose == REG_VERBOSE: 364 if ecst_args.verbose == REG_VERBOSE: 411 if ecst_args.verbose == REG_VERBOSE: 435 if ecst_args.verbose == REG_VERBOSE: 499 if ecst_args.verbose == REG_VERBOSE: 555 if ecst_args.verbose == REG_VERBOSE: 620 if ecst_args.verbose == REG_VERBOSE: 645 if ecst_args.verbose == REG_VERBOSE: [all …]
|
D | ecst_args.py | 75 verbose = DEFAULT_VERBOSE variable in EcstArgs 137 elif (arg == "verbose") & argument_list.verbose: 138 self.verbose = REG_VERBOSE 141 self.verbose = SUPER_VERBOSE
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_build.py | 47 force=False, help=None, target=None, verbose=3, version=False,
|
/Zephyr-latest/boards/up-bridge-the-gap/up_squared_pro_7000/ |
D | CMakeLists.txt | 11 $<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>
|
/Zephyr-latest/boards/intel/adl/ |
D | CMakeLists.txt | 11 $<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>
|
/Zephyr-latest/boards/intel/ehl/ |
D | CMakeLists.txt | 11 $<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>
|
/Zephyr-latest/boards/intel/rpl/ |
D | CMakeLists.txt | 11 $<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>
|
/Zephyr-latest/boards/qemu/x86/ |
D | CMakeLists.txt | 11 $<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>
|
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/ |
D | CMakeLists.txt | 14 $<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>
|