Searched refs:public (Results 1 – 25 of 114) sorted by relevance
12345
/Linux-v4.19/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-v4.19/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" 19 This option provides support for asymmetric public key type handling. 32 public key packet found inside the certificate.
|
/Linux-v4.19/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. 34 soon as possible, but try to avoid public discussion of the bug itself 53 are well prepared to issue a fixed kernel upon public disclosure of the 68 assigned ahead of public disclosure, they will need to contact the private
|
/Linux-v4.19/Documentation/hwmon/ |
D | f71882fg | 8 Datasheet: Not public 12 Datasheet: Not public 28 Datasheet: Not public 48 Datasheet: Not public 52 Datasheet: Not public
|
D | emc2103 | 8 Datasheet: Not public
|
D | emc6w201 | 8 Datasheet: Not public
|
/Linux-v4.19/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-v4.19/scripts/ |
D | gcc-plugin.sh | 49 public:
|
/Linux-v4.19/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-v4.19/Documentation/ |
D | digsig.txt | 58 digsig_verify() - digital signature verification with public key 62 * digsig_verify() - digital signature verification with public key
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | silabs,si544.txt | 9 https://www.silabs.com/documents/public/data-sheets/si544-datasheet.pdf
|
/Linux-v4.19/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 200 against the key. For instance the name of the public key algorithm type 305 public-key algorithm such as RSA and DSA this will likely be a printable
|
/Linux-v4.19/Documentation/maintainer/ |
D | configure-git.rst | 9 <pullrequests>` should be signed with the developers public GPG key. Signed
|
/Linux-v4.19/drivers/staging/nvec/ |
D | README | 8 There is no written documentation of the protocol available to the public,
|
/Linux-v4.19/security/integrity/ima/ |
D | Kconfig | 191 be signed and verified by a public key on the trusted IMA 204 and verified by a public key on the trusted IMA keyring. 271 File signature verification is based on the public keys 272 loaded on the .ima trusted keyring. These public keys are
|
/Linux-v4.19/Documentation/mmc/ |
D | mmc-tools.txt | 5 you can find it at the below public git repository:
|
/Linux-v4.19/Documentation/leds/ |
D | uleds.txt | 13 structure to it (found in kernel public header file linux/uleds.h).
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dev-teletext.rst | 20 (Videotext is the name of the German public television Teletext
|
/Linux-v4.19/drivers/staging/erofs/ |
D | TODO | 30 It is still in progress opening mkfs source code to public,
|
/Linux-v4.19/security/smack/ |
D | smackfs.c | 1922 static void smk_list_swap_rcu(struct list_head *public, in smk_list_swap_rcu() argument 1927 if (list_empty(public)) { in smk_list_swap_rcu() 1928 list_splice_init_rcu(private, public, synchronize_rcu); in smk_list_swap_rcu() 1931 first = public->next; in smk_list_swap_rcu() 1932 last = public->prev; in smk_list_swap_rcu() 1935 private->prev->next = public; in smk_list_swap_rcu() 1936 private->next->prev = public; in smk_list_swap_rcu() 1937 rcu_assign_pointer(public->next, private->next); in smk_list_swap_rcu() 1938 public->prev = private->prev; in smk_list_swap_rcu()
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | cards.rst | 110 - DiBcom USB DVB-T reference device (non-public) 112 - DiBcom USB2.0 DVB-T reference device (non-public)
|
12345