Searched refs:allowlist (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | sshconnect2.c | 1609 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 D | session.c | 797 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 D | ChangeLog | 659 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 D | DiagnosticDriverKinds.td | 255 "malformed sanitizer coverage allowlist: '%0'">;
|
| /freebsd/contrib/sendmail/cf/ |
| H A D | README | 1589 will allowlist IP address 1.2.3.4 and IP net 1.3.*
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2398 def fsanitize_coverage_allowlist : Joined<["-"], "fsanitize-coverage-allowlist=">,
|