/kernel/linux/linux-5.10/tools/testing/selftests/arm64/pauth/ |
D | pac.c | 39 void sign_specific(struct signatures *sign, size_t val) in sign_specific() 47 void sign_all(struct signatures *sign, size_t val) in sign_all() 56 int n_same(struct signatures *old, struct signatures *new, int nkeys) in n_same() 70 int n_same_single_set(struct signatures *sign, int nkeys) in n_same_single_set() 92 int exec_sign_all(struct signatures *signed_vals, size_t val) in exec_sign_all() 179 ret = read(new_stdout[0], signed_vals, sizeof(struct signatures)); in exec_sign_all() 257 struct signatures signed_vals; in TEST() 296 struct signatures new_keys; in TEST() 297 struct signatures old_keys; in TEST() 330 struct signatures trash; in TEST() [all …]
|
D | exec_target.c | 12 struct signatures signed_vals; in main() 31 fwrite(&signed_vals, sizeof(struct signatures), 1, stdout); in main()
|
D | helper.h | 11 struct signatures { struct
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | fdomain_isa.c | 65 } signatures[] = { variable 84 #define SIGNATURE_COUNT ARRAY_SIZE(signatures) 101 if (check_signature(p + signatures[i].offset, in fdomain_isa_match() 102 signatures[i].signature, in fdomain_isa_match() 103 signatures[i].length)) in fdomain_isa_match() 107 sig = &signatures[i]; in fdomain_isa_match()
|
D | aha152x.c | 2948 } signatures[] = variable 3250 for (j = 0; j<ARRAY_SIZE(signatures) && !ok; j++) in aha152x_init() 3251 ok = check_signature(p + signatures[j].sig_offset, in aha152x_init() 3252 signatures[j].signature, signatures[j].sig_length); in aha152x_init()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
D | Kconfig | 190 bool "Appraise firmware signatures" 200 bool "Appraise kexec kernel image signatures" 208 Kernel image signatures can not be verified by the original 213 bool "Appraise kernel modules signatures" 220 Kernel module signatures can only be verified by IMA-appraisal, 241 bool "Support module-style signatures for appraisal" 248 Adds support for signatures appended to files. The format of the 251 to accept such signatures.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvfw/ |
D | acr.h | 95 u32 signatures[4]; member 125 u32 signatures[4]; member
|
/kernel/linux/linux-5.10/Documentation/security/ |
D | digsig.rst | 20 Currently digital signatures are used by the IMA/EVM integrity protection subsystem. 82 to generate signatures, to load keys into the kernel keyring.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | module-signing.rst | 13 .. - Non-valid signatures and unsigned modules. 30 involved. The signatures are not themselves encoded in any industrial standard 93 their signatures checked without causing a dependency loop. 128 Cryptographic keypairs are required to generate and check signatures. A 132 kernel so that it can be used to check the signatures as the modules are 260 Non-valid signatures and unsigned modules
|
/kernel/linux/linux-5.10/scripts/ |
D | get_maintainer.pl | 1587 my @signatures = (); 1602 @signatures = grep(/^[ \t]*${signature_pattern}.*\@.*$/, @lines); 1607 return (0, \@signatures, \@authors, \@stats) if !@signatures; 1613 @signatures = grep(!/${penguin_chiefs}/i, @signatures); 1617 my ($types_ref, $signers_ref) = extract_formatted_signatures(@signatures); 2129 my @signatures = ($line); 2130 my ($types_ref, $signers_ref) = extract_formatted_signatures(@signatures);
|
D | checkpatch.pl | 2420 my %signatures = (); 2813 if (defined $signatures{$sig_nospace}) { 2817 $signatures{$sig_nospace} = 1;
|
/kernel/linux/linux-5.10/Documentation/kbuild/ |
D | reproducible-builds.rst | 93 3. Create detached signatures for the modules, and publish them as 96 4. Perform a second build that attaches the module signatures. It
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | zero-page.rst | 41 290/040 ALL edd_mbr_sig_buffer EDD MBR signatures
|
D | pti.rst | 164 Bugs in PTI cause a few different signatures of crashes
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | maintainer-pgp-guide.rst | 29 Both git repositories and tarballs carry PGP signatures of the kernel 30 developers who create official kernel releases. These signatures offer a 35 - git repositories provide PGP signatures on all tags 36 - tarballs provide detached PGP signatures with all downloads 153 key using certifying key signatures (certificates). It is important to 234 much faster computationally and creates much smaller signatures when 250 The more signatures you have on your PGP key from other developers, the 410 your signatures (if they know the passphrase). Furthermore, each time a 769 verification, so it properly processes signatures made by ECC keys. 787 signatures. Furthermore, when rebasing your repository to match [all …]
|
D | email-clients.rst | 56 Don't use PGP/GPG signatures in mail that contains patches.
|
/kernel/linux/linux-5.10/fs/verity/ |
D | Kconfig | 45 Support verifying signatures of verity files against the X.509
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | evm | 96 to be added at runtime. Any signatures generated after
|
D | ima_policy | 122 Example of appraise rule allowing modsig appended signatures:
|
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | asymmetric-keys.rst | 235 have various checks that can be performed on it (eg. self-signatures, validity 397 A single keyring can be used to verify a chain of signatures by
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | verity.rst | 147 has been authenticated in some way (cryptographic signatures, etc).
|
/kernel/linux/linux-5.10/Documentation/bpf/ |
D | btf.rst | 495 pretty print types, dump func signatures and line info, etc. 617 func signatures and line info, along with byte/jit codes.
|
/kernel/linux/linux-5.10/Documentation/input/devices/ |
D | alps.rst | 17 choice was made. The new touchpad signatures are named: "Rushmore",
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | ubifs-authentication.rst | 430 UBIFS can exchange all digital signatures with HMACs on first mount similar
|
/kernel/linux/linux-5.10/Documentation/security/keys/ |
D | core.rst | 914 chains or individual certificate signatures using the asymmetric key type.
|