HomeSort by: relevance | last modified time | path
    Searched refs:verify (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/usr.sbin/mtree/
Makefile 11 verify.c getid.c pack_dev.c only.c
extern.h 84 int verify(FILE *);
mtree.c 309 status = verify(spec1);
verify.c 1 /* $NetBSD: verify.c,v 1.50 2024/12/11 14:52:26 christos Exp $ */
39 static char sccsid[] = "@(#)verify.c 8.1 (Berkeley) 6/6/93";
41 __RCSID("$NetBSD: verify.c,v 1.50 2024/12/11 14:52:26 christos Exp $");
67 verify(FILE *fi) function in typeref:typename:int
  /src/libexec/httpd/lua/
Makefile 30 ./bozo.lua --verify a.sig
38 ./bozo.lua --verify a.sig
  /src/sys/arch/arm/xscale/
ixp425_npe.c 176 const IxNpeDlNpeMgrCodeBlock *bp, int verify);
178 const IxNpeDlNpeMgrCodeBlock *bp, int verify);
180 const IxNpeDlNpeMgrStateInfoBlock *bp, int verify);
182 const uint32_t *imageCodePtr, int verify);
191 uint32_t addr, uint32_t data, int verify);
193 uint32_t addr, uint32_t data, int verify);
207 uint32_t regSize, uint32_t ctxtNum, int verify);
209 uint32_t regAddr, uint32_t regValue, int verify);
211 uint32_t ctxtReg, uint32_t ctxtRegVal, int verify);
479 error = npe_load_image(sc, imageCodePtr, 1 /*VERIFY*/);
    [all...]
  /src/usr.bin/chpass/
chpass.h 70 int verify(char *, struct passwd *);
edit.c 73 if (verify(tempname, pw))
146 verify(char *tempname, struct passwd *pw) function in typeref:typename:int
  /src/usr.bin/fdformat/
fdformat.c 108 (void)printf("- VERIFY ERROR\n");
159 int verify = 1; local in function:main
203 case 'n': /* no verify */
204 verify = 0;
280 if (verify) {
294 if (verify)
  /src/usr.bin/tcopy/
tcopy.c 72 static void verify(int, int, char *);
80 enum {READ, VERIFY, COPY, COPYVERIFY} op = READ;
102 op = VERIFY;
129 if ((outp = open(argv[1], op == VERIFY ? O_RDONLY :
143 if (op == VERIFY) {
144 verify(inp, outp, buff);
227 verify(inp, outp, buff);
234 verify(int inp, int outp, char *outb) function in typeref:typename:void
  /src/lib/libresolv/
dst_internal.h 93 int (*verify)(const int mode, DST_KEY *key, void **context, member in struct:dst_func
dst_api.c 27 * int dst_verify_data() Incremental verify routine.
267 * An incremental verify function. Data is verified in steps.
278 * SIG_MODE_FINAL 4 verify signature
287 * 0 Verify success
288 * Non-Zero Verify Failure
301 if (in_key->dk_func == NULL || in_key->dk_func->verify == NULL)
303 return (in_key->dk_func->verify(mode, in_key, context, data, len,
hmac_link.c 138 * dkey key to use for verify.
461 dst_t_func[KEY_HMAC_MD5]->verify = dst_hmac_md5_verify;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_clock_test.cc 295 bool verify(const SyncClock *other) const { function in struct:__tsan::SimpleSyncClock
352 bool verify(const ThreadClock *other) const { function in struct:__tsan::SimpleThreadClock
454 if (!thr0[tid]->verify(thr1[tid]) || !sync0[cid]->verify(sync1[cid])) {
  /src/sys/dev/sdmmc/
if_bwfm_sdio.c 1160 char *verify = NULL; local in function:bwfm_sdio_load_microcode
1173 /* Verify firmware */
1174 verify = kmem_zalloc(size, KM_SLEEP);
1176 verify, size, 0);
1177 if (err || memcmp(verify, ucode, size)) {
1180 kmem_free(verify, size);
1183 kmem_free(verify, size);
1194 /* Verify nvram */
1195 verify = kmem_zalloc(nvlen, KM_SLEEP);
1197 bwfm->sc_chip.ch_ramsize - nvlen, verify, nvlen, 0)
    [all...]
  /src/usr.sbin/rwhod/
rwhod.c 114 static int verify(const char *);
297 if (!verify(wd.wd_hostname)) {
344 verify(const char *name) function in typeref:typename:int
  /src/usr.bin/ftp/
ssl.c 608 int verify = !ftp_truthy("sslnoverify", getoptionvalue("sslnoverify"), 0); local in function:fetch_start_ssl
622 if (verify) {
633 if (verify) {
  /src/usr.bin/make/unit-tests/
depsrc-ignore.mk 23 # This is what actually happens, as of 2020-08-29. To verify it, set the
  /src/share/mk/
bsd.clean.mk 20 # MKCLEANVERIFY Whether or not to verify that the file deletion worked.
  /src/sys/arch/x68k/stand/libdos/
Makefile 30 verify.S dup0.S vernum.S keeppr.S getdpb.S breakck.S drvxchg.S \
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test_helpers.mm 96 // pthread_create(). We need to verify that AddressSanitizer notices that the
106 // pthread_create(). We need to verify that AddressSanitizer notices that the
  /src/usr.sbin/sysinst/
README.md_defs 107 If defined, do not verify the presence of on-disk disklabels before
  /src/sbin/cgdconfig/
cgdconfig.c 172 static int verify(struct params *, int);
854 ret = verify(p, fd);
1013 * verify returns 0 for success, -1 for unrecoverable error, or 1 for retry.
1019 verify(struct params *p, int fd) function in typeref:typename:int
1079 * verify the MBR in the beginning
1167 * verify the GPT header.
  /src/lib/
Makefile 127 SUBDIR+= ../crypto/external/bsd/netpgp/lib/verify # depends on libz
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
cn9130-db.dtsi 194 i2c-mux@72 { /* verify address - depends on dpr */

Completed in 24 milliseconds

1 2