Home
last modified time | relevance | path

Searched refs:criteria (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-14-stable/crypto/openssh/regress/
HDcfgmatch.sh126 criteria=`echo $i | cut -f2 -d:`
144 criteria=`echo $j | cut -f2 -d:`
146 if [ "$criteria" = "$testcriteria" ]; then
147 spec="$criteria=$value,$spec"
149 spec="$criteria=1$value,$spec"
/freebsd-14-stable/crypto/openssl/doc/man3/
HDOSSL_STORE_SEARCH.pod17 - Type and functions to create OSSL_STORE search criteria
48 These functions are used to specify search criteria to help search for specific
51 and then wants to add on search criteria in a uniform and supported manner.
HDX509_LOOKUP.pod152 associated with the B<X509_LOOKUP> using different criteria, where the looked up
155 matching the criteria in the associated B<X509_STORE>, which makes it
156 possible to handle cases where the criteria have more than one hit.
HDEVP_ASYM_CIPHER_free.pod37 B<algorithm> from any provider offering it, within the criteria given
HDEVP_KEM_free.pod33 provider offering it, within the criteria given by the B<properties> and in the
HDEVP_KEYEXCH_free.pod35 I<algorithm> from any provider offering it, within the criteria given
HDEVP_SIGNATURE.pod41 B<algorithm> from any provider offering it, within the criteria given
HDOCSP_resp_find_status.pod139 criteria including potential delegation. If this does not succeed and the
HDOSSL_STORE_LOADER.pod91 OSSL_STORE_SEARCH *criteria);
HDEVP_DigestInit.pod145 provider offering it, within the criteria given by the I<properties>.
/freebsd-14-stable/crypto/openssh/
HDreadconf.c716 char *arg, *oattrib = NULL, *attrib = NULL, *cmd, *host, *criteria; in match_cfg_line() local
744 arg = criteria = NULL; in match_cfg_line()
806 criteria = xstrdup(host); in match_cfg_line()
811 criteria = xstrdup(original_host); in match_cfg_line()
816 criteria = xstrdup(ruser); in match_cfg_line()
821 criteria = xstrdup(pw->pw_name); in match_cfg_line()
835 criteria = xstrdup(options->tag == NULL ? "" : in match_cfg_line()
837 r = match_pattern_list(criteria, arg, 0) == 1; in match_cfg_line()
860 criteria = xstrdup(cmd); in match_cfg_line()
873 criteria == NULL ? "" : " \"", in match_cfg_line()
[all …]
HDservconf.c1034 match_test_missing_fatal(const char *criteria, const char *attrib) in match_test_missing_fatal() argument
1037 "test specification.", criteria, attrib); in match_test_missing_fatal()
HDChangeLog84 criteria tokeniser to a more shell-like one. Apparently the old tokeniser
85 (accidentally?) allowed "Match criteria=argument" as well as the "Match
86 criteria argument" syntax that we tested for.
89 "Match criteria=argument"
/freebsd-14-stable/crypto/openssl/doc/internal/man3/
HDossl_cmp_msg_protect.pod23 using the credentials, library context, and property criteria in the I<ctx>.
/freebsd-14-stable/crypto/openssl/doc/man7/
HDprovider-storemgmt.pod89 kind of data to expect, search criteria, and so on. More on those below, in
177 Several of these search criteria may be combined. For example, to
HDopenssl-glossary.pod81 implementations, applying selection criteria (via a property query string), and
101 criteria the first time the algorithm is used.
HDcrypto.pod104 applying selection criteria (via a property query string), and finally choosing
178 fetched implicitly using default search criteria.
182 using default search criteria and an algorithm name that is consistent with
468 * we're not supplying any particular search criteria for our SHA256
/freebsd-14-stable/crypto/openssl/include/openssl/
HDstore.h304 (OSSL_STORE_LOADER_CTX *ctx, const OSSL_STORE_SEARCH *criteria);
HDcmp.h.in55 * -- no certificate could be found matching the provided criteria
/freebsd-14-stable/contrib/dialog/
HDCOPYING77 entire combination fits its criteria of freedom. The Lesser General
78 Public License permits more lax criteria for linking other code with
/freebsd-14-stable/share/misc/
HDiso63911 # existing ones according to criteria indicated in the standard. It
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.def228 CODEGENOPT(MCDCCoverage , 1, 0) ///< Enable MC/DC code coverage criteria.
/freebsd-14-stable/crypto/heimdal/lib/wind/
HDrfc4518.txt43 criteria defined for the rule. The proposition may be evaluated to
/freebsd-14-stable/sys/dev/ocs_fc/
HDsli4.c6547 abort->criteria = SLI4_ABORT_CRITERIA_XRI_TAG; in sli_abort_wqe()
6554 abort->criteria = SLI4_ABORT_CRITERIA_ABORT_TAG; in sli_abort_wqe()
6557 abort->criteria = SLI4_ABORT_CRITERIA_REQUEST_TAG; in sli_abort_wqe()
/freebsd-14-stable/share/examples/ipfilter/
HDipf-howto.txt288 IPF will match packets on many criteria. The one that
379 received from it. The more criteria the firewall matches
1146 The reply packet matches the state criteria and is let

12