/Linux-v5.4/scripts/kconfig/ |
D | qconf.h | 25 class ConfigSettings : public QSettings { 26 public: 42 class ConfigList : public QTreeWidget { 45 public: 63 public slots: 77 public: 123 class ConfigItem : public QTreeWidgetItem { 125 public: 192 class ConfigLineEdit : public QLineEdit { 195 public: [all …]
|
/Linux-v5.4/crypto/asymmetric_keys/ |
D | Kconfig | 3 bool "Asymmetric (public-key cryptographic) key type" 7 the asymmetric keys used for public key cryptographic operations such 14 tristate "Asymmetric public-key crypto algorithm subtype" 20 This option provides support for asymmetric public key type handling. 45 public key packet found inside the certificate.
|
/Linux-v5.4/Documentation/admin-guide/ |
D | module-signing.rst | 29 This facility uses X.509 ITU-T standard certificates to encode the public keys 31 type. The facility currently only supports the RSA public key encryption 61 signature that can be verified by a public key in the kernel's possession 129 private key is used to generate a signature and the corresponding public key is 131 it can be deleted or stored securely. The public key gets built into the 141 during the building of vmlinux (the public part of the key needs to be built 164 It is also possible to manually generate the key private/public files using the 167 generate the public/private key files:: 182 The kernel contains a ring of public keys that can be viewed by root. They're 191 Beyond the public key generated specifically for module signing, additional [all …]
|
D | security-bugs.rst | 27 made public. 65 are well prepared to issue a fixed kernel upon public disclosure of the 80 assigned ahead of public disclosure, they will need to contact the private
|
/Linux-v5.4/drivers/gpu/drm/amd/display/modules/vmid/ |
D | vmid.c | 29 struct mod_vmid public; member 39 container_of(mod_vmid, struct core_vmid, public) 152 return &core_vmid->public; in mod_vmid_create()
|
/Linux-v5.4/tools/testing/selftests/tpm2/ |
D | tpm2.py | 543 public = Public( 550 (len(auth_cmd), len(sensitive), len(public)) 561 len(public), 562 str(public), 580 public = Public( 588 (len(auth_cmd), len(sensitive), len(public)) 599 len(public), 600 str(public),
|
/Linux-v5.4/Documentation/hwmon/ |
D | f71882fg.rst | 12 Datasheet: Not public 20 Datasheet: Not public 52 Datasheet: Not public 92 Datasheet: Not public 100 Datasheet: Not public
|
D | emc2103.rst | 12 Datasheet: Not public
|
D | emc6w201.rst | 12 Datasheet: Not public
|
/Linux-v5.4/scripts/gcc-plugins/ |
D | gcc-generate-gimple-pass.h | 111 class _PASS_NAME_PASS : public gimple_opt_pass { 112 public:
|
D | gcc-generate-rtl-pass.h | 111 class _PASS_NAME_PASS : public rtl_opt_pass { 112 public:
|
D | gcc-generate-simple_ipa-pass.h | 111 class _PASS_NAME_PASS : public simple_ipa_opt_pass { 112 public:
|
D | gcc-generate-ipa-pass.h | 190 class _PASS_NAME_PASS : public ipa_opt_pass_d { 191 public:
|
/Linux-v5.4/scripts/ |
D | gcc-plugin.sh | 49 public:
|
/Linux-v5.4/drivers/gpu/drm/amd/display/modules/stats/ |
D | stats.c | 77 struct mod_stats public; member 94 container_of(mod_stats, struct core_stats, public) 172 return &core_stats->public; in mod_stats_create()
|
/Linux-v5.4/Documentation/ |
D | digsig.txt | 58 digsig_verify() - digital signature verification with public key 62 * digsig_verify() - digital signature verification with public key
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | silabs,si544.txt | 9 https://www.silabs.com/documents/public/data-sheets/si544-datasheet.pdf
|
/Linux-v5.4/Documentation/crypto/ |
D | asymmetric-keys.txt | 21 public-key cryptography, without imposing any particular restrictions on the 92 This gives access to functions for dealing with asymmetric / public keys. 93 Three enums are defined there for representing public-key cryptography 124 an asymmetric key to provide or to provide access to the public key. 155 The function may also return -ENOTSUPP if an unsupported public-key algorithm 156 or public-key/hash algorithm combination is specified or the key doesn't 204 against the key. For instance the name of the public key algorithm type 321 public-key algorithm such as RSA and DSA this will likely be a printable
|
/Linux-v5.4/Documentation/maintainer/ |
D | configure-git.rst | 9 <pullrequests>` should be signed with the developers public GPG key. Signed
|
/Linux-v5.4/drivers/staging/nvec/ |
D | README | 8 There is no written documentation of the protocol available to the public,
|
/Linux-v5.4/drivers/staging/isdn/ |
D | TODO | 7 With public ISDN networks almost completely shut down over the past 12
|
/Linux-v5.4/security/integrity/ima/ |
D | Kconfig | 201 be signed and verified by a public key on the trusted IMA 214 and verified by a public key on the trusted IMA keyring. 294 File signature verification is based on the public keys 295 loaded on the .ima trusted keyring. These public keys are
|
/Linux-v5.4/Documentation/driver-api/mmc/ |
D | mmc-tools.rst | 6 you can find it at the below public git repository:
|
/Linux-v5.4/security/smack/ |
D | smackfs.c | 1894 static void smk_list_swap_rcu(struct list_head *public, in smk_list_swap_rcu() argument 1899 if (list_empty(public)) { in smk_list_swap_rcu() 1900 list_splice_init_rcu(private, public, synchronize_rcu); in smk_list_swap_rcu() 1903 first = public->next; in smk_list_swap_rcu() 1904 last = public->prev; in smk_list_swap_rcu() 1907 private->prev->next = public; in smk_list_swap_rcu() 1908 private->next->prev = public; in smk_list_swap_rcu() 1909 rcu_assign_pointer(public->next, private->next); in smk_list_swap_rcu() 1910 public->prev = private->prev; in smk_list_swap_rcu()
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-firmware-turris-mox-rwtm | 19 Description: (R) ECDSA public key (in pubkey hex compressed form) computed
|