/linux-4.4.14/drivers/scsi/ |
D | t128.c | 110 } signatures[] __initdata = { variable 114 #define NO_SIGNATURES ARRAY_SIZE(signatures) 194 if (check_signature(p + signatures[sig].offset, in t128_detect() 195 signatures[sig].string, in t128_detect() 196 strlen(signatures[sig].string))) { in t128_detect()
|
D | dtc.c | 134 } signatures[] = { variable 138 #define NO_SIGNATURES ARRAY_SIZE(signatures) 217 …if (check_signature(base + signatures[sig].offset, signatures[sig].string, strlen(signatures[sig].… in dtc_detect()
|
D | fdomain.c | 478 } signatures[] = { variable 514 #define SIGNATURE_COUNT ARRAY_SIZE(signatures) 700 if (check_signature(p + signatures[j].sig_offset, in fdomain_isa_detect() 701 signatures[j].signature, in fdomain_isa_detect() 702 signatures[j].sig_length )) { in fdomain_isa_detect() 703 bios_major = signatures[j].major_bios_version; in fdomain_isa_detect() 704 bios_minor = signatures[j].minor_bios_version; in fdomain_isa_detect() 705 PCI_bus = (signatures[j].flag == 1); in fdomain_isa_detect() 706 Quantum = (signatures[j].flag > 1) ? signatures[j].flag : 0; in fdomain_isa_detect()
|
D | NCR53c406a.c | 234 } signatures[] __initdata = { variable 240 #define SIGNATURE_COUNT ARRAY_SIZE(signatures) 465 …if (!memcmp((void *) addresses[ii] + signatures[jj].sig_offset, (void *) signatures[jj].signature,… in NCR53c406a_detect()
|
D | wd7000.c | 331 static const Signature signatures[] = { variable 334 #define NUM_SIGNATURES ARRAY_SIZE(signatures) 1415 void __iomem *biosaddr = ioremap(wd7000_biosaddr[biosaddr_ptr] + signatures[sig_ptr].ofs, in wd7000_detect() 1416 signatures[sig_ptr].len); in wd7000_detect() 1420 bios_match = check_signature(biosaddr, signatures[sig_ptr].sig, signatures[sig_ptr].len); in wd7000_detect()
|
D | aha152x.c | 2962 } signatures[] = variable 3264 for (j = 0; j<ARRAY_SIZE(signatures) && !ok; j++) in aha152x_init() 3265 ok = check_signature(p + signatures[j].sig_offset, in aha152x_init() 3266 signatures[j].signature, signatures[j].sig_length); in aha152x_init()
|
/linux-4.4.14/Documentation/ |
D | digsig.txt | 13 Currently digital signatures are used by the IMA/EVM integrity protection subsystem. 73 to generate signatures, to load keys into the kernel keyring.
|
D | module-signing.txt | 14 - Non-valid signatures and unsigned modules. 31 involved. The signatures are not themselves encoded in any industrial standard 89 their signatures checked without causing a dependency loop. 122 Cryptographic keypairs are required to generate and check signatures. A 126 kernel so that it can be used to check the signatures as the modules are
|
D | email-clients.txt | 47 Don't use PGP/GPG signatures in mail that contains patches.
|
D | kernel-parameters.txt | 2156 modules without (valid) signatures will fail to load.
|
/linux-4.4.14/scripts/ |
D | get_maintainer.pl | 1337 my @signatures = (); 1352 @signatures = grep(/^[ \t]*${signature_pattern}.*\@.*$/, @lines); 1357 return (0, \@signatures, \@authors, \@stats) if !@signatures; 1363 @signatures = grep(!/${penguin_chiefs}/i, @signatures); 1367 my ($types_ref, $signers_ref) = extract_formatted_signatures(@signatures); 1853 my @signatures = ($line); 1854 my ($types_ref, $signers_ref) = extract_formatted_signatures(@signatures);
|
D | checkpatch.pl | 1994 my %signatures = (); 2291 if (defined $signatures{$sig_nospace}) { 2295 $signatures{$sig_nospace} = 1;
|
/linux-4.4.14/Documentation/x86/ |
D | zero-page.txt | 35 290/040 ALL edd_mbr_sig_buffer EDD MBR signatures
|
/linux-4.4.14/fs/ncpfs/ |
D | Kconfig | 26 bool "Packet signatures"
|
/linux-4.4.14/Documentation/device-mapper/ |
D | verity.txt | 90 has been authenticated in some way (cryptographic signatures, etc).
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 1499 Add a few more bios signatures. (Patches from Juergen). 1860 * seagate.c: New version from Drew. Includes new signatures for FD 1966 * seagate.c: Add a few new signatures for FD cards. Another patch 1977 * fdomain.c: Update to version 3.3 (a few new signatures). 2004 FD. Modify signatures list to indicate controller type, and init
|
/linux-4.4.14/Documentation/crypto/ |
D | asymmetric-keys.txt | 224 have various checks that can be performed on it (eg. self-signatures, validity
|
/linux-4.4.14/Documentation/input/ |
D | alps.txt | 16 choice was made. The new touchpad signatures are named: "Rushmore",
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 655 which also fixes any possible races when cifs signatures are enabled in SMBs
|
/linux-4.4.14/init/ |
D | Kconfig | 1908 Check modules for valid signatures upon load: the signature
|
/linux-4.4.14/ |
D | MAINTAINERS | 103 to also notify the people that have git commit signatures. 4624 S: Odd Fixes (e.g., new signatures)
|