Searched defs:verify (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_missing_003_pos.ksh64 function verify function
213 verify "$TESTPOOL1" "$TESTFS" "$TESTDIR1" \
217 verify "$TESTPOOL2" "$TESTFS" "$TESTDIR2" \
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.h61 #define verify(x) assert(x) macro
63 #define verify(x) ((void)(x)) macro
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_sram.c83 efx_qword_t verify; local
123 &verify);
125 if (!EFX_QWORD_IS_EQUAL(verify, qword)) {
145 &verify);
147 if (!EFX_QWORD_IS_EQUAL(verify, qword)) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelVerify.c83 * C_Verify or C_VerifyFinal to verify a signature on data.
85 session_p->verify.flags = CRYPTO_OPERATION_ACTIVE;
147 session_p->verify.flags |= CRYPTO_EMULATE;
167 session_p->verify.flags &= ~CRYPTO_OPERATION_ACTIVE;
186 crypto_verify_t verify; local
201 if (!(session_p->verify.flags & CRYPTO_OPERATION_ACTIVE)) {
210 if (session_p->verify.flags & CRYPTO_OPERATION_UPDATE) {
213 * operation, so we'll leave the active verify operation
215 * verify update operation.
221 if (session_p->verify
[all...]
H A DkernelSession.h59 * CRYPTO_EMULATE flag is set for a digest or sign/verify with a HMAC
99 crypto_active_op_t verify; /* context of active verify op */ member in struct:session
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h83 int (*verify)(const int mode, DST_KEY *key, void **context, member in struct:dst_func
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttydefs.c73 static int verify();
160 if (verify(argv[optind],0) != 0) {
204 * verify - to check if arg is valid
210 verify(arg,maxarglen) function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h96 crypto_active_op_t verify; /* context of active verify op */ member in struct:session
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcksum.c142 static void verify(State_t*, char*, char*, Sfio_t*);
190 verify(state, p, file, check);
254 * verify previous sum output
258 verify(State_t* state, register char* s, char* check, Sfio_t* rp) function
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c151 #undef verify /* both libzfs.h and zfs_context.h want to define this */ macro
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c51 #undef verify macro
178 verify(nvpair_value_nvlist(elem, &config) == 0);
182 verify(nvlist_alloc(&props, NV_UNIQUE_NAME, 0) == 0);
183 verify(nvlist_add_uint64(props,
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c312 int verify; local
381 verify = 0;
386 verify++;
391 verify++;
396 verify++;
401 verify++;
406 verify++;
411 verify++;
416 verify++;
421 verify
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java157 ab.verify();
598 void verify() throws ServiceLocationException { method in class:AuthBlock
675 if (!sig.verify(abBytes))
896 chain[i-1].verify(chain[i].getPublicKey(), "SunAMI");
921 * verify a message signed by the Principal named by 'cert'.
961 * This routine does not verify the cert chain.
/illumos-gate/usr/src/cmd/power/
H A Dconf.c89 int verify = 0; variable
519 verify = 1;
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_rsa.c60 static int decrypt_error_code(int mode, int decrypt, int verify, int def);
110 * For decryption, verify, and verifyRecover, the input length should
132 /* For decrypt and verify, the input should not be less than output */
228 * Needs to unpad appropriately for decrypt, verify,
321 * Needs to unpad appropriately for decrypt, verify,
815 static int decrypt_error_code(int mode, int decrypt, int verify, int def) argument
822 return (verify);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c145 static int verify(const struct whod *);
281 if (!verify(&wd)) {
334 verify(const struct whod *wd) function
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h149 int *verify, *advance, *stoff; variable
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfts.c135 * must always verify; undef verify to enable the unsafe code
138 #define verify 1 macro
465 #ifndef verify
466 register int verify; local
474 #ifndef verify
475 verify = 0;
483 #ifndef verify
484 verify |= fts->pwd->symlink;
496 return (verify
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h417 sasl_plaintext_verifier *verify; member in struct:sasl_verify_password_s
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c88 /* for verify buffers */
106 static int v_flag = 0; /* verify format/diskette flag */
139 static int verify(int, int, int);
274 /* verify the diskette after format */
794 gettext("%s: can't malloc verify buffer, "),
948 * do a quick verify
953 gettext("%s: bad seek to format verify, "),
990 * do a write & read verify of the entire diskette
999 if ((val = verify(fd, 2 * spt * cyl, cyl_size)) != 0) {
1215 " -v verify eac
1229 verify(int fd, int blk, int len) function
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h145 int verify; /* verify each volume */ variable
146 int doingverify; /* true => doing a verify pass */
211 #define X_VERIFY 4 /* verify the reel just written */
/illumos-gate/usr/src/lib/efcode/engine/
H A Ddebug.c620 int verify; local
622 verify = env->table[i].flags & (ANSI_WORD|P1275_WORD);
623 if ((verify) &&
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_config.h138 * 'verify' function defined in the parameter
257 * The 'verify' and 'notify' functions are the hooks provided
287 nscd_cfg_func_verify_t verify; member in struct:nscd_cfg_param_desc
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c935 verify(smedia_handle_t handle, int32_t fd, diskaddr_t start_sector, function
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c307 int lfdes, altflg = 0, result, verify; local
434 verify = 0;
458 verify = !Otape || (altflg & MINUSS);
459 (void) getoutfs(Out.f_dev, Out.f_des, Sptr, verify);
507 verify = !Otape || (altflg & MINUSS);
508 prompt(verify,
513 verify = !Otape || (altflg & MINUSS);
514 prompt(verify, "arg. (%.6s) doesn't agree with from vol.(%.6s)\n",
526 verify = altflg & MINUSS;
528 prompt(verify, "
827 prompt(int verify, const char *fmt, ...) argument
1230 int again = 1, verify, old_style, new_style; local
1403 int verify; local
1656 getoutfs(int dev, int fd, char *buf, int verify) argument
[all...]

Completed in 122 milliseconds

12