/kernel/linux/linux-5.10/scripts/ |
D | get_dvb_firmware | 60 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 …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 170 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 …]
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
D | genimage.sh | 29 verify () { function 46 verify "$FBZIMAGE" 49 verify "$MTOOLSRC" 60 verify "$MTOOLSRC" 72 verify "$MTOOLSRC"
|
D | install.sh | 20 verify () { function 31 verify "$2" 32 verify "$3"
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | dm-init.rst | 45 `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
|
/kernel/linux/linux-5.10/arch/sparc/boot/ |
D | install.sh | 20 verify () { function 31 verify "$2" 32 verify "$3"
|
/kernel/linux/linux-5.10/arch/nios2/boot/ |
D | install.sh | 20 verify () { function 31 verify "$2" 32 verify "$3"
|
/kernel/linux/linux-5.10/arch/m68k/ |
D | install.sh | 20 verify () { function 31 verify "$2" 32 verify "$3"
|
/kernel/linux/linux-5.10/drivers/mtd/tests/ |
D | mtd_nandecctest.c | 30 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, 275 err = nand_ecc_test[i].verify(error_data, error_ecc, in nand_ecc_test_run()
|
/kernel/linux/linux-5.10/arch/riscv/boot/ |
D | install.sh | 23 verify () { function 34 verify "$2" 35 verify "$3"
|
/kernel/linux/linux-5.10/arch/arm64/boot/ |
D | install.sh | 23 verify () { function 34 verify "$2" 35 verify "$3"
|
/kernel/linux/linux-5.10/arch/parisc/boot/ |
D | install.sh | 22 verify () { function 34 verify "$2" 35 verify "$3"
|
/kernel/linux/linux-5.10/arch/arm/boot/ |
D | install.sh | 23 verify () { function 34 verify "$2" 35 verify "$3"
|
/kernel/linux/linux-5.10/arch/parisc/ |
D | install.sh | 22 verify () { function 34 verify "$2" 35 verify "$3"
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
D | cmd.c | 1068 .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 …]
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
D | zcrypt_ccamisc.h | 216 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);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
D | Kconfig | 30 bool "Enable write verify" 33 Enable the verify after the buffer write useful for debugging purpose.
|
/kernel/linux/linux-5.10/crypto/ |
D | akcipher.c | 135 if (!alg->verify) in crypto_register_akcipher() 136 alg->verify = akcipher_default_op; in crypto_register_akcipher()
|
D | ecdsa.c | 276 .verify = ecdsa_verify, 298 .verify = ecdsa_verify, 320 .verify = ecdsa_verify,
|
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
D | README | 39 - verify: get resctrl data and verify the data with another source, e.g.
|
/kernel/linux/linux-5.10/fs/verity/ |
D | Makefile | 8 verify.o
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | Kconfig | 57 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"
|
/kernel/linux/linux-5.10/fs/unicode/ |
D | README.utf8data | 18 md5sums (verify by running "md5sum -c README.utf8data"): 28 sha1sums (verify by running "sha1sum -c README.utf8data"):
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
D | superpipe.c | 1772 struct dk_cxlflash_verify *verify) in process_sense() argument 1782 rc = scsi_normalize_sense((const u8 *)&verify->sense_data, in process_sense() 1836 struct dk_cxlflash_verify *verify) in cxlflash_disk_verify() argument 1845 res_hndl_t rhndl = verify->rsrc_handle; in cxlflash_disk_verify() 1846 u64 ctxid = DECODE_CTXID(verify->context_id), in cxlflash_disk_verify() 1847 rctxid = verify->context_id; in cxlflash_disk_verify() 1851 "flags=%016llx\n", __func__, ctxid, verify->rsrc_handle, in cxlflash_disk_verify() 1852 verify->hint, verify->hdr.flags); in cxlflash_disk_verify() 1873 if (verify->hint & DK_CXLFLASH_VERIFY_HINT_SENSE) { in cxlflash_disk_verify() 1879 rc = process_sense(sdev, verify); in cxlflash_disk_verify() [all …]
|
/kernel/linux/linux-5.10/include/crypto/ |
D | akcipher.h | 94 int (*verify)(struct akcipher_request *req); member 370 ret = alg->verify(req); in crypto_akcipher_verify()
|