Makefile.files (4045d94132614e1de2073685a6cdd4fbd86bec33) Makefile.files (b60f2a0b921611326383e4789e0874e9e8a2e708)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 1225 unchanged lines hidden (view full) ---

1234
1235IPCMSG_OBJS += msg.o
1236
1237IPCSEM_OBJS += sem.o
1238
1239IPCSHM_OBJS += shm.o
1240
1241#
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 1225 unchanged lines hidden (view full) ---

1234
1235IPCMSG_OBJS += msg.o
1236
1237IPCSEM_OBJS += sem.o
1238
1239IPCSHM_OBJS += shm.o
1240
1241#
1242# bignum module
1243#
1244COMMON_BIGNUM_OBJS += bignum_mod.o bignumimpl.o
1245
1246BIGNUM_OBJS += $(COMMON_BIGNUM_OBJS) $(BIGNUM_PSR_OBJS)
1247
1248#
1242# kernel cryptographic framework
1243#
1244KCF_OBJS += kcf.o kcf_callprov.o kcf_cbufcall.o kcf_cipher.o kcf_crypto.o \
1245 kcf_cryptoadm.o kcf_ctxops.o kcf_digest.o kcf_dual.o \
1246 kcf_keys.o kcf_mac.o kcf_mech_tabs.o kcf_miscapi.o \
1247 kcf_object.o kcf_policy.o kcf_prov_tabs.o kcf_sched.o \
1248 kcf_session.o kcf_sign.o kcf_spi.o kcf_verify.o kcf_random.o
1249

--- 14 unchanged lines hidden (view full) ---

1264
1265ECCPROV_OBJS += ecc.o ec.o ec2_163.o ec2_mont.o ecdecode.o ecl_mult.o \
1266 ecp_384.o ecp_jac.o ec2_193.o ecl.o ecp_192.o ecp_521.o \
1267 ecp_jm.o ec2_233.o ecl_curve.o ecp_224.o ecp_aff.o \
1268 ecp_mont.o ec2_aff.o ec_naf.o ecl_gf.o ecp_256.o mp_gf2m.o \
1269 mpi.o mplogic.o mpmontg.o mpprime.o oid.o \
1270 secitem.o ec2_test.o ecp_test.o
1271
1249# kernel cryptographic framework
1250#
1251KCF_OBJS += kcf.o kcf_callprov.o kcf_cbufcall.o kcf_cipher.o kcf_crypto.o \
1252 kcf_cryptoadm.o kcf_ctxops.o kcf_digest.o kcf_dual.o \
1253 kcf_keys.o kcf_mac.o kcf_mech_tabs.o kcf_miscapi.o \
1254 kcf_object.o kcf_policy.o kcf_prov_tabs.o kcf_sched.o \
1255 kcf_session.o kcf_sign.o kcf_spi.o kcf_verify.o kcf_random.o
1256

--- 14 unchanged lines hidden (view full) ---

1271
1272ECCPROV_OBJS += ecc.o ec.o ec2_163.o ec2_mont.o ecdecode.o ecl_mult.o \
1273 ecp_384.o ecp_jac.o ec2_193.o ecl.o ecp_192.o ecp_521.o \
1274 ecp_jm.o ec2_233.o ecl_curve.o ecp_224.o ecp_aff.o \
1275 ecp_mont.o ec2_aff.o ec_naf.o ecl_gf.o ecp_256.o mp_gf2m.o \
1276 mpi.o mplogic.o mpmontg.o mpprime.o oid.o \
1277 secitem.o ec2_test.o ecp_test.o
1278
1272COMMON_RSAPROV_OBJS += rsa.o bignumimpl.o rsa_impl.o
1279RSAPROV_OBJS += rsa.o rsa_impl.o
1273
1280
1274RSAPROV_OBJS += $(COMMON_RSAPROV_OBJS) $(RSAPROV_PSR_OBJS)
1275
1276SWRANDPROV_OBJS += swrand.o
1277
1278#
1279# kernel SSL
1280#
1281KSSL_OBJS += kssl.o ksslioctl.o ksslapi.o ksslrec.o
1282
1283#

--- 341 unchanged lines hidden ---
1281SWRANDPROV_OBJS += swrand.o
1282
1283#
1284# kernel SSL
1285#
1286KSSL_OBJS += kssl.o ksslioctl.o ksslapi.o ksslrec.o
1287
1288#

--- 341 unchanged lines hidden ---