Searched full:asymmetric (Results  1 – 25 of 135) sorted by relevance
123456
| /Linux-v5.4/Documentation/crypto/ | 
| D | asymmetric-keys.txt | 2 		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 …] 
 | 
| D | api-akcipher.rst | 1 Asymmetric Cipher Algorithm Definitions 7 Asymmetric Cipher API 16 Asymmetric Cipher Request Handle
  | 
| /Linux-v5.4/crypto/asymmetric_keys/ | 
| D | asymmetric_type.c | 2 /* Asymmetric public-key cryptography key type 4  * See Documentation/crypto/asymmetric-keys.txt 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 …] 
 | 
| D | signature.c | 2 /* Signature verification with an asymmetric key 4  * See Documentation/crypto/asymmetric-keys.txt 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
  | 
| 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"
  | 
| D | asymmetric_keys.h | 2 /* Internal definitions for asymmetric key type 8 #include <keys/asymmetric-type.h>
  | 
| D | public_key.c | 2 /* In-software asymmetric public-key crypto subtype 4  * See Documentation/crypto/asymmetric-keys.txt 17 #include <keys/asymmetric-subtype.h> 21 MODULE_DESCRIPTION("In-software asymmetric public-key subtype"); 332  * Public key algorithm asymmetric key subtype
  | 
| D | tpm_parser.c | 8 #include <keys/asymmetric-subtype.h> 9 #include <keys/asymmetric-parser.h>
  | 
| D | pkcs8_parser.c | 15 #include <keys/asymmetric-subtype.h> 16 #include <keys/asymmetric-parser.h>
  | 
| D | x509_public_key.c | 12 #include <keys/asymmetric-subtype.h> 13 #include <keys/asymmetric-parser.h>
  | 
| /Linux-v5.4/include/keys/ | 
| D | asymmetric-subtype.h | 2 /* Asymmetric public-key cryptography key subtype 4  * See Documentation/crypto/asymmetric-keys.txt 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
  | 
| D | asymmetric-type.h | 2 /* Asymmetric Public-key cryptography key type interface 4  * See Documentation/crypto/asymmetric-keys.txt 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
  | 
| D | asymmetric-parser.h | 2 /* Asymmetric public-key cryptography data parser 4  * See Documentation/crypto/asymmetric-keys.txt
  | 
| /Linux-v5.4/include/crypto/ | 
| D | public_key.h | 2 /* Asymmetric public-key algorithm definitions 4  * See Documentation/crypto/asymmetric-keys.txt 17  * Cryptographic data for the public-key subtype of the asymmetric key type.
  | 
| D | akcipher.h | 281  * @req:	asymmetric key request 305  * @req:	asymmetric key request 329  * @req:	asymmetric key request 352  * @req:	asymmetric key request
  | 
| /Linux-v5.4/drivers/target/ | 
| 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 …] 
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/net/ | 
| D | ethernet-controller.yaml | 172                   Asymmetric pause configuration. 0 for no asymmetric 173                   pause, 1 for asymmetric pause
  | 
| /Linux-v5.4/security/integrity/ | 
| D | Kconfig | 34 	bool "Enable asymmetric keys support" 43 	  asymmetric keys.
  | 
| D | digsig_asymmetric.c | 16 #include <keys/asymmetric-type.h> 22  * Request an asymmetric key.
  | 
| /Linux-v5.4/drivers/scsi/device_handler/ | 
| D | Kconfig | 39 	  SCSI Device handler for generic SPC-3 Asymmetric Logical Unit
  | 
| /Linux-v5.4/security/integrity/platform_certs/ | 
| D | load_ipl_s390.c | 9 #include <keys/asymmetric-type.h>
  | 
| /Linux-v5.4/include/linux/ | 
| D | verification.h | 19  * The use to which an asymmetric key is being put.
  | 
| /Linux-v5.4/drivers/net/ethernet/intel/igc/ | 
| D | igc_defines.h | 85 #define NWAY_AR_ASM_DIR		0x0800   /* Asymmetric Pause Direction bit */ 89 #define NWAY_LPAR_ASM_DIR	0x0800 /* LP Asymmetric Pause Direction bit */ 92 #define CR_1000T_ASYM_PAUSE	0x0080 /* Advertise asymmetric pause bit */
  | 
| /Linux-v5.4/certs/ | 
| D | system_keyring.c | 15 #include <keys/asymmetric-type.h> 162 					   "asymmetric",  in load_system_certificate_list()
  | 
| /Linux-v5.4/Documentation/security/keys/ | 
| D | core.rst | 914      chains or individual certificate signatures using the asymmetric key type. 915      See Documentation/crypto/asymmetric-keys.txt for specific restrictions 916      applicable to the asymmetric key type. 919   *  Query an asymmetric key:: 925      Get information about an asymmetric key.  The information is returned in 950      If successful, 0 is returned.  If the key is not an asymmetric key, 954   *  Encrypt, decrypt, sign or verify a blob using an asymmetric key:: 980      Use an asymmetric key to perform a public-key cryptographic operation a 981      blob of data.  For encryption and verification, the asymmetric key may 993      ``key_id`` is the ID of the asymmetric key to be used.  ``in_len`` and [all …] 
 | 
        123456