Searched refs:verify (Results 1 - 25 of 138) sorted by relevance

123456

/linux-master/fs/verity/
H A DMakefile9 verify.o
/linux-master/scripts/
H A Dcheck-git8 if ! git -C "${srctree}" rev-parse --verify HEAD >/dev/null 2>/dev/null; then
H A 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("
850 sub verify { subroutine
[all...]
H A Dsetlocalversion56 if ! head=$(git rev-parse --verify HEAD 2>/dev/null); then
/linux-master/tools/testing/ktest/examples/include/
H A Dbootconfig.conf39 BOOTCONFIG_VERIFY = verify-boottrace.sh
51 BOOTCONFIG_VERIFY = verify-functiongraph.sh
63 BOOTCONFIG_VERIFY = verify-tracing.sh
/linux-master/drivers/mtd/tests/
H A Dmtd_nandecctest.c30 int (*verify)(void *, void *, void *, const size_t); member in struct:nand_ecc_test
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,
/linux-master/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py474 def verify(first_set, second_set, message): function
530 verify(source_map_types, help_map_types,
532 verify(source_map_types, man_map_types,
534 verify(help_map_options, man_map_options,
556 verify(source_prog_attach_types, help_prog_attach_types,
558 verify(source_prog_attach_types, man_prog_attach_types,
560 verify(help_prog_options, man_prog_options,
562 verify(source_prog_attach_types, bashcomp_prog_attach_types,
579 verify(source_cgroup_attach_types, help_cgroup_attach_types,
581 verify(source_cgroup_attach_type
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dethtool_mm.sh58 ethtool --set-mm $tx verify-enabled on tx-enabled on
63 ethtool --json --show-mm $tx | jq -r '.[]."verify-status"' | \
73 ethtool --set-mm $tx verify-enabled off tx-enabled off
96 ethtool --set-mm $tx verify-enabled off tx-enabled on
98 ethtool --json --show-mm $tx | jq -r '.[]."verify-status"' | \
108 ethtool --set-mm $tx verify-enabled off tx-enabled off
131 ethtool --set-mm $tx verify-enabled on tx-enabled on
136 ethtool --json --show-mm $tx | jq -r '.[]."verify-status"' | \
146 ethtool --set-mm $tx verify-enabled off tx-enabled off
263 ethtool --set-mm $h1 pmac-enabled on tx-enabled off verify
[all...]
/linux-master/tools/testing/selftests/sysctl/
H A Dsysctl.sh166 verify() function
225 if ! verify "${TEST_FILE}"; then
233 if verify "${TARGET}"; then
242 if ! verify "${TARGET}"; then
251 if verify "${TARGET}"; then
265 if ! verify "${TARGET}"; then
275 if ! verify "${TARGET}"; then
285 if verify "${TARGET}"; then
296 if verify "${TARGET}"; then
368 if ! verify "
[all...]
/linux-master/arch/x86/boot/
H A Dgenimage.sh49 verify() { function
68 verify "$FBZIMAGE"
202 verify "$MTOOLSRC"
209 verify "$MTOOLSRC"
217 verify "$MTOOLSRC"
225 verify "$MTOOLSRC"
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c296 /* First, verify that the master reports correct status */
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
[all...]
/linux-master/drivers/cpufreq/
H A Dsc520_freq.c91 .verify = cpufreq_generic_frequency_table_verify,
H A Delanfreq.c193 .verify = cpufreq_generic_frequency_table_verify,
H A Dloongson2_cpufreq.c96 .verify = cpufreq_generic_frequency_table_verify,
H A Dbmips-cpufreq.c150 .verify = cpufreq_generic_frequency_table_verify,
H A Dppc_cbe_cpufreq.c135 .verify = cpufreq_generic_frequency_table_verify,
H A Ddavinci-cpufreq.c99 .verify = cpufreq_generic_frequency_table_verify,
H A Ds3c64xx-cpufreq.c197 .verify = cpufreq_generic_frequency_table_verify,
/linux-master/drivers/s390/crypto/
H A Dzcrypt_ccamisc.h216 int cca_findcard(const u8 *key, u16 *pcardnr, u16 *pdomain, int verify);
226 * - if verify is enabled and a cur_mkvp and/or old_mkvp
240 int verify);
263 u8 new_asym_mkvp[16]; /* verify pattern of new asym master key */
264 u8 cur_asym_mkvp[16]; /* verify pattern of current asym master key */
265 u8 old_asym_mkvp[16]; /* verify pattern of old asym master key */
272 int cca_get_info(u16 card, u16 dom, struct cca_info *ci, int verify);
H A Dzcrypt_ep11misc.h107 int ep11_get_card_info(u16 card, struct ep11_card_info *info, int verify);
/linux-master/crypto/
H A Decdsa.c276 .verify = ecdsa_verify,
298 .verify = ecdsa_verify,
320 .verify = ecdsa_verify,
/linux-master/include/crypto/
H A Dakcipher.h19 * For verify op this is signature + digest, in that case
21 * @dst: Destination data (Should be NULL for verify op)
23 * For verify op it's size of signature part of @src, this part
25 * @dst_len: Size of @dst buffer (for all ops except verify).
32 * For verify op this is size of digest part in @src.
63 * @verify_cnt: number of verify operation
84 * @verify: Function performs a complete verify operation as defined by
119 int (*verify)(struct akcipher_request *req); member in struct:akcipher_alg
271 * @dst: ptr to output scatter list or NULL for verify o
[all...]
/linux-master/drivers/scsi/cxlflash/
H A Dsuperpipe.c1768 * @verify: Verify ioctl data structure.
1773 struct dk_cxlflash_verify *verify)
1783 rc = scsi_normalize_sense((const u8 *)&verify->sense_data,
1832 * @verify: Verify ioctl data structure.
1837 struct dk_cxlflash_verify *verify)
1846 res_hndl_t rhndl = verify->rsrc_handle;
1847 u64 ctxid = DECODE_CTXID(verify->context_id),
1848 rctxid = verify->context_id;
1852 "flags=%016llx\n", __func__, ctxid, verify->rsrc_handle,
1853 verify
1772 process_sense(struct scsi_device *sdev, struct dk_cxlflash_verify *verify) argument
1836 cxlflash_disk_verify(struct scsi_device *sdev, struct dk_cxlflash_verify *verify) argument
[all...]
/linux-master/drivers/md/bcache/
H A Dsysfs.c143 rw_attribute(verify); variable
197 var_printf(verify, "%i");
308 d_strtoul(verify);
785 sysfs_printf(verify, "%i", c->verify);
913 sysfs_strtoul_bool(verify, c->verify);
/linux-master/include/uapi/scsi/
H A Dcxlflash_ioctl.h140 __u64 context_id; /* Context owning resources to verify */
142 __u64 hint; /* Reasons for verify */
179 struct dk_cxlflash_verify verify; member in union:cxlflash_ioctls

Completed in 258 milliseconds

123456