Home
last modified time | relevance | path

Searched refs:public (Results 1 – 25 of 127) sorted by relevance

123456

/Linux-v5.4/scripts/kconfig/
Dqconf.h25 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/
DKconfig3 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/
Dmodule-signing.rst29 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 …]
Dsecurity-bugs.rst27 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/
Dvmid.c29 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/
Dtpm2.py543 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/
Df71882fg.rst12 Datasheet: Not public
20 Datasheet: Not public
52 Datasheet: Not public
92 Datasheet: Not public
100 Datasheet: Not public
Demc2103.rst12 Datasheet: Not public
Demc6w201.rst12 Datasheet: Not public
/Linux-v5.4/scripts/gcc-plugins/
Dgcc-generate-gimple-pass.h111 class _PASS_NAME_PASS : public gimple_opt_pass {
112 public:
Dgcc-generate-rtl-pass.h111 class _PASS_NAME_PASS : public rtl_opt_pass {
112 public:
Dgcc-generate-simple_ipa-pass.h111 class _PASS_NAME_PASS : public simple_ipa_opt_pass {
112 public:
Dgcc-generate-ipa-pass.h190 class _PASS_NAME_PASS : public ipa_opt_pass_d {
191 public:
/Linux-v5.4/scripts/
Dgcc-plugin.sh49 public:
/Linux-v5.4/drivers/gpu/drm/amd/display/modules/stats/
Dstats.c77 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/
Ddigsig.txt58 digsig_verify() - digital signature verification with public key
62 * digsig_verify() - digital signature verification with public key
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Dsilabs,si544.txt9 https://www.silabs.com/documents/public/data-sheets/si544-datasheet.pdf
/Linux-v5.4/Documentation/crypto/
Dasymmetric-keys.txt21 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/
Dconfigure-git.rst9 <pullrequests>` should be signed with the developers public GPG key. Signed
/Linux-v5.4/drivers/staging/nvec/
DREADME8 There is no written documentation of the protocol available to the public,
/Linux-v5.4/drivers/staging/isdn/
DTODO7 With public ISDN networks almost completely shut down over the past 12
/Linux-v5.4/security/integrity/ima/
DKconfig201 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/
Dmmc-tools.rst6 you can find it at the below public git repository:
/Linux-v5.4/security/smack/
Dsmackfs.c1894 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/
Dsysfs-firmware-turris-mox-rwtm19 Description: (R) ECDSA public key (in pubkey hex compressed form) computed

123456