Lines Matching +full:implementation +full:- +full:specific
1 # SPDX-License-Identifier: GPL-2.0
26 Declares whether the architecture provides an arch-specific
27 accelerated implementation of the Blake2s library interface,
35 fallback, e.g., for SIMD implementations. If no arch specific
36 implementation is enabled, this implementation serves the users
42 Declares whether the architecture provides an arch-specific
43 accelerated implementation of the ChaCha library interface,
52 fallback, e.g., for SIMD implementations. If no arch specific
53 implementation is enabled, this implementation serves the users
62 by either the generic implementation or an arch-specific one, if one
68 Declares whether the architecture provides an arch-specific
69 accelerated implementation of the Curve25519 library interface,
77 fallback, e.g., for SIMD implementations. If no arch specific
78 implementation is enabled, this implementation serves the users
88 fulfilled by either the generic implementation or an arch-specific
104 Declares whether the architecture provides an arch-specific
105 accelerated implementation of the Poly1305 library interface,
113 fallback, e.g., for SIMD implementations. If no arch specific
114 implementation is enabled, this implementation serves the users
123 by either the generic implementation or an arch-specific one, if one
127 tristate "ChaCha20-Poly1305 AEAD support (8-byte nonce library version)"