| /linux/Documentation/crypto/ |
| H A D | asymmetric-keys.rst | 4 Asymmetric / Public-key Cryptography Key Type 11 - Accessing asymmetric keys. 13 - Asymmetric key subtypes. 21 The "asymmetric" key type is designed to be a container for the keys used in 25 The asymmetric key is given a subtype that defines what sort of data is 33 operations using that key. In such a case, the asymmetric key would then 56 The asymmetric key type's match function can then perform a wider range of 64 keyctl search @s asymmetric id:5acc2142 75 keyctl search @s asymmetric tpm:5acc2142 80 1a39e171 I----- 1 perm 3f010000 0 0 asymmetric modsign.0: DSA 5acc2142 [] [all …]
|
| /linux/crypto/asymmetric_keys/ |
| H A D | asymmetric_type.c | 2 /* Asymmetric public-key cryptography key type 4 * See Documentation/crypto/asymmetric-keys.rst 9 #include <keys/asymmetric-subtype.h> 10 #include <keys/asymmetric-parser.h> 132 * asymmetric_key_generate_id: Construct an asymmetric key ID 138 * Construct an asymmetric key ID from a pair of binary blobs. 164 * asymmetric_key_id_same - Return true if two asymmetric keys IDs are the same. 180 * asymmetric_key_id_partial - Return true if two asymmetric keys IDs 198 * asymmetric_match_key_ids - Search asymmetric key IDs 1 & 2 257 * Match asymmetric keys by an exact match on one of the first two IDs. [all …]
|
| H A D | asymmetric_keys.h | 2 /* Internal definitions for asymmetric key type 8 #include <keys/asymmetric-type.h>
|
| H A D | pkcs8_parser.c | 15 #include <keys/asymmetric-subtype.h> 16 #include <keys/asymmetric-parser.h>
|
| H A D | x509_public_key.c | 10 #include <keys/asymmetric-parser.h> 11 #include <keys/asymmetric-subtype.h>
|
| H A D | Makefile | 3 # Makefile for asymmetric cryptographic keys
|
| /linux/include/keys/ |
| H A D | asymmetric-subtype.h | 2 /* Asymmetric public-key cryptography key subtype 4 * See Documentation/crypto/asymmetric-keys.rst 14 #include <keys/asymmetric-type.h> 48 * asymmetric_key_subtype - Get the subtype from an asymmetric key 51 * Retrieves and returns the subtype pointer of the asymmetric key from the
|
| H A D | asymmetric-type.h | 2 /* Asymmetric Public-key cryptography key type interface 4 * See Documentation/crypto/asymmetric-keys.rst 19 * The key payload is four words. The asymmetric-type key uses them as 30 * Identifiers for an asymmetric key ID. We have three ways of looking up a
|
| H A D | asymmetric-parser.h | 2 /* Asymmetric public-key cryptography data parser 4 * See Documentation/crypto/asymmetric-keys.rst
|
| /linux/security/integrity/ima/ |
| H A D | ima_asymmetric_keys.c | 8 * Defines an IMA hook to measure asymmetric keys on key 12 #include <keys/asymmetric-type.h> 18 * ima_post_key_create_or_update - measure asymmetric keys 35 /* Only asymmetric keys are handled by this hook. */ in ima_post_key_create_or_update()
|
| /linux/drivers/nvme/host/ |
| H A D | constants.c | 166 [NVME_SC_ANA_PERSISTENT_LOSS] = "Asymmetric Access Persistent Loss", 167 [NVME_SC_ANA_INACCESSIBLE] = "Asymmetric Access Inaccessible", 168 [NVME_SC_ANA_TRANSITION] = "Asymmetric Access Transition",
|
| /linux/Documentation/scheduler/ |
| H A D | sched-capacity.rst | 18 asymmetric CPU capacity systems, as they contain CPUs of different capacities. 59 Consider an hypothetical dual-core asymmetric CPU capacity system where 146 asymmetric CPU capacities complexify this somewhat; the following sections will 284 whether the system exhibits asymmetric CPU capacities. Should that be the 294 cater to asymmetric CPU capacity systems. Do note however that said key is 324 asymmetric CPU capacities is to:
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | verify_sig_setup.sh | 55 key_id=$(cat ${tmp_dir}/signing_key.der | keyctl padd asymmetric ebpf_testing_key @s) 63 keyctl unlink $(keyctl search @s asymmetric ebpf_testing_key) @s
|
| /linux/security/integrity/ |
| H A D | Kconfig | 34 bool "Enable asymmetric keys support" 44 asymmetric keys.
|
| H A D | digsig_asymmetric.c | 14 #include <keys/asymmetric-type.h> 20 * Request an asymmetric key.
|
| /linux/include/linux/sched/ |
| H A D | sd_flags.h | 89 * NEEDS_GROUPS: Per-CPU capacity is asymmetric between groups. 99 * NEEDS_GROUPS: Per-CPU capacity is asymmetric between groups.
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | module-signing.rst | 181 keyctl padd asymmetric "" [.builtin_trusted_keys-ID] <[key-file] 185 keyctl padd asymmetric "" 0x223c7853 <my_public_key.x509
|
| /linux/drivers/scsi/device_handler/ |
| H A D | Kconfig | 39 SCSI Device handler for generic SPC-3 Asymmetric Logical Unit
|
| /linux/security/integrity/platform_certs/ |
| H A D | load_ipl_s390.c | 9 #include <keys/asymmetric-type.h>
|
| H A D | keyring_handler.c | 9 #include <keys/asymmetric-type.h>
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 914 chains or individual certificate signatures using the asymmetric key type. 915 See Documentation/crypto/asymmetric-keys.rst for specific restrictions 916 applicable to the asymmetric key type. 919 * Query an asymmetric key:: 926 Get information about an asymmetric key. Specific algorithms and 954 If successful, 0 is returned. If the key is not an asymmetric key, 958 * Encrypt, decrypt, sign or verify a blob using an asymmetric key:: 984 Use an asymmetric key to perform a public-key cryptographic operation a 985 blob of data. For encryption and verification, the asymmetric key may 997 ``key_id`` is the ID of the asymmetric key to be used. ``in_len`` and [all …]
|
| /linux/Documentation/driver-api/cxl/linux/ |
| H A D | access-coordinates.rst | 96 maximizes performance. When asymmetric topology is detected, the calculation 97 is aborted. An asymmetric topology is detected during topology walk where the
|
| /linux/certs/ |
| H A D | blacklist.c | 19 #include <keys/asymmetric-type.h> 268 "asymmetric", in add_key_to_revocation_list()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-image-source.rst | 56 fields to take into consideration asymmetric pixels.
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm-security.rst | 80 asymmetric secret must be established which must also be unknown to 82 and storage seeds, which can be used to derive asymmetric keys.
|