Lines Matching full:algorithms
8 users of cryptographic algorithms with faster and easier access to those
9 algorithms than the traditional kernel crypto API.
32 differences between the different crypto algorithms or how to select an
35 algorithms for a new kernel feature that doesn't already have its algorithms
43 - ``lib/crypto/$(SRCARCH)/``: architecture-specific code for crypto algorithms.
48 - ``lib/crypto/tests/``: KUnit tests for the crypto algorithms
54 algorithms are grouped into one module. There is intentionally no common
55 framework, though there are some utility functions that multiple algorithms use.
62 Many of the algorithms have multiple implementations: a generic implementation
69 directories are used by the traditional crypto API. When possible, algorithms
84 call the crypto algorithms directly without inefficient indirect calls, memory
90 forcing algorithms to be built-in or adding module soft dependencies.
93 of systems: CPU-based implementations of the crypto algorithms, utilizing
99 algorithms. This is both due to its simpler design and because more of its
137 Many of the crypto algorithms have architecture-optimized implementations.