Searched refs:blacklisted (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/acpi/x86/ |
H A D | blacklist.c | 50 int blacklisted = 0; in acpi_blacklisted() local 64 blacklisted = acpi_blacklist[i].data; in acpi_blacklisted() 72 return blacklisted; in acpi_blacklisted()
|
/linux/crypto/asymmetric_keys/ |
H A D | pkcs7_verify.c | 212 if (x509->blacklisted) { in pkcs7_verify_sig_chain() 213 /* If this cert is blacklisted, then mark everything in pkcs7_verify_sig_chain() 214 * that depends on this as blacklisted too. in pkcs7_verify_sig_chain() 216 sinfo->blacklisted = true; in pkcs7_verify_sig_chain() 218 p->blacklisted = true; in pkcs7_verify_sig_chain() 219 pr_debug("- blacklisted\n"); in pkcs7_verify_sig_chain() 389 * (*) -EKEYREJECTED if a blacklisted key was encountered, or: 443 if (sinfo->blacklisted) { in pkcs7_verify()
|
H A D | pkcs7_parser.h | 22 bool blacklisted; member
|
H A D | x509_parser.h | 41 bool blacklisted; member
|
H A D | x509_public_key.c | 75 pr_err("Cert %*phN is blacklisted\n", in x509_get_sig_params() 77 cert->blacklisted = true; in x509_get_sig_params() 176 /* Don't permit addition of blacklisted keys */ in x509_key_preparse() 177 if (cert->blacklisted) in x509_key_preparse()
|
/linux/drivers/cpufreq/ |
H A D | acpi-cpufreq.c | 697 static int blacklisted; in acpi_cpufreq_cpu_init() local 703 if (blacklisted) in acpi_cpufreq_cpu_init() 704 return blacklisted; in acpi_cpufreq_cpu_init() 705 blacklisted = acpi_cpufreq_blacklist(c); in acpi_cpufreq_cpu_init() 706 if (blacklisted) in acpi_cpufreq_cpu_init() 707 return blacklisted; in acpi_cpufreq_cpu_init()
|
/linux/security/integrity/ |
H A D | Kconfig | 110 bool "Enable loading of platform and blacklisted keys for POWER" 115 Enable loading of keys to the .platform keyring and blacklisted
|
/linux/fs/bcachefs/ |
H A D | btree_io.c | 1061 bool used_mempool, blacklisted; in bch2_btree_node_read_done() local 1226 blacklisted = bch2_journal_seq_is_blacklisted(c, in bch2_btree_node_read_done() 1230 btree_err_on(blacklisted && first, in bch2_btree_node_read_done() 1234 "first btree node bset has blacklisted journal seq (%llu)", in bch2_btree_node_read_done() 1237 btree_err_on(blacklisted && ptr_written, in bch2_btree_node_read_done() 1241 "found blacklisted bset (journal seq %llu) in btree node at offset %u-%u/%u", in bch2_btree_node_read_done() 1247 if (blacklisted && !first) in bch2_btree_node_read_done()
|
H A D | journal_io.c | 127 static void journal_replay_free(struct bch_fs *c, struct journal_replay *i, bool blacklisted) in journal_replay_free() argument 129 if (blacklisted) in journal_replay_free() 1383 * those entries will be blacklisted: in bch2_journal_read() 1438 * Drop blacklisted entries and entries older than last_seq (or start of in bch2_journal_read() 1466 "found blacklisted journal entry %llu", seq); in bch2_journal_read()
|
/linux/Documentation/driver-api/ |
H A D | scsi.rst | 125 Manage scsi_dev_info_list, which tracks blacklisted and whitelisted
|
H A D | device_link.rst | 113 is reached. Worse, if the supplier driver is blacklisted or missing, the
|
/linux/kernel/module/ |
H A D | main.c | 2857 static bool blacklisted(const char *module_name) in blacklisted() function 3321 * if it's blacklisted. in early_mod_check() 3323 if (blacklisted(info->name)) { in early_mod_check() 3324 pr_err("Module %s is blacklisted\n", info->name); in early_mod_check()
|
/linux/Documentation/crypto/ |
H A D | asymmetric-keys.rst | 423 returned if the signature check fails or the key is blacklisted. Other errors
|
/linux/drivers/acpi/ |
H A D | Kconfig | 611 in most cases even if ACPI is unusable or blacklisted.
|
/linux/Documentation/trace/ |
H A D | kprobes.rst | 303 to specify a blacklisted function.
|