Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssh/regress/
H A Dcfgmatch.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/bin/pkill/
H A Dpkill.c137 int i, ch, bestidx, rv, criteria, pidfromfile, pidfilelock; in main() local
180 criteria = 0; in main()
195 criteria = 1; in main()
199 criteria = 1; in main()
217 criteria = 1; in main()
226 criteria = 1; in main()
233 criteria = 1; in main()
245 criteria = 1; in main()
252 criteria = 1; in main()
259 criteria = 1; in main()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_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.
H A DX509_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.
H A DEVP_ASYM_CIPHER_free.pod37 B<algorithm> from any provider offering it, within the criteria given
H A DEVP_KEYEXCH_free.pod35 I<algorithm> from any provider offering it, within the criteria given
H A DEVP_SIGNATURE.pod41 B<algorithm> from any provider offering it, within the criteria given
H A DEVP_KEM_free.pod33 provider offering it, within the criteria given by the B<properties> and in the
H A DOCSP_resp_find_status.pod139 criteria including potential delegation. If this does not succeed and the
H A DOSSL_STORE_LOADER.pod91 OSSL_STORE_SEARCH *criteria);
H A DEVP_DigestInit.pod145 provider offering it, within the criteria given by the I<properties>.
/freebsd/crypto/openssh/
H A Dreadconf.c713 char *arg, *oattrib = NULL, *attrib = NULL, *cmd, *host, *criteria; in match_cfg_line() local
741 arg = criteria = NULL; in match_cfg_line()
803 criteria = xstrdup(host); in match_cfg_line()
808 criteria = xstrdup(original_host); in match_cfg_line()
813 criteria = xstrdup(ruser); in match_cfg_line()
818 criteria = xstrdup(pw->pw_name); in match_cfg_line()
832 criteria = xstrdup(options->tag == NULL ? "" : in match_cfg_line()
834 r = match_pattern_list(criteria, arg, 0) == 1; in match_cfg_line()
857 criteria = xstrdup(cmd); in match_cfg_line()
870 criteria == NULL ? "" : " \"", in match_cfg_line()
[all …]
H A Dservconf.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()
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_msg_protect.pod23 using the credentials, library context, and property criteria in the I<ctx>.
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-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
H A Dopenssl-glossary.pod81 implementations, applying selection criteria (via a property query string), and
101 criteria the first time the algorithm is used.
H A Dcrypto.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/crypto/openssl/include/openssl/
H A Dstore.h304 (OSSL_STORE_LOADER_CTX *ctx, const OSSL_STORE_SEARCH *criteria);
H A Dcmp.h.in55 * -- no certificate could be found matching the provided criteria
/freebsd/contrib/dialog/
H A DCOPYING77 entire combination fits its criteria of freedom. The Lesser General
78 Public License permits more lax criteria for linking other code with
/freebsd/share/misc/
H A Diso63911 # existing ones according to criteria indicated in the standard. It
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def228 CODEGENOPT(MCDCCoverage , 1, 0) ///< Enable MC/DC code coverage criteria.
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4518.txt43 criteria defined for the rule. The proposition may be evaluated to
/freebsd/sys/dev/ocs_fc/
H A Dsli4.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/share/examples/ipfilter/
H A Dipf-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