Searched refs:blacklist (Results 1 – 8 of 8) sorted by relevance
20 static const unsigned char blacklist[][32] = { in has_small_order()38 COMPILER_ASSERT(12 == sizeof blacklist / sizeof blacklist[0]); in has_small_order()40 for (i = 0; i < sizeof blacklist / sizeof blacklist[0]; i++) { in has_small_order()41 c[i] |= s[j] ^ blacklist[i][j]; in has_small_order()45 for (i = 0; i < sizeof blacklist / sizeof blacklist[0]; i++) { in has_small_order()
1006 static const unsigned char blacklist[][32] = { in ge25519_has_small_order()1042 COMPILER_ASSERT(7 == sizeof blacklist / sizeof blacklist[0]); in ge25519_has_small_order()1044 for (i = 0; i < sizeof blacklist / sizeof blacklist[0]; i++) { in ge25519_has_small_order()1045 c[i] |= s[j] ^ blacklist[i][j]; in ge25519_has_small_order()1048 for (i = 0; i < sizeof blacklist / sizeof blacklist[0]; i++) { in ge25519_has_small_order()1049 c[i] |= (s[j] & 0x7f) ^ blacklist[i][j]; in ge25519_has_small_order()1052 for (i = 0; i < sizeof blacklist / sizeof blacklist[0]; i++) { in ge25519_has_small_order()
290 'master / slave' (or 'slave' independent of 'master') and 'blacklist /300 Recommended replacements for 'blacklist/whitelist' are:
190 blacklist enic
527 …I.e., in the case of ``ixgbe``, we can pass the kernel command line option: ``modprobe.blacklist=i…
475 This problem occurred when passing an invalid PCI id to the blacklist API in
490 have been changed from blacklist/whitelist to block/allow list.
16513 Fix reversed logic in blacklist code. (Sergio Monteiro Basto)16570 New blacklist entries (Andi Kleen)16572 Blacklist improvements. Split blacklist code out into a separate16573 file. Move checking the blacklist to very early. Previously, we16575 blacklist -- too late. Now, it's early enough to completely fall-17698 Enhanced blacklist with reason and severity fields. Any table's