Home | History | Annotate | Line # | Download | only in opencrypto
files.opencrypto revision 1.25
      1  1.25       tls #	$NetBSD: files.opencrypto,v 1.25 2011/11/19 22:51:30 tls 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.16   thorpej define	opencrypto
     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.21  drochner file	opencrypto/ocryptodev.c		crypto & compat_50
     29  1.19       tls 
     30  1.19       tls defflag opt_ocf.h	CRYPTO_DEBUG CRYPTO_TIMING
     31