/freebsd/crypto/openssl/doc/man3/ |
H A D | SRP_create_verifier.pod | 22 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 50 On successful exit I<*verifier> will point to a newly allocated BIGNUM containing 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 [all …]
|
H A D | SRP_VBASE_new.pod | 11 - 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 D | SRP_user_pwd_new.pod | 10 - 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 D | SSL_CTX_set_srp_password.pod | 86 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 D | android-vdex-1.result | 1 Android vdex file, verifier deps version: 021, dex section version: 002, number of dex files: 4, ve…
|
H A D | android-vdex-2.result | 1 …ile, being processed by dex2oat, verifier deps version: 019, dex section version: 002, number of d…
|
/freebsd/crypto/openssl/crypto/srp/ |
H A D | srp_vfy.c | 611 char **verifier, const char *N, const char *g, in SRP_create_verifier_ex() argument 624 (pass == NULL) || (salt == NULL) || (verifier == NULL)) in SRP_create_verifier_ex() 688 *verifier = vf; in SRP_create_verifier_ex() 702 char **verifier, const char *N, const char *g) in SRP_create_verifier() argument 704 return SRP_create_verifier_ex(user, pass, salt, verifier, N, g, NULL, NULL); in SRP_create_verifier() 717 BIGNUM **verifier, const BIGNUM *N, in SRP_create_verifier_BN_ex() argument 730 (verifier == NULL) || (N == NULL) || (g == NULL) || (bn_ctx == NULL)) in SRP_create_verifier_BN_ex() 759 *verifier = verif; in SRP_create_verifier_BN_ex() 770 BIGNUM **verifier, const BIGNUM *N, in SRP_create_verifier_BN() argument 773 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 D | zio_checksum.c | 439 zio_cksum_t verifier; in zio_checksum_error_impl() local 474 zio_checksum_gang_verifier(&verifier, bp); in zio_checksum_error_impl() 476 zio_checksum_label_verifier(&verifier, offset); in zio_checksum_error_impl() 478 verifier = bp->blk_cksum; in zio_checksum_error_impl() 483 byteswap_uint64_array(&verifier, sizeof (zio_cksum_t)); in zio_checksum_error_impl() 487 abd_copy_from_buf_off(abd, &verifier, eck_offset, in zio_checksum_error_impl()
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-srp.pod.in | 54 Add a user and SRP verifier. 58 Modify the SRP verifier of an existing user. 62 Delete user from verifier file.
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | 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,
|
H A D | srp.h | 191 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 D | srp.c | 128 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/contrib/file/magic/Magdir/ |
H A D | android | 198 >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/crypto/heimdal/lib/ntlm/ |
H A D | heimntlm-protos.h | 66 unsigned char verifier[8]);
|
H A D | ntlm.c | 1802 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/sys/contrib/openzfs/cmd/ |
H A D | zhack.c | 531 zio_cksum_t verifier; in zhack_repair_calc_cksum() local 536 ZIO_SET_CHECKSUM(&verifier, offset, 0, 0, 0); in zhack_repair_calc_cksum() 539 byteswap_uint64_array(&verifier, sizeof (zio_cksum_t)); in zhack_repair_calc_cksum() 542 eck->zec_cksum = verifier; in zhack_repair_calc_cksum()
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfssubr.c | 284 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 D | ClangExpressionSourceCode.cpp | 228 TokenVerifier const &verifier) { in AddLambdaCaptureDecls() argument 237 if (!childName.IsEmpty() && verifier.hasToken(childName.GetStringRef()) && in AddLambdaCaptureDecls()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1398 DWARFVerifier verifier(OS, *this, DumpOpts); in verify() local 1400 Success &= verifier.handleDebugAbbrev(); in verify() 1402 Success &= verifier.handleDebugCUIndex(); in verify() 1404 Success &= verifier.handleDebugTUIndex(); in verify() 1406 Success &= verifier.handleDebugInfo(); in verify() 1408 Success &= verifier.handleDebugLine(); in verify() 1410 Success &= verifier.handleDebugStrOffsets(); in verify() 1411 Success &= verifier.handleAccelTables(); in verify() 1412 verifier.summarize(); in verify()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | Options.td | 71 HelpText<"Run the DWARF verifier on the resulting debug info">;
|
/freebsd/contrib/wpa/src/common/ |
H A D | sae.c | 2397 u8 verifier[SAE_MAX_HASH_LEN]; in sae_check_confirm() local 2423 verifier) < 0) in sae_check_confirm() 2432 verifier) < 0) in sae_check_confirm() 2436 if (os_memcmp_const(verifier, data + 2, hash_len) != 0) { in sae_check_confirm() 2441 verifier, hash_len); in sae_check_confirm()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | MachinePassRegistry.def | 151 MACHINE_FUNCTION_PASS("trigger-verifier-error", TriggerVerifierErrorPass())
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassRegistry.def | 142 MODULE_PASS("trigger-verifier-error", TriggerVerifierErrorPass()) 464 FUNCTION_PASS("trigger-verifier-error", TriggerVerifierErrorPass())
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | ChangeLog | 229 * kadmind.c: add verifier libraries with 232 * kadmin.c: add verifier libraries with
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 332 CODEGENOPT(VerifyEach , 1, 1) ///< Control whether the LLVM verifier
|