Lines Matching full:cipher
1 Developing Cipher Algorithms
47 Single-Block Symmetric Ciphers [CIPHER]
53 implementations, that being the CIPHER type used for symmetric ciphers.
54 The CIPHER type is used for transformations which operate on exactly one
60 The registration of [CIPHER] algorithm is specific in that struct
61 crypto_alg field .cra_type is empty. The .cra_u.cipher has to be
66 Cipher Definition With struct cipher_alg
69 Struct cipher_alg defines a single block cipher.
103 This section describes the multi-block cipher transformation
111 The registration of multi-block cipher algorithms is one of the most
114 Note, if a cipher implementation requires a proper alignment of data,
121 Cipher Definition With struct skcipher_alg
124 Struct skcipher_alg defines a multi-block cipher, or more generally, a
125 length-preserving symmetric cipher algorithm.
168 Cipher Definition With struct shash_alg and ahash_alg