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

1 2

  /src/external/bsd/nsd/dist/
verify.c 115 fmt = stream->cut ? "verifier: .. %.*s .." : "verifier: %.*s ..";
119 fmt = stream->cut ? "verifier: .. %.*s" : "verifier: %.*s";
130 * Log verifier output on STDOUT and STDERR. Lines longer than LOGLINELEN are
137 struct verifier *verifier; local
143 verifier = (struct verifier *)arg;
144 if (fd == verifier->output_stream.fd)
222 struct verifier *verifier; local
251 struct verifier *verifier; local
311 struct verifier *verifier = NULL; local
415 struct verifier *verifier = NULL; local
    [all...]
verify.h 24 * Track position in zone to feed verifier more data as the input descriptor
58 struct verifier { struct
options.c 184 opt->verifier = NULL;
1139 p->verifier = NULL;
1212 verifier_delete(opt->region, p->verifier);
1377 copy_changed_verifier(opt, &orig->verifier, p->verifier);
1396 copy_changed_verifier(opt, &orig->verifier, p->verifier);
1485 if(!pattern_verifiers_equal((const char **)p->verifier,
1486 (const char **)q->verifier)) return 0;
1725 marshal_strv(b, p->verifier);
    [all...]
options.h 252 char **verifier; member in struct:nsd_options
255 /** whether or not to feed the zone to the verifier over stdin */
257 /** maximum number of seconds that a verifier may take */
348 char **verifier; member in struct:pattern_options
nsd-checkconf.c 579 if(pat->verifier) {
581 for(char *const *s = pat->verifier; *s; s++) {
786 if(opt->verifier) {
788 for(char **s = opt->verifier; *s; s++) {
nsd.h 307 int verifier_pipe[2]; /* Pipe to trigger verifier exit handler */
308 struct verifier *verifiers;
configparser.y 1194 { cfg_parser->pattern->verifier = $2; }
1254 { cfg_parser->opt->verifier = $2; }
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
analysis.go 26 // verifier will print to stderr and abort()
28 // verifier will print to stderr and return 1
30 // verifier will just return 1
  /src/external/mpl/bind/dist/bin/tests/system/optout/
tests_optout.py 87 verifier = isctest.run.cmd(verify_cmd)
89 if verifier.rc != 0:
92 return verifier.rc == 0
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zio_checksum.c 208 * Set the external verifier for a gang block based on <vdev, offset, txg>,
223 * Set the external verifier for a label block based on its offset.
318 zio_cksum_t verifier; local
341 zio_checksum_gang_verifier(&verifier, bp);
343 zio_checksum_label_verifier(&verifier, offset);
345 verifier = bp->blk_cksum;
350 byteswap_uint64_array(&verifier, sizeof (zio_cksum_t));
353 eck->zec_cksum = verifier;
  /src/crypto/external/apache2/openssl/dist/include/openssl/
srp.h.in 126 char **verifier, const char *N, const char *g,
130 char **verifier, const char *N, const char *g);
133 BIGNUM **verifier, const BIGNUM *N,
138 BIGNUM **verifier, const BIGNUM *N,
  /src/crypto/external/bsd/openssl/dist/include/openssl/
srp.h.in 120 char **verifier, const char *N, const char *g,
124 char **verifier, const char *N, const char *g);
127 BIGNUM **verifier, const BIGNUM *N,
132 BIGNUM **verifier, const BIGNUM *N,
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
srp.h 84 char **verifier, const char *N, const char *g);
86 BIGNUM **verifier, const BIGNUM *N,
  /src/crypto/external/bsd/heimdal/dist/lib/ntlm/
heimntlm-protos.h 151 unsigned char verifier[8]);
  /src/crypto/external/bsd/heimdal/include/
heimntlm-protos.h 149 unsigned char verifier[8]);
  /src/crypto/external/apache2/openssl/dist/crypto/srp/
srp_vfy.c 37 * compatibility in order to load verifier files from other OpenSSL versions.
385 * This function parses the verifier file generated by the srp app.
387 * V base64(verifier) base64(salt) username gNid userinfo(optional)
609 * create a verifier (*salt,*verifier,g and N are in base64)
612 char **verifier, const char *N, const char *g,
624 if ((user == NULL) || (pass == NULL) || (salt == NULL) || (verifier == NULL))
688 *verifier = vf;
702 char **verifier, const char *N, const char *g)
704 return SRP_create_verifier_ex(user, pass, salt, verifier, N, g, NULL, NULL)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/srp/
srp_vfy.c 37 * compatibility in order to load verifier files from other OpenSSL versions.
388 * This function parses the verifier file generated by the srp app.
390 * V base64(verifier) base64(salt) username gNid userinfo(optional)
608 * create a verifier (*salt,*verifier,g and N are in base64)
611 char **verifier, const char *N, const char *g,
624 (pass == NULL) || (salt == NULL) || (verifier == NULL))
688 *verifier = vf;
702 char **verifier, const char *N, const char *g)
704 return SRP_create_verifier_ex(user, pass, salt, verifier, N, g, NULL, NULL)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/checkds/
tests_checkds.py 103 verifier = isctest.run.cmd(verify_cmd)
105 if verifier.rc != 0:
108 return verifier.rc == 0
  /src/crypto/external/bsd/openssl.old/dist/crypto/srp/
srp_vfy.c 34 * compatibility in order to load verifier files from other OpenSSL versions.
377 * this function parses verifier file. Format is:
579 * create a verifier (*salt,*verifier,g and N are in base64)
582 char **verifier, const char *N, const char *g)
594 (pass == NULL) || (salt == NULL) || (verifier == NULL))
657 *verifier = vf;
671 * create a verifier (*salt,*verifier,g and N are BIGNUMs). If *salt != NULL
672 * then the provided salt will be used. On successful exit *verifier will poin
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
srp.c 126 char *verifier = NULL; local
145 &verifier, N, g))
147 BIO_printf(bio_err, "Internal error validating SRP verifier\n");
149 if (strcmp(verifier, srp_verifier))
151 OPENSSL_free(verifier);
179 BIO_printf(bio_err, "Internal error creating SRP verifier\n");
185 BIO_printf(bio_err, "gNid=%s salt =\"%s\"\n verifier =\"%s\"\n",
223 { "add", OPT_ADD, '-', "Add a user and SRP verifier" },
224 { "modify", OPT_MODIFY, '-', "Modify the SRP verifier of an existing user" },
225 { "delete", OPT_DELETE, '-', "Delete user from verifier file" }
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
srp.c 128 char *verifier = NULL; local
147 &verifier, N, g)) == NULL) {
148 BIO_printf(bio_err, "Internal error validating SRP verifier\n");
150 if (strcmp(verifier, srp_verifier))
152 OPENSSL_free(verifier);
179 BIO_printf(bio_err, "Internal error creating SRP verifier\n");
185 BIO_printf(bio_err, "gNid=%s salt =\"%s\"\n verifier =\"%s\"\n",
212 {"add", OPT_ADD, '-', "Add a user and SRP verifier"},
213 {"modify", OPT_MODIFY, '-', "Modify the SRP verifier of an existing user"},
214 {"delete", OPT_DELETE, '-', "Delete user from verifier file"}
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
srp.c 124 char *verifier = NULL; local
143 &verifier, N, g)) == NULL) {
144 BIO_printf(bio_err, "Internal error validating SRP verifier\n");
146 if (strcmp(verifier, srp_verifier))
148 OPENSSL_free(verifier);
175 BIO_printf(bio_err, "Internal error creating SRP verifier\n");
181 BIO_printf(bio_err, "gNid=%s salt =\"%s\"\n verifier =\"%s\"\n",
200 {"srpvfile", OPT_SRPVFILE, '<', "The srp verifier file name"},
201 {"add", OPT_ADD, '-', "Add a user and srp verifier"},
203 "Modify the srp verifier of an existing user"}
    [all...]
  /src/external/bsd/ppp/dist/pppd/
chap.c 338 chap_verify_hook_fn *verifier; local
375 verifier = chap_verify_hook;
377 verifier = chap_verify_response;
378 ok = (*verifier)(name, ss->name, id, ss->digest,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 735 DWARFVerifier verifier(OS, *this, DumpOpts);
737 Success &= verifier.handleDebugAbbrev();
739 Success &= verifier.handleDebugInfo();
741 Success &= verifier.handleDebugLine();
742 Success &= verifier.handleAccelTables();
  /src/external/bsd/wpa/dist/src/common/
sae.c 2292 * verifier = CN(KCK, peer-send-confirm, peer-commit-scalar,
2404 u8 verifier[SAE_MAX_HASH_LEN]; local
2430 verifier) < 0)
2439 verifier) < 0)
2443 if (os_memcmp_const(verifier, data + 2, hash_len) != 0) {
2447 wpa_hexdump(MSG_DEBUG, "SAE: Calculated verifier",
2448 verifier, hash_len);

Completed in 54 milliseconds

1 2