/linux-6.1.9/lib/crypto/ |
D | curve25519-selftest.c | 10 u8 public[CURVE25519_KEY_SIZE]; member 20 .public = { 0xde, 0x9e, 0xdb, 0x7d, 0x7b, 0x7d, 0xc1, 0xb4, 35 .public = { 0x85, 0x20, 0xf0, 0x09, 0x89, 0x30, 0xa7, 0x54, 47 .public = { 0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 59 .public = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 74 .public = { 0xe6, 0xdb, 0x68, 0x67, 0x58, 0x30, 0x30, 0xdb, 86 .public = { 0 }, 92 .public = { 0xe0, 0xeb, 0x7a, 0x7c, 0x3b, 0x41, 0xb8, 0xae, 104 .public = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 119 .public = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [all …]
|
/linux-6.1.9/scripts/kconfig/ |
D | qconf.h | 24 class ConfigSettings : public QSettings { 25 public: 41 class ConfigList : public QTreeWidget { 44 public: 65 public slots: 84 public: 116 class ConfigItem : public QTreeWidgetItem { 118 public: 172 class ConfigItemDelegate : public QStyledItemDelegate 176 public: [all …]
|
/linux-6.1.9/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. 33 public key packet found inside the certificate.
|
/linux-6.1.9/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. 72 are well prepared to issue a fixed kernel upon public disclosure of the 87 assigned ahead of public disclosure, they will need to contact the private
|
/linux-6.1.9/LICENSES/dual/ |
D | CC-BY-4.0 | 21 Creative Commons public licenses does not create a lawyer-client or 31 Creative Commons public licenses provide a standard set of terms and 34 and certain other rights specified in the public license below. The 38 Considerations for licensors: Our public licenses are 39 intended for use by those authorized to give the public 45 applying our licenses so that the public can reuse the 52 Considerations for the public: By using one of our public 53 licenses, a licensor grants the public permission to use the 66 for the public: 129 i. Share means to provide material to the public by any means or [all …]
|
/linux-6.1.9/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) 159 return &core_vmid->public; in mod_vmid_create()
|
/linux-6.1.9/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ |
D | ia_css_sdis.host.c | 31 fill_row(short *private, const short *public, unsigned int width, in fill_row() argument 36 memcpy(private, public, width * sizeof(short)); in fill_row() 52 short *public = from->hor_coefs; in ia_css_sdis_horicoef_vmem_encode() local 63 fill_row(&private[type * stride], &public[type * width], width, padding); in ia_css_sdis_horicoef_vmem_encode() 79 short *public = from->ver_coefs; in ia_css_sdis_vertcoef_vmem_encode() local 90 fill_row(&private[type * stride], &public[type * height], height, padding); in ia_css_sdis_vertcoef_vmem_encode()
|
/linux-6.1.9/tools/testing/selftests/tpm2/ |
D | tpm2.py | 565 public = Public( 572 (len(auth_cmd), len(sensitive), len(public)) 583 len(public), 584 bytes(public), 602 public = Public( 610 (len(auth_cmd), len(sensitive), len(public)) 621 len(public), 622 bytes(public),
|
/linux-6.1.9/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 | bcm54140.rst | 10 Datasheet: not public
|
/linux-6.1.9/scripts/gcc-plugins/ |
D | gcc-generate-simple_ipa-pass.h | 89 class _PASS_NAME_PASS : public simple_ipa_opt_pass { 90 public:
|
D | gcc-generate-gimple-pass.h | 89 class _PASS_NAME_PASS : public gimple_opt_pass { 90 public:
|
D | gcc-generate-rtl-pass.h | 89 class _PASS_NAME_PASS : public rtl_opt_pass { 90 public:
|
D | gcc-generate-ipa-pass.h | 157 class _PASS_NAME_PASS : public ipa_opt_pass_d { 158 public:
|
/linux-6.1.9/Documentation/driver-api/surface_aggregator/clients/ |
D | san.rst | 18 relays the dGPU events to any other driver interested via its public API and 21 The public interface of this driver is split into two parts: Client
|
/linux-6.1.9/Documentation/process/ |
D | researcher-guidelines.rst | 14 findings before making their results public, especially if such research 38 including posts to public mailing lists and commits to public 130 itself be vetted by others privately before being posted to public lists. 136 the public mailing lists tends to significantly improve the quality of the
|
/linux-6.1.9/Documentation/security/ |
D | digsig.rst | 58 digsig_verify() - digital signature verification with public key 62 * digsig_verify() - digital signature verification with public key
|
/linux-6.1.9/Documentation/translations/zh_CN/doc-guide/ |
D | kernel-doc.rst | 175 在结构体或共用体描述中,可以使用 ``private:`` 和 ``public:`` 注释标签。 178 ``private:`` 和 ``public:`` 标签必须紧跟在 ``/*`` 注释标记之后。可以选择是否 196 /* public: 下一个是公有的 */
|
/linux-6.1.9/Documentation/crypto/ |
D | asymmetric-keys.rst | 22 public-key cryptography, without imposing any particular restrictions on the 91 This gives access to functions for dealing with asymmetric / public keys. 92 Three enums are defined there for representing public-key cryptography 123 an asymmetric key to provide or to provide access to the public key:: 154 The function may also return -ENOTSUPP if an unsupported public-key algorithm 155 or public-key/hash algorithm combination is specified or the key doesn't 202 against the key. For instance the name of the public key algorithm type 317 public-key algorithm such as RSA and DSA this will likely be a printable
|
/linux-6.1.9/Documentation/devicetree/bindings/clock/ |
D | silabs,si544.txt | 9 https://www.silabs.com/documents/public/data-sheets/si544-datasheet.pdf
|
D | silabs,si5341.txt | 6 https://www.silabs.com/documents/public/data-sheets/Si5341-40-D-DataSheet.pdf 8 https://www.silabs.com/documents/public/reference-manuals/Si5341-40-D-RM.pdf 10 https://www.silabs.com/documents/public/reference-manuals/Si5345-44-42-D-RM.pdf
|
/linux-6.1.9/drivers/staging/nvec/ |
D | README | 8 There is no written documentation of the protocol available to the public,
|
/linux-6.1.9/Documentation/driver-api/mmc/ |
D | mmc-tools.rst | 6 you can find it at the below public git repository:
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-firmware-turris-mox-rwtm | 19 Description: (Read) ECDSA public key (in pubkey hex compressed form) computed
|