Lines Matching refs:ciphers
10 - Symmetric ciphers
12 - AEAD ciphers
23 The kernel crypto API provides implementations of single block ciphers
26 block ciphers and message digests. Templates include all types of block
29 Single block ciphers and message digests can either be directly used by
30 a caller or invoked together with a template to form multi-block ciphers
54 In these examples, "aes" and "sha1" are the ciphers and all others are
119 The list of available ciphers is given in /proc/crypto. However, that
121 ciphers. Each block listed in /proc/crypto may contain the following
134 "kernel" for statically linked ciphers)
145 - skcipher for symmetric key ciphers
147 - cipher for single block ciphers that may be used with an
179 type. Symmetric ciphers, however, typically support multiple key sizes
225 asynchronous ciphers. Usually, a caller provides a 0 for the mask flag.
253 For other use cases of AEAD ciphers, the ASCII art applies as well, but
333 ciphers are instantiated. The cipher handles for CTR(AES) and GHASH
364 Generic block ciphers follow the same concept as depicted with the ASCII