Home | History | Annotate | Line # | Download | only in opencrypto
files.opencrypto revision 1.15
      1  1.15     perry #	$NetBSD: files.opencrypto,v 1.15 2005/02/26 22:39:52 perry 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.14  jonathan define	opencrypto: blowfish, des, cast128, rijndael, ripemd160, sha2, skipjack
     11  1.14  jonathan 
     12  1.14  jonathan 
     13  1.14  jonathan file	opencrypto/criov.c		opencrypto	needs-flag
     14   1.1  jonathan file	opencrypto/cryptosoft.c		opencrypto
     15   1.1  jonathan file	opencrypto/xform.c		opencrypto
     16  1.14  jonathan file	opencrypto/crypto.c		opencrypto
     17   1.1  jonathan 
     18  1.13       tls # wrapper around zlib functions
     19   1.1  jonathan file	opencrypto/deflate.c		opencrypto
     20  1.14  jonathan 
     21  1.14  jonathan 
     22  1.14  jonathan # Pseudo-device for userspace access to opencrypto
     23  1.14  jonathan # (and thus crypto hardware accelerators).
     24  1.14  jonathan 
     25  1.14  jonathan defpseudo crypto:  opencrypto
     26  1.14  jonathan 
     27  1.14  jonathan file	opencrypto/cryptodev.c		crypto
     28