Searched refs:decryption (Results 1 – 25 of 30) sorted by relevance
12
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | userspace-if.rst | 95 to provide different memory pointers for the encryption and decryption 159 should be processed for encryption or decryption. In addition, the IV is 172 - ALG_OP_DECRYPT - decryption of data 218 should be processed for encryption or decryption. In addition, the IV is 231 - ALG_OP_DECRYPT - decryption of data 254 The authenticated decryption operation may indicate an integrity error. 279 - AEAD decryption input: AAD \|\| ciphertext \|\| authentication tag 286 - AEAD decryption output: plaintext 387 the given size will be generated. For a decryption operation, the
|
D | descore-readme.rst | 5 Fast & Portable DES encryption & decryption 15 des - fast & portable DES encryption & decryption. 41 1. Highest possible encryption/decryption PERFORMANCE. 68 this has the quickest encryption/decryption routines i've seen. 85 encryption/decryption is still slower on the sparc and 68000. 244 or about 32 to 40 instructions per en/decryption. 275 the en/decryption routines each use 6 necessary register variables, 355 en/decryption with the key k. if you use DesMethod, 360 will be set to magic constants which speed up the encryption/decryption
|
D | api-samples.rst | 29 * encryption/decryption operations. But in this example, we'll just do a
|
D | asymmetric-keys.rst | 116 (eg. decryption and signature generation) require extra key data. 218 Optional. This is the entry point for the encryption, decryption and
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | tls-offload.rst | 22 latency on socket reads (decryption only starts when a read syscall 54 On the receive side if the device handled decryption and authentication 59 request, records are retrieved from the socket and passed to decryption routine. 60 If device decrypted all the segments of the record the decryption is skipped, 61 otherwise software path handles decryption. 180 decryption, authentication for each record in the packet). The device leaves 189 and takes care of partial decryption. 284 arrive continue decryption. Finally when 2 arrives it's completely outside 286 handling. ``ktls`` software fallback handles the decryption of record 324 At this point the device is in sync and can resume decryption at next [all …]
|
D | tls.rst | 104 be received before decryption can happen. 121 ``EBADMSG`` is returned if decryption failed for any other reason. 238 record decryption failed (e.g. due to incorrect authentication tag)
|
D | xfrm_device.rst | 113 decryption, the driver needs to add a reference to the decoded SA into
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | smb2transport.c | 392 struct derivation decryption; member 436 rc = generate_key(ses, ptriplet->decryption.label, in generate_smb3signingkey() 437 ptriplet->decryption.context, in generate_smb3signingkey() 495 d = &triplet.decryption; in generate_smb30signingkey() 523 d = &triplet.decryption; in generate_smb311signingkey()
|
D | Kconfig | 170 bool "Dump encryption keys for offline decryption (Unsafe)" 173 Enabling this will dump the encryption and decryption keys
|
/kernel/linux/linux-5.10/Documentation/driver-api/mei/ |
D | hdcp.rst | 15 for decryption and verification.
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
D | Kconfig | 23 decryption. It may use hardware features if available.
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
D | Kconfig | 8 as encryption, decryption, signature generation and signature
|
/kernel/linux/linux-5.10/Documentation/security/keys/ |
D | ecryptfs.rst | 17 FEK decryption is called authentication token and, currently, can be stored in a
|
D | trusted-encrypted.rst | 82 encryption/decryption. New keys are created from kernel generated random
|
D | core.rst | 986 only need the public parts to be available, but for decryption and signing 1722 asym_eds_op() deals with encryption, decryption and signature creation as 1773 are supported by the key, including encryption of a blob, decryption of a 1782 raw data and signature sizes for encryption and decryption. The
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
D | Kconfig | 94 and for XTS mode encryption, CBC and XTS mode decryption speedup is
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
D | Kconfig | 142 Supported cryptographic primitives: encryption, decryption,
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0003_linux_crypto.patch | 26 + Support for TLS 1.0 record encryption and decryption 28 + This module adds support for encryption/decryption of TLS 1.0 frames 239 + e = enc ? "encryption" : "decryption"; 726 + * payload_len + icv_len + padding_len in case of decryption 1118 + * during the decryption phase. One will come from the decrypted packet
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | dma-attributes.rst | 94 doing a heavy operation like decryption or decompression this
|
D | padata.rst | 13 decryption on large numbers of packets without reordering those packets. This
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | fsverity.rst | 535 ``enabled_steps`` is a bitmask that specifies whether decryption, 538 workqueue, and then the workqueue work does the decryption or 539 verification. Finally, pages where no decryption or verity error
|
D | fscrypt.rst | 1194 page lock must be held until decryption has finished, to prevent the 1206 kernel crypto API for en/decryption of file contents. When possible, 1209 uses blk-crypto to perform the en/decryption instead of making use of 1215 the above mentioned read/write path changes for en/decryption.
|
/kernel/linux/linux-5.10/drivers/crypto/ |
D | Kconfig | 266 Group, which can perform encryption, decryption, hashing, 777 encryption and decryption. This driver interfaces with AES hw
|
/kernel/linux/linux-5.10/Documentation/block/ |
D | inline-encryption.rst | 31 en/decryption).
|
/kernel/linux/linux-5.10/crypto/ |
D | Kconfig | 538 and decryption requests to the encapsulated cipher after applying 1130 solely on encryption (although decryption is supported as well, but 1134 8 for decryption), this implementation only uses just two S-boxes of
|
12