Kconfig (aa7624093cb7fbf4fea95e612580d8d29a819f67) | Kconfig (26609a21a9460145e37d90947ad957b358a05288) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Generic algorithms support 4# 5config XOR_BLOCKS 6 tristate 7 8# --- 482 unchanged lines hidden (view full) --- 491 492config CRYPTO_KEYWRAP 493 tristate "Key wrapping support" 494 select CRYPTO_BLKCIPHER 495 help 496 Support for key wrapping (NIST SP800-38F / RFC3394) without 497 padding. 498 | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Generic algorithms support 4# 5config XOR_BLOCKS 6 tristate 7 8# --- 482 unchanged lines hidden (view full) --- 491 492config CRYPTO_KEYWRAP 493 tristate "Key wrapping support" 494 select CRYPTO_BLKCIPHER 495 help 496 Support for key wrapping (NIST SP800-38F / RFC3394) without 497 padding. 498 |
499config CRYPTO_NHPOLY1305 500 tristate 501 select CRYPTO_HASH 502 select CRYPTO_POLY1305 503 |
|
499comment "Hash modes" 500 501config CRYPTO_CMAC 502 tristate "CMAC support" 503 select CRYPTO_HASH 504 select CRYPTO_MANAGER 505 help 506 Cipher-based Message Authentication Code (CMAC) specified by --- 1350 unchanged lines hidden --- | 504comment "Hash modes" 505 506config CRYPTO_CMAC 507 tristate "CMAC support" 508 select CRYPTO_HASH 509 select CRYPTO_MANAGER 510 help 511 Cipher-based Message Authentication Code (CMAC) specified by --- 1350 unchanged lines hidden --- |