Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/Linux-v5.15/scripts/
Dget_dvb_firmware60 verify("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $hash);
80 verify("$tmpdir/ZEnglish/sc_main.mc", $hash);
98 verify("$tmpdir/fwtmp", $hash);
116 verify("$tmpdir/fwtmp", $hash);
134 verify("$tmpdir/fwtmp", $hash);
149 verify($sourcefile, $hash);
166 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_T.bin", $hash);
183 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_X.bin", $hash);
200 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_S.bin", $hash);
216 verify("$tmpdir/fw1part1-1","5e0909858fdf0b5b09ad48b9fe622e70");
[all …]
/Linux-v5.15/tools/testing/selftests/sysctl/
Dsysctl.sh170 verify() function
229 if ! verify "${TEST_FILE}"; then
237 if verify "${TARGET}"; then
246 if ! verify "${TARGET}"; then
255 if verify "${TARGET}"; then
269 if ! verify "${TARGET}"; then
279 if ! verify "${TARGET}"; then
289 if verify "${TARGET}"; then
300 if verify "${TARGET}"; then
372 if ! verify "${TARGET}"; then
[all …]
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_bpftool_synctypes.py425 def verify(first_set, second_set, message): function
456 verify(ref, map_types_enum,
476 verify(source_map_types, help_map_types,
478 verify(source_map_types, man_map_types,
480 verify(help_map_options, man_map_options,
482 verify(source_map_types, bashcomp_map_types,
492 verify(ref, prog_types,
503 verify(ref, attach_types,
522 verify(source_prog_attach_types, help_prog_attach_types,
524 verify(source_prog_attach_types, man_prog_attach_types,
[all …]
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Ddm-init.rst45 `cache` constrained, userspace should verify cache device
48 `era` constrained, userspace should verify metadata device
51 `log-writes` constrained, userspace should verify metadata device
52 `mirror` constrained, userspace should verify main/mirror device
53 `raid` constrained, userspace should verify metadata device
54 `snapshot` constrained, userspace should verify src/dst device
56 `snapshot-merge` constrained, userspace should verify src/dst device
58 `switch` constrained, userspace should verify dev path
62 `writecache` constrained, userspace should verify cache device
/Linux-v5.15/drivers/mtd/tests/
Dmtd_nandecctest.c30 int (*verify)(void *, void *, void *, const size_t); member
204 .verify = no_bit_error_verify,
209 .verify = single_bit_error_correct,
214 .verify = single_bit_error_correct,
219 .verify = double_bit_error_detect,
224 .verify = double_bit_error_detect,
229 .verify = double_bit_error_detect,
274 err = nand_ecc_test[i].verify(error_data, error_ecc, in nand_ecc_test_run()
/Linux-v5.15/arch/sparc/boot/
Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/Linux-v5.15/arch/nios2/boot/
Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/Linux-v5.15/arch/m68k/
Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
/Linux-v5.15/arch/powerpc/boot/
Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/Linux-v5.15/arch/riscv/boot/
Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/Linux-v5.15/arch/arm64/boot/
Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/Linux-v5.15/arch/parisc/
Dinstall.sh22 verify () { function
34 verify "$2"
35 verify "$3"
/Linux-v5.15/arch/arm/boot/
Dinstall.sh23 verify () { function
34 verify "$2"
35 verify "$3"
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c1068 .verify = NULL,
1077 .verify = NULL,
1086 .verify = NULL,
1095 .verify = NULL,
1104 .verify = NULL,
1113 .verify = NULL,
1122 .verify = NULL,
1131 .verify = NULL,
1140 .verify = NULL,
1149 .verify = NULL,
[all …]
/Linux-v5.15/arch/x86/boot/
Dinstall.sh20 verify () { function
31 verify "$2"
32 verify "$3"
Dgenimage.sh49 verify() { function
68 verify "$FBZIMAGE"
201 verify "$MTOOLSRC"
208 verify "$MTOOLSRC"
216 verify "$MTOOLSRC"
224 verify "$MTOOLSRC"
/Linux-v5.15/tools/testing/ktest/examples/include/
Dbootconfig.conf39 BOOTCONFIG_VERIFY = verify-boottrace.sh
51 BOOTCONFIG_VERIFY = verify-functiongraph.sh
63 BOOTCONFIG_VERIFY = verify-tracing.sh
/Linux-v5.15/Documentation/translations/zh_CN/cpu-freq/
Dcpu-drivers.rst58 .verify - 一个指向"verification"函数的指针。
124 | | cpufreq_driver.verify and either |
231 标准都被满足。这对->verify调用很有帮助。
/Linux-v5.15/drivers/s390/crypto/
Dzcrypt_ccamisc.h216 int cca_findcard(const u8 *key, u16 *pcardnr, u16 *pdomain, int verify);
240 int verify);
266 int cca_get_info(u16 card, u16 dom, struct cca_info *ci, int verify);
/Linux-v5.15/Documentation/translations/zh_TW/cpu-freq/
Dcpu-drivers.rst57 .verify - 一個指向"verification"函數的指針。
125 | | cpufreq_driver.verify and either |
232 標準都被滿足。這對->verify調用很有幫助。
/Linux-v5.15/crypto/
Dakcipher.c129 if (!alg->verify) in crypto_register_akcipher()
130 alg->verify = akcipher_default_op; in crypto_register_akcipher()
/Linux-v5.15/drivers/net/ethernet/microchip/
DKconfig30 bool "Enable write verify"
33 Enable the verify after the buffer write useful for debugging purpose.
/Linux-v5.15/tools/testing/selftests/resctrl/
DREADME39 - verify: get resctrl data and verify the data with another source, e.g.
/Linux-v5.15/fs/verity/
DMakefile9 verify.o
/Linux-v5.15/fs/btrfs/
DKconfig57 writes of the super block). The goal is to verify that the
68 to verify the integrity of (super)-block write requests
102 bool "Btrfs with the ref verify tool compiled in"

12345678910>>...12