| /src/external/bsd/nsd/dist/ |
| verify.h | 24 * Track position in zone to feed verifier more data as the input descriptor 58 struct verifier { struct
|
| 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...] |
| 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
|
| /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/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/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);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| sslapitest.c | 5317 BIGNUM *verifier = NULL, *salt = NULL; local 5326 if (!TEST_true(SRP_create_verifier_BN(userid, password, &salt, &verifier, 5340 user_pwd->v = verifier; 5342 verifier = salt = NULL; 5352 BN_free(verifier);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| sslapitest.c | 7214 BIGNUM *verifier = NULL, *salt = NULL; local 7223 if (!TEST_true(SRP_create_verifier_BN_ex(userid, password, &salt, &verifier, 7237 user_pwd->v = verifier; 7239 verifier = salt = NULL; 7249 BN_free(verifier);
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| aarch64.h | 1303 /* Extra constraints on the instruction that the verifier checks. */ 1311 enum err_type (* verifier) (const struct aarch64_inst *, const aarch64_insn, 1310 enum err_type (* verifier) (const struct aarch64_inst *, const aarch64_insn, member in struct:aarch64_opcode
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| sslapitest.c | 7809 BIGNUM *verifier = NULL, *salt = NULL; local 7818 if (!TEST_true(SRP_create_verifier_BN_ex(userid, password, &salt, &verifier, 7832 user_pwd->v = verifier; 7834 verifier = salt = NULL; 7844 BN_free(verifier);
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| aarch64.h | 1420 /* Extra constraints on the instruction that the verifier checks. */ 1428 enum err_type (* verifier) (const struct aarch64_inst *, const aarch64_insn, 1427 enum err_type (* verifier) (const struct aarch64_inst *, const aarch64_insn, member in struct:aarch64_opcode
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| aarch64.h | 1439 /* Extra constraints on the instruction that the verifier checks. */ 1447 enum err_type (* verifier) (const struct aarch64_inst *, const aarch64_insn, 1446 enum err_type (* verifier) (const struct aarch64_inst *, const aarch64_insn, member in struct:aarch64_opcode
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| aarch64.h | 1439 /* Extra constraints on the instruction that the verifier checks. */ 1447 enum err_type (* verifier) (const struct aarch64_inst *, const aarch64_insn, 1446 enum err_type (* verifier) (const struct aarch64_inst *, const aarch64_insn, member in struct:aarch64_opcode
|