1 1.30 riastrad # $NetBSD: files.opencrypto,v 1.30 2020/06/29 23:34:48 riastradh Exp $ 2 1.1 jonathan # 3 1.1 jonathan # 4 1.6 thorpej 5 1.15 perry # Opencrypto framework. 6 1.14 jonathan # Devices that provide crypto transforms via opencrypto, or subsystems 7 1.14 jonathan # that use the opencrypto framework, should list opencrypto as a dependency 8 1.14 jonathan # to pull in the framework. 9 1.1 jonathan 10 1.30 riastrad define opencrypto: aes 11 1.16 thorpej file opencrypto/criov.c opencrypto 12 1.1 jonathan file opencrypto/xform.c opencrypto 13 1.14 jonathan file opencrypto/crypto.c opencrypto 14 1.1 jonathan 15 1.16 thorpej # Pseudo-device that provides software implementations of various cryptographic 16 1.16 thorpej # algorithms. 17 1.17 thorpej defpseudo swcrypto: opencrypto, 18 1.25 tls blowfish, des, cast128, skipjack, camellia 19 1.17 thorpej file opencrypto/cryptosoft.c swcrypto 20 1.17 thorpej file opencrypto/deflate.c swcrypto # wrapper around zlib 21 1.23 drochner file opencrypto/aesxcbcmac.c swcrypto 22 1.24 drochner file opencrypto/gmac.c swcrypto 23 1.14 jonathan 24 1.14 jonathan # Pseudo-device for userspace access to opencrypto 25 1.14 jonathan # (and thus crypto hardware accelerators). 26 1.16 thorpej defpseudo crypto: opencrypto 27 1.14 jonathan file opencrypto/cryptodev.c crypto 28 1.27 pgoyette file opencrypto/ocryptodev.c compat_50 & crypto 29 1.28 pgoyette file opencrypto/compat_crypto_50.c compat_50 & crypto 30 1.19 tls 31 1.19 tls defflag opt_ocf.h CRYPTO_DEBUG CRYPTO_TIMING 32 1.26 knakahar defparam opt_ocf.h CRYPTO_RET_Q_MAXLEN CRYPTO_RET_KQ_MAXLEN 33