01c51dab61
clients, and a pseudo-device for userspace access. The attribute is named `opencrypto'. The pseudo-device is renamed to "crypto", which has a dependency on "opencrypto". The sys/conf/majors entry and pseudo-device attach entrypoint are updated to match the new pseudo-device name. Fast IPsec (sys/netipsec/files.ipsec) now lists a dependency on the "opencrypto" attribute. Drivers for crypto accelerators (ubsec, hifn775x) also pull in opencrypto, as providers of opencrypto transforms.
19 lines
580 B
Plaintext
19 lines
580 B
Plaintext
# $Id: files.netipsec,v 1.3 2003/12/31 16:44:26 jonathan Exp $
|
|
#
|
|
#
|
|
defflag opt_ipsec.h FAST_IPSEC: opencrypto
|
|
|
|
file netipsec/ipsec.c fast_ipsec needs-flag
|
|
file netipsec/ipsec_input.c fast_ipsec
|
|
file netipsec/ipsec_mbuf.c fast_ipsec
|
|
file netipsec/ipsec_output.c fast_ipsec
|
|
file netipsec/xform_ah.c fast_ipsec
|
|
file netipsec/xform_esp.c fast_ipsec
|
|
file netipsec/xform_ipcomp.c fast_ipsec
|
|
file netipsec/xform_ipip.c fast_ipsec
|
|
file netipsec/ipsec_netbsd.c fast_ipsec
|
|
|
|
file netipsec/key.c fast_ipsec
|
|
file netipsec/key_debug.c fast_ipsec
|
|
file netipsec/keysock.c fast_ipsec
|