Home | History | Annotate | Line # | Download | only in opencrypto
files.opencrypto revision 1.14
      1     #	$NetBSD: files.opencrypto,v 1.14 2003/12/31 16:44:26 jonathan Exp $
      2     #
      3     #
      4     
      5     # Opencrypto framework. 
      6     # Devices that provide crypto transforms via opencrypto, or subsystems
      7     # that use the opencrypto framework, should list opencrypto as a dependency
      8     # to pull in the framework.
      9     
     10     define	opencrypto: blowfish, des, cast128, rijndael, ripemd160, sha2, skipjack
     11     
     12     
     13     file	opencrypto/criov.c		opencrypto	needs-flag
     14     file	opencrypto/cryptosoft.c		opencrypto
     15     file	opencrypto/xform.c		opencrypto
     16     file	opencrypto/crypto.c		opencrypto
     17     
     18     # wrapper around zlib functions
     19     file	opencrypto/deflate.c		opencrypto
     20     
     21     
     22     # Pseudo-device for userspace access to opencrypto
     23     # (and thus crypto hardware accelerators).
     24     
     25     defpseudo crypto:  opencrypto
     26     
     27     file	opencrypto/cryptodev.c		crypto
     28