Home
last modified time | relevance | path

Searched refs:signatures (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dt128.c110 } 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()
Ddtc.c134 } 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()
Dfdomain.c478 } 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()
DNCR53c406a.c234 } 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()
Dwd7000.c331 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()
Daha152x.c2962 } 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/
Ddigsig.txt13 Currently digital signatures are used by the IMA/EVM integrity protection subsystem.
73 to generate signatures, to load keys into the kernel keyring.
Dmodule-signing.txt14 - 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
Demail-clients.txt47 Don't use PGP/GPG signatures in mail that contains patches.
Dkernel-parameters.txt2156 modules without (valid) signatures will fail to load.
/linux-4.4.14/scripts/
Dget_maintainer.pl1337 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);
Dcheckpatch.pl1994 my %signatures = ();
2291 if (defined $signatures{$sig_nospace}) {
2295 $signatures{$sig_nospace} = 1;
/linux-4.4.14/Documentation/x86/
Dzero-page.txt35 290/040 ALL edd_mbr_sig_buffer EDD MBR signatures
/linux-4.4.14/fs/ncpfs/
DKconfig26 bool "Packet signatures"
/linux-4.4.14/Documentation/device-mapper/
Dverity.txt90 has been authenticated in some way (cryptographic signatures, etc).
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-19971499 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/
Dasymmetric-keys.txt224 have various checks that can be performed on it (eg. self-signatures, validity
/linux-4.4.14/Documentation/input/
Dalps.txt16 choice was made. The new touchpad signatures are named: "Rushmore",
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES655 which also fixes any possible races when cifs signatures are enabled in SMBs
/linux-4.4.14/init/
DKconfig1908 Check modules for valid signatures upon load: the signature
/linux-4.4.14/
DMAINTAINERS103 to also notify the people that have git commit signatures.
4624 S: Odd Fixes (e.g., new signatures)