Home
last modified time | relevance | path

Searched full:validations (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/googletest/.github/ISSUE_TEMPLATE/
H A D00-bug_report.yml10 validations:
17 validations:
24 validations:
31 validations:
38 validations:
45 validations:
52 validations:
H A D10-feature_request.yml11 validations:
18 validations:
25 validations:
32 validations:
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dhttpproxy.subr163 # All the above validations failed
168 # One of the first two validations passed
379 # All the above validations failed
383 # One of the first two validations passed
H A Dhttp.subr367 # All the above validations failed
372 # One of the first two validations passed
588 # All the above validations failed
592 # One of the first two validations passed
/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.c82 /** Maximum number of RRSIG validations for an RRset. */
548 * @param numverified: incremented when the number of RRSIG validations
597 *reason = "too many RRSIG validations"; in dnskeyset_verify_rrset_sig()
600 verbose(VERB_ALGO, "verify sig: too many RRSIG validations"); in dnskeyset_verify_rrset_sig()
673 verbose(VERB_QUERY, "rrset failed to verify, too many RRSIG validations"); in dnskeyset_verify_rrset()
674 *reason = "too many RRSIG validations"; in dnskeyset_verify_rrset()
745 verbose(VERB_QUERY, "rrset failed to verify, too many RRSIG validations"); in dnskey_verify_rrset()
746 *reason = "too many RRSIG validations"; in dnskey_verify_rrset()
H A Dval_sigcrypt.h265 * @param verified: if not NULL the number of RRSIG validations is returned.
H A Dval_utils.h127 * @param verified: if not NULL, the number of RRSIG validations is returned.
H A Dvalidator.c818 "too many RRSIG validations"); in validate_suspend_setup_timer()
1096 * instead, they are chased down into individual CNAME validations, in validate_nodata_response()
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_string.h112 * There are more than 9 digits, do additional validations: in __parse_number()
H A Dparser_std_format_spec.h735 "due to validations in this function");
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_use_certificate.pod113 allows all private key validations checks to succeed without an actual
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_use_certificate.3247 allows all private key validations checks to succeed without an actual
/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo_api.h323 * Note: It might be necessary to block validations before the
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsmisc.c902 /* Previous resource validations */
/freebsd/sys/dev/qlnx/qlnxe/
H A Discsi_common.h1009 __le32 expected_itt /* ITT - for target mode validations */;
1032 __le32 rem_rcv_len /* Remaining data to be received in bytes. Used in validations */;
H A Decore_dev.c6635 /* This function performs several validations for WFQ
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslprepkg.c604 * have been validated. Used for multiple validations (calls
/freebsd/crypto/openssl/apps/
H A Dcms.c744 " certs and signed attributes validations\n"); in cms_main()
/freebsd/contrib/unbound/doc/
H A Dexample.conf623 # Have the validator log failed validations for your diagnosis.
H A Dexample.conf.in763 # Have the validator log failed validations for your diagnosis.
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c696 /* FIXME: do more validations according to joliet spec. */ in isJolietSVD()
/freebsd/contrib/ncurses/form/
H A Dfrm_driver.c3163 Helper routines for Field Validations.
3253 End of Helper routines for Field Validations.
/freebsd/contrib/wpa/src/drivers/
H A Dnl80211_copy.h7864 * ignore SA Query procedures and validations when this flag is set by
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6530 // Perform range checking and other semantic validations in MatchAndEmitInstruction()