Home
last modified time | relevance | path

Searched refs:allowlist (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/
H A Dsshconnect2.c1609 key_type_allowed(struct sshkey *key, const char *allowlist) in key_type_allowed() argument
1611 if (match_pattern_list(sshkey_ssh_name(key), allowlist, 0) == 1) in key_type_allowed()
1617 if (match_pattern_list("rsa-sha2-512", allowlist, 0) == 1) in key_type_allowed()
1619 if (match_pattern_list("rsa-sha2-256", allowlist, 0) == 1) in key_type_allowed()
1624 allowlist, 0) == 1) in key_type_allowed()
1627 allowlist, 0) == 1) in key_type_allowed()
H A Dsession.c797 const char *filename, const char *allowlist) in read_environment_file() argument
830 if (allowlist != NULL && in read_environment_file()
831 match_pattern_list(cp, allowlist, 0) != 1) in read_environment_file()
H A DChangeLog659 Output Actions allowlist for uploading to Github.
2165 Put it into the allowlist to prevent process termination. As all
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td255 "malformed sanitizer coverage allowlist: '%0'">;
/freebsd/contrib/sendmail/cf/
H A DREADME1589 will allowlist IP address 1.2.3.4 and IP net 1.3.*
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2398 def fsanitize_coverage_allowlist : Joined<["-"], "fsanitize-coverage-allowlist=">,