crypto/des/des_setkey.c optional ipsec ipsec_esp
crypto/rijndael/rijndael-alg-fst.c optional ipsec ipsec_esp
crypto/rijndael/rijndael-api-fst.c optional ipsec ipsec_esp
+crypto/camellia/camellia.c optional ipsec ipsec_esp
+crypto/camellia/camellia-api.c optional ipsec ipsec_esp
crypto/sha1.c optional ipsec
crypto/sha1.c optional carp
crypto/sha2/sha2.c optional ipsec
int real_ncpus; /* number of real CPUs */
int next_cpu; /* next real CPU to lock a virtual CPU to */
+int via_feature_xcrypt = 0; /* XXX */
+int via_feature_rng = 0; /* XXX */
+
struct privatespace *CPU_prvspace;
static struct trapframe proc0_tf;