Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/arm64/pauth/
H A Dpac.c39 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()
260 struct signatures signed_vals; in TEST()
299 struct signatures new_keys; in TEST()
300 struct signatures old_key in TEST()
[all...]
H A Dexec_target.c12 struct signatures signed_vals; in main()
31 fwrite(&signed_vals, sizeof(struct signatures), 1, stdout); in main()
H A Dhelper.h11 struct signatures { struct
12 keyiasignatures global() argument
13 keyibsignatures global() argument
14 keydasignatures global() argument
15 keydbsignatures global() argument
16 keygsignatures global() argument
/linux/drivers/scsi/
H A Dfdomain_isa.c40 * The following BIOS signature signatures are for boards which do *NOT*
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()
/linux/security/integrity/ima/
H A DKconfig183 bool "Appraise firmware signatures"
193 bool "Appraise kexec kernel image signatures"
201 Kernel image signatures can not be verified by the original
206 bool "Appraise kernel modules signatures"
213 Kernel module signatures can only be verified by IMA-appraisal,
234 bool "Support module-style signatures for appraisal"
241 Adds support for signatures appended to files. The format of the
244 to accept such signatures.
/linux/fs/verity/
H A DKconfig37 fs-verity builtin signatures.
40 the only way to do signatures with fs-verity, and the
/linux/drivers/gpu/drm/nouveau/include/nvfw/
H A Dacr.h180 u32 signatures[4]; member
210 u32 signatures[4]; member
/linux/Documentation/security/
H A Ddigsig.rst20 Currently digital signatures are used by the IMA/EVM integrity protection subsystem.
82 to generate signatures, to load keys into the kernel keyring.
H A Dipe.rst70 * No need for two signatures (IMA, then EVM): one signature covers
180 trusted to be changed. This is done through signatures, resulting in needing
/linux/scripts/
H A Dget_maintainer.pl249 'git-blame-signatures!' => \$email_git_blame_signatures,
252 'git-min-signatures=i' => \$email_git_min_signatures,
1072 --git-min-signatures => number of signatures required (default: $email_git_min_signatures)
1076 --git-blame-signatures => when used with --git-blame, also include all commit signers
1091 --fixes => for patches, add signatures of commits with 'Fixes: <commit>' (default: 1 (on))
1140 --git-min-signatures, --git-max-maintainers, --git-min-percent, and
1606 ## Reformat email addresses (with names) to avoid badly written signatures
1619 my @signatures = ();
1634 @signatures
[all...]
H A Dcheckpatch.pl2704 my %signatures = ();
3170 # Check for duplicate signatures
3174 if (defined $signatures{$sig_nospace}) {
3178 $signatures{$sig_nospace} = 1;
/linux/Documentation/ABI/testing/
H A Devm57 signatures have been solved.
103 to be added at runtime. Any signatures generated after
H A Dsysfs-class-firmware-attributes439 signatures when setting the signing key. When written,
450 public key that will be used by the BIOS to verify signatures
/linux/Documentation/process/
H A Dmaintainer-pgp-guide.rst29 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
212 The more signatures you have on your PGP key from other developers, the
370 your signatures (if they know the passphrase). Furthermore, each time a
734 signatures. Furthermore, when rebasing your repository to match
735 upstream, even your own PGP commit signatures will end up discarded. For
749 signatures will be valuable for such purposes.
786 purpose that puts cryptographic attestation signatures int
833 kernel_identitiesChecking patatt signatures global() argument
[all...]
H A Demail-clients.rst56 Don't use PGP/GPG signatures in mail that contains patches.
/linux/Documentation/kbuild/
H A Dreproducible-builds.rst93 3. Create detached signatures for the modules, and publish them as
96 4. Perform a second build that attaches the module signatures. It
/linux/Documentation/arch/x86/
H A Dzero-page.rst43 290/040 ALL edd_mbr_sig_buffer EDD MBR signatures
H A Dpti.rst162 Bugs in PTI cause a few different signatures of crashes
/linux/Documentation/admin-guide/device-mapper/
H A Dverity.rst146 being set in the kernel. The signatures are checked against the builtin
172 has been authenticated in some way (cryptographic signatures, etc).
/linux/Documentation/crypto/
H A Dasymmetric-keys.rst235 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
/linux/drivers/md/
H A DKconfig553 Rely on the secondary trusted keyring to verify dm-verity signatures.
563 Rely also on the platform keyring to verify dm-verity signatures.
/linux/Documentation/input/devices/
H A Dalps.rst17 choice was made. The new touchpad signatures are named: "Rushmore",
/linux/drivers/nvmem/
H A DKconfig237 This memory contains common and per-console keys, signatures and
/linux/Documentation/bpf/
H A Dbtf.rst640 pretty print types, dump func signatures and line info, etc.
759 func signatures and line info, along with byte/jit codes.
/linux/kernel/module/
H A DKconfig255 Check modules for valid signatures upon load: the signature

12