| /OK3568_Linux_fs/kernel/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 …]
|
| H A D | api-akcipher.rst | 1 Asymmetric Cipher Algorithm Definitions 7 Asymmetric Cipher API 16 Asymmetric Cipher Request Handle
|
| H A D | index.rst | 24 asymmetric-keys
|
| /OK3568_Linux_fs/kernel/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> 127 * asymmetric_key_generate_id: Construct an asymmetric key ID 133 * Construct an asymmetric key ID from a pair of binary blobs. 154 * asymmetric_key_id_same - Return true if two asymmetric keys IDs are the same. 169 * asymmetric_key_id_partial - Return true if two asymmetric keys IDs 186 * asymmetric_match_key_ids - Search asymmetric key IDs 245 * Match asymmetric keys by an exact match on an ID. [all …]
|
| H A D | signature.c | 2 /* Signature verification with an asymmetric key 4 * See Documentation/crypto/asymmetric-keys.rst 11 #include <keys/asymmetric-subtype.h> 68 * encrypt_blob - Encrypt data using an asymmetric key 89 * decrypt_blob - Decrypt data using an asymmetric key 110 * create_signature - Sign some data using an asymmetric key 131 * verify_signature - Initiate the use of an asymmetric key to verify a signature 132 * @key: The asymmetric key to verify against
|
| H A 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. 26 tristate "Asymmetric TPM backed private key subtype"
|
| H A D | asymmetric_keys.h | 2 /* Internal definitions for asymmetric key type 8 #include <keys/asymmetric-type.h>
|
| H A D | public_key.c | 2 /* In-software asymmetric public-key crypto subtype 4 * See Documentation/crypto/asymmetric-keys.rst 17 #include <keys/asymmetric-subtype.h> 23 MODULE_DESCRIPTION("In-software asymmetric public-key subtype"); 401 * Public key algorithm asymmetric key subtype
|
| H A D | tpm_parser.c | 8 #include <keys/asymmetric-subtype.h> 9 #include <keys/asymmetric-parser.h>
|
| H A D | pkcs8_parser.c | 15 #include <keys/asymmetric-subtype.h> 16 #include <keys/asymmetric-parser.h>
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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> 16 * ima_post_key_create_or_update - measure asymmetric keys 33 /* Only asymmetric keys are handled by this hook. */ in ima_post_key_create_or_update()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | public_key.h | 2 /* Asymmetric public-key algorithm definitions 4 * See Documentation/crypto/asymmetric-keys.rst 18 * Cryptographic data for the public-key subtype of the asymmetric key type.
|
| H A D | akcipher.h | 283 * @req: asymmetric key request 307 * @req: asymmetric key request 331 * @req: asymmetric key request 354 * @req: asymmetric key request
|
| H A D | sm2.h | 3 * sm2.h - SM2 asymmetric public-key algorithm
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_alua.c | 5 * This file contains SPC-3 compliant asymmetric logical unit assigntment (ALUA) 185 * Set the ASYMMETRIC ACCESS State in target_emulate_report_target_port_groups() 189 * Set supported ASYMMETRIC ACCESS State bits in target_emulate_report_target_port_groups() 321 * the state is a primary or secondary target port asymmetric in target_emulate_set_target_port_groups() 329 * an invalid combination of target port asymmetric in target_emulate_set_target_port_groups() 331 * unsupported target port asymmetric access state, in target_emulate_set_target_port_groups() 341 * If the ASYMMETRIC ACCESS STATE field (see table 267) in target_emulate_set_target_port_groups() 342 * specifies a primary target port asymmetric access state, in target_emulate_set_target_port_groups() 345 * port asymmetric access state shall be changed. If the in target_emulate_set_target_port_groups() 346 * ASYMMETRIC ACCESS STATE field specifies a secondary target in target_emulate_set_target_port_groups() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | ethernet-controller.yaml | 189 Asymmetric pause configuration. 0 for no asymmetric 190 pause, 1 for asymmetric pause
|
| /OK3568_Linux_fs/kernel/security/integrity/ |
| H A D | Kconfig | 34 bool "Enable asymmetric keys support" 43 asymmetric keys.
|
| H A D | digsig_asymmetric.c | 14 #include <keys/asymmetric-type.h> 20 * Request an asymmetric key.
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-capacity.rst | 18 asymmetric CPU capacity systems, as they contain CPUs of different capacities. 58 Consider an hypothetical dual-core asymmetric CPU capacity system where 145 asymmetric CPU capacities complexify this somewhat; the following sections will 283 whether the system exhibits asymmetric CPU capacities. Should that be the 291 cater to asymmetric CPU capacity systems. Do note however that said key is 321 asymmetric CPU capacities is to:
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | Kconfig | 13 This support Asymmetric Multi-Processing, cpus can run on different
|
| /OK3568_Linux_fs/kernel/drivers/scsi/device_handler/ |
| H A D | Kconfig | 39 SCSI Device handler for generic SPC-3 Asymmetric Logical Unit
|