Home
last modified time | relevance | path

Searched refs:verifier (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/crypto/openssl/doc/man3/
H A DSRP_create_verifier.pod22 BIGNUM **verifier, const BIGNUM *N,
26 BIGNUM **verifier, const BIGNUM *N, const BIGNUM *g);
28 char **verifier, const char *N, const char *g,
31 char **verifier, const char *N, const char *g);
41 The SRP_create_verifier_BN_ex() function creates an SRP password verifier from
51 the verifier and (if a salt was not provided) I<*salt> will be populated with a
54 The caller is responsible for freeing the allocated I<*salt> and I<*verifier>
64 The caller is responsible for freeing the allocated I<*salt> and I<*verifier>
93 Generate and store a 8192 bit password verifier (error handling
106 BIGNUM *salt = NULL, *verifier = NULL;
[all …]
H A DSRP_VBASE_new.pod11 - Functions to create and manage a stack of SRP user verifier information
36 verifier information.
39 to hide the fact that it doesn't have a verifier for a particular username,
47 The SRP_VBASE_init() function parses the information in a verifier file and
49 The verifier file is a text file containing multiple entries, whose format is:
50 flag base64(verifier) base64(salt) username gNid userinfo(optional)
55 The SRP_VBASE_add0_user() function adds the B<user_pwd> verifier information
65 the server to hide the fact that it doesn't have a verifier for a particular
H A DSRP_user_pwd_new.pod10 - Functions to create a record of SRP user verifier information
32 The SRP_user_pwd_new() function allocates a structure to store a user verifier
43 The SRP_user_pwd_set0_sv() function sets the user salt to B<s> and the verifier
H A DSSL_CTX_set_srp_password.pod86 See L<SRP_VBASE_init(3)> to parse the verifier file created by L<openssl-srp(1)> or
117 user salt, B<v> the password verifier and B<info> is the optional user info.
120 connection B<s> by generating a random salt and a password verifier.
162 Setup SRP server with verifier file:
/freebsd/contrib/file/tests/
H A Dandroid-vdex-1.result1 Android vdex file, verifier deps version: 021, dex section version: 002, number of dex files: 4, ve…
H A Dandroid-vdex-2.result1 …ile, being processed by dex2oat, verifier deps version: 019, dex section version: 002, number of d…
/freebsd/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c609 char **verifier, const char *N, const char *g, in SRP_create_verifier_ex() argument
622 (pass == NULL) || (salt == NULL) || (verifier == NULL)) in SRP_create_verifier_ex()
686 *verifier = vf; in SRP_create_verifier_ex()
700 char **verifier, const char *N, const char *g) in SRP_create_verifier() argument
702 return SRP_create_verifier_ex(user, pass, salt, verifier, N, g, NULL, NULL); in SRP_create_verifier()
715 BIGNUM **verifier, const BIGNUM *N, in SRP_create_verifier_BN_ex() argument
728 (verifier == NULL) || (N == NULL) || (g == NULL) || (bn_ctx == NULL)) in SRP_create_verifier_BN_ex()
757 *verifier = verif; in SRP_create_verifier_BN_ex()
768 BIGNUM **verifier, const BIGNUM *N, in SRP_create_verifier_BN() argument
771 return SRP_create_verifier_BN_ex(user, pass, salt, verifier, N, g, NULL, in SRP_create_verifier_BN()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio_checksum.c433 zio_cksum_t verifier; in zio_checksum_error_impl() local
468 zio_checksum_gang_verifier(&verifier, bp); in zio_checksum_error_impl()
470 zio_checksum_label_verifier(&verifier, offset); in zio_checksum_error_impl()
472 verifier = bp->blk_cksum; in zio_checksum_error_impl()
477 byteswap_uint64_array(&verifier, sizeof (zio_cksum_t)); in zio_checksum_error_impl()
481 abd_copy_from_buf_off(abd, &verifier, eck_offset, in zio_checksum_error_impl()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-srp.pod.in54 Add a user and SRP verifier.
58 Modify the SRP verifier of an existing user.
62 Delete user from verifier file.
H A Dopenssl-smime.pod.in200 signed message but the verifier must have a copy of the signers certificate
/freebsd/crypto/openssl/include/openssl/
H A Dsrp.h.in120 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,
H A Dsrp.h191 char **verifier, const char *N, const char *g,
195 char **verifier, const char *N, const char *g);
198 BIGNUM **verifier, const BIGNUM *N,
203 BIGNUM **verifier, const BIGNUM *N,
/freebsd/crypto/openssl/apps/
H A Dsrp.c128 char *verifier = NULL; in srp_verify_user() local
147 &verifier, N, g)) == NULL) { in srp_verify_user()
150 if (strcmp(verifier, srp_verifier)) in srp_verify_user()
152 OPENSSL_free(verifier); in srp_verify_user()
/freebsd/crypto/heimdal/lib/ntlm/
H A Dheimntlm-protos.h66 unsigned char verifier[8]);
H A Dntlm.c1802 unsigned char verifier[8]) in heim_ntlm_calculate_ntlm2_sess_hash()
1817 memcpy(verifier, ntlm2_sess_hash, 8); in heim_ntlm_calculate_ntlm2_sess_hash()
/freebsd/contrib/file/magic/Magdir/
H A Dandroid198 >4 string >000 verifier deps version: %s,
201 >16 lelong >0 verifier deps size: %d
208 >4 string >000 verifier deps version: %s,
211 >16 lelong >0 verifier deps size: %d
/freebsd/sys/contrib/openzfs/cmd/
H A Dzhack.c530 zio_cksum_t verifier; in zhack_repair_calc_cksum() local
535 ZIO_SET_CHECKSUM(&verifier, offset, 0, 0, 0); in zhack_repair_calc_cksum()
538 byteswap_uint64_array(&verifier, sizeof (zio_cksum_t)); in zhack_repair_calc_cksum()
541 eck->zec_cksum = verifier; in zhack_repair_calc_cksum()
/freebsd/sys/cddl/boot/zfs/
H A Dzfssubr.c284 zio_cksum_t actual_cksum, expected_cksum, verifier; in zio_checksum_verify() local
310 zio_checksum_gang_verifier(&verifier, bp); in zio_checksum_verify()
312 zio_checksum_label_verifier(&verifier, in zio_checksum_verify()
315 verifier = bp->blk_cksum; in zio_checksum_verify()
320 byteswap_uint64_array(&verifier, sizeof (zio_cksum_t)); in zio_checksum_verify()
323 eck->zec_cksum = verifier; in zio_checksum_verify()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp228 TokenVerifier const &verifier) { in AddLambdaCaptureDecls() argument
237 if (!childName.IsEmpty() && verifier.hasToken(childName.GetStringRef()) && in AddLambdaCaptureDecls()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.td71 HelpText<"Run the DWARF verifier on the resulting debug info">;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1397 DWARFVerifier verifier(OS, *this, DumpOpts); in verify() local
1399 Success &= verifier.handleDebugAbbrev(); in verify()
1401 Success &= verifier.handleDebugCUIndex(); in verify()
1403 Success &= verifier.handleDebugTUIndex(); in verify()
1405 Success &= verifier.handleDebugInfo(); in verify()
1407 Success &= verifier.handleDebugLine(); in verify()
1409 Success &= verifier.handleDebugStrOffsets(); in verify()
1410 Success &= verifier.handleAccelTables(); in verify()
/freebsd/contrib/wpa/src/common/
H A Dsae.c2290 u8 verifier[SAE_MAX_HASH_LEN]; in sae_check_confirm() local
2316 verifier) < 0) in sae_check_confirm()
2325 verifier) < 0) in sae_check_confirm()
2329 if (os_memcmp_const(verifier, data + 2, hash_len) != 0) { in sae_check_confirm()
2334 verifier, hash_len); in sae_check_confirm()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def138 MODULE_PASS("trigger-verifier-error", TriggerVerifierErrorPass())
439 FUNCTION_PASS("trigger-verifier-error", TriggerVerifierErrorPass())
/freebsd/crypto/heimdal/kadmin/
H A DChangeLog229 * kadmind.c: add verifier libraries with
232 * kadmin.c: add verifier libraries with
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def322 CODEGENOPT(VerifyEach , 1, 1) ///< Control whether the LLVM verifier

12