Home
last modified time | relevance | path

Searched full:asymmetric (Results 1 – 25 of 271) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/Documentation/crypto/
Dasymmetric-keys.rst4 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 …]
Dapi-akcipher.rst1 Asymmetric Cipher Algorithm Definitions
7 Asymmetric Cipher API
16 Asymmetric Cipher Request Handle
/kernel/linux/linux-4.19/Documentation/crypto/
Dasymmetric-keys.txt2 ASYMMETRIC / PUBLIC-KEY CRYPTOGRAPHY KEY TYPE
9 - Accessing asymmetric keys.
11 - Asymmetric key subtypes.
20 The "asymmetric" key type is designed to be a container for the keys used in
24 The asymmetric key is given a subtype that defines what sort of data is
32 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 …]
Dapi-akcipher.rst1 Asymmetric Cipher Algorithm Definitions
7 Asymmetric Cipher API
16 Asymmetric Cipher Request Handle
/kernel/linux/linux-4.19/crypto/asymmetric_keys/
Dasymmetric_type.c1 /* Asymmetric public-key cryptography key type
3 * See Documentation/crypto/asymmetric-keys.txt
13 #include <keys/asymmetric-subtype.h>
14 #include <keys/asymmetric-parser.h>
130 * asymmetric_key_generate_id: Construct an asymmetric key ID
136 * Construct an asymmetric key ID from a pair of binary blobs.
157 * asymmetric_key_id_same - Return true if two asymmetric keys IDs are the same.
172 * asymmetric_key_id_partial - Return true if two asymmetric keys IDs
189 * asymmetric_match_key_ids - Search asymmetric key IDs
248 * Match asymmetric keys by an exact match on an ID.
[all …]
Dsignature.c1 /* Signature verification with an asymmetric key
3 * See Documentation/crypto/asymmetric-keys.txt
15 #include <keys/asymmetric-subtype.h>
40 * verify_signature - Initiate the use of an asymmetric key to verify a signature
41 * @key: The asymmetric key to verify against
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.
Dpublic_key.c1 /* In-software asymmetric public-key crypto subtype
3 * See Documentation/crypto/asymmetric-keys.txt
21 #include <keys/asymmetric-subtype.h>
25 MODULE_DESCRIPTION("In-software asymmetric public-key subtype");
162 * Public key algorithm asymmetric key subtype
Dasymmetric_keys.h1 /* Internal definitions for asymmetric key type
12 #include <keys/asymmetric-type.h>
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
Dasymmetric_type.c2 /* 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 …]
Dsignature.c2 /* 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
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.
26 tristate "Asymmetric TPM backed private key subtype"
Dasymmetric_keys.h2 /* Internal definitions for asymmetric key type
8 #include <keys/asymmetric-type.h>
/kernel/linux/linux-5.10/include/keys/
Dasymmetric-subtype.h2 /* 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
Dasymmetric-type.h2 /* 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
Dasymmetric-parser.h2 /* Asymmetric public-key cryptography data parser
4 * See Documentation/crypto/asymmetric-keys.rst
/kernel/linux/linux-4.19/include/keys/
Dasymmetric-subtype.h1 /* Asymmetric public-key cryptography key subtype
3 * See Documentation/crypto/asymmetric-keys.txt
18 #include <keys/asymmetric-type.h>
43 * asymmetric_key_subtype - Get the subtype from an asymmetric key
46 * Retrieves and returns the subtype pointer of the asymmetric key from the
Dasymmetric-type.h1 /* Asymmetric Public-key cryptography key type interface
3 * See Documentation/crypto/asymmetric-keys.txt
23 * The key payload is four words. The asymmetric-type key uses them as
34 * Identifiers for an asymmetric key ID. We have three ways of looking up a
Dasymmetric-parser.h1 /* Asymmetric public-key cryptography data parser
3 * See Documentation/crypto/asymmetric-keys.txt
/kernel/linux/linux-5.10/security/integrity/ima/
Dima_asymmetric_keys.c8 * 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()
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/
Dfixed-link.txt32 - e: asymmetric pause configuration: 0 for no asymmetric pause, 1 for
33 asymmetric pause
/kernel/linux/linux-4.19/include/crypto/
Dpublic_key.h1 /* Asymmetric public-key algorithm definitions
3 * See Documentation/crypto/asymmetric-keys.txt
18 * Cryptographic data for the public-key subtype of the asymmetric key type.
/kernel/linux/linux-5.10/include/crypto/
Dpublic_key.h2 /* 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.
/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_alua.c5 * 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 …]
/kernel/linux/linux-4.19/security/integrity/
DKconfig33 bool "Enable asymmetric keys support"
42 asymmetric keys.

1234567891011