diff options
author | deraadt <> | 2002-05-16 21:53:57 +0000 |
---|---|---|
committer | deraadt <> | 2002-05-16 21:53:57 +0000 |
commit | 498bcc13a4a8a231522abdadc294f204edf18863 (patch) | |
tree | b65b24480e40e2fc6f69d693eae80af28cf67128 /src | |
parent | 8a3f5200d8e821dc77f41602d622dc5d6d11016f (diff) | |
download | openbsd-498bcc13a4a8a231522abdadc294f204edf18863.tar.gz openbsd-498bcc13a4a8a231522abdadc294f204edf18863.tar.bz2 openbsd-498bcc13a4a8a231522abdadc294f204edf18863.zip |
use hw_cryptodev
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/engine/Makefile.ssl | 48 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/engine/Makefile.ssl | 48 |
2 files changed, 48 insertions, 48 deletions
diff --git a/src/lib/libcrypto/engine/Makefile.ssl b/src/lib/libcrypto/engine/Makefile.ssl index eeea47fbf5..ff5571298c 100644 --- a/src/lib/libcrypto/engine/Makefile.ssl +++ b/src/lib/libcrypto/engine/Makefile.ssl | |||
@@ -28,13 +28,13 @@ LIBSRC= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \ | |||
28 | tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c tb_cipher.c tb_digest.c \ | 28 | tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c tb_cipher.c tb_digest.c \ |
29 | eng_openssl.c eng_dyn.c eng_cnf.c \ | 29 | eng_openssl.c eng_dyn.c eng_cnf.c \ |
30 | hw_atalla.c hw_cswift.c hw_ncipher.c hw_nuron.c hw_ubsec.c \ | 30 | hw_atalla.c hw_cswift.c hw_ncipher.c hw_nuron.c hw_ubsec.c \ |
31 | hw_openbsd_dev_crypto.c hw_aep.c hw_sureware.c hw_4758_cca.c | 31 | hw_cryptodev.c hw_aep.c hw_sureware.c hw_4758_cca.c |
32 | LIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \ | 32 | LIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \ |
33 | eng_table.o eng_pkey.o eng_fat.o eng_all.o \ | 33 | eng_table.o eng_pkey.o eng_fat.o eng_all.o \ |
34 | tb_rsa.o tb_dsa.o tb_dh.o tb_rand.o tb_cipher.o tb_digest.o \ | 34 | tb_rsa.o tb_dsa.o tb_dh.o tb_rand.o tb_cipher.o tb_digest.o \ |
35 | eng_openssl.o eng_dyn.o eng_cnf.o \ | 35 | eng_openssl.o eng_dyn.o eng_cnf.o \ |
36 | hw_atalla.o hw_cswift.o hw_ncipher.o hw_nuron.o hw_ubsec.o \ | 36 | hw_atalla.o hw_cswift.o hw_ncipher.o hw_nuron.o hw_ubsec.o \ |
37 | hw_openbsd_dev_crypto.o hw_aep.o hw_sureware.o hw_4758_cca.o | 37 | hw_cryptodev.o hw_aep.o hw_sureware.o hw_4758_cca.o |
38 | 38 | ||
39 | SRC= $(LIBSRC) | 39 | SRC= $(LIBSRC) |
40 | 40 | ||
@@ -323,28 +323,28 @@ hw_nuron.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h | |||
323 | hw_nuron.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 323 | hw_nuron.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
324 | hw_nuron.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 324 | hw_nuron.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h |
325 | hw_nuron.o: ../cryptlib.h hw_nuron.c hw_nuron_err.c hw_nuron_err.h | 325 | hw_nuron.o: ../cryptlib.h hw_nuron.c hw_nuron_err.c hw_nuron_err.h |
326 | hw_openbsd_dev_crypto.o: ../../include/openssl/asn1.h | 326 | hw_cryptodev.o: ../../include/openssl/asn1.h |
327 | hw_openbsd_dev_crypto.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | 327 | hw_cryptodev.o: ../../include/openssl/bio.h ../../include/openssl/bn.h |
328 | hw_openbsd_dev_crypto.o: ../../include/openssl/conf.h | 328 | hw_cryptodev.o: ../../include/openssl/conf.h |
329 | hw_openbsd_dev_crypto.o: ../../include/openssl/crypto.h | 329 | hw_cryptodev.o: ../../include/openssl/crypto.h |
330 | hw_openbsd_dev_crypto.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h | 330 | hw_cryptodev.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h |
331 | hw_openbsd_dev_crypto.o: ../../include/openssl/e_os2.h | 331 | hw_cryptodev.o: ../../include/openssl/e_os2.h |
332 | hw_openbsd_dev_crypto.o: ../../include/openssl/engine.h | 332 | hw_cryptodev.o: ../../include/openssl/engine.h |
333 | hw_openbsd_dev_crypto.o: ../../include/openssl/err.h | 333 | hw_cryptodev.o: ../../include/openssl/err.h |
334 | hw_openbsd_dev_crypto.o: ../../include/openssl/evp.h | 334 | hw_cryptodev.o: ../../include/openssl/evp.h |
335 | hw_openbsd_dev_crypto.o: ../../include/openssl/lhash.h | 335 | hw_cryptodev.o: ../../include/openssl/lhash.h |
336 | hw_openbsd_dev_crypto.o: ../../include/openssl/obj_mac.h | 336 | hw_cryptodev.o: ../../include/openssl/obj_mac.h |
337 | hw_openbsd_dev_crypto.o: ../../include/openssl/objects.h | 337 | hw_cryptodev.o: ../../include/openssl/objects.h |
338 | hw_openbsd_dev_crypto.o: ../../include/openssl/opensslconf.h | 338 | hw_cryptodev.o: ../../include/openssl/opensslconf.h |
339 | hw_openbsd_dev_crypto.o: ../../include/openssl/opensslv.h | 339 | hw_cryptodev.o: ../../include/openssl/opensslv.h |
340 | hw_openbsd_dev_crypto.o: ../../include/openssl/ossl_typ.h | 340 | hw_cryptodev.o: ../../include/openssl/ossl_typ.h |
341 | hw_openbsd_dev_crypto.o: ../../include/openssl/rand.h | 341 | hw_cryptodev.o: ../../include/openssl/rand.h |
342 | hw_openbsd_dev_crypto.o: ../../include/openssl/rsa.h | 342 | hw_cryptodev.o: ../../include/openssl/rsa.h |
343 | hw_openbsd_dev_crypto.o: ../../include/openssl/safestack.h | 343 | hw_cryptodev.o: ../../include/openssl/safestack.h |
344 | hw_openbsd_dev_crypto.o: ../../include/openssl/stack.h | 344 | hw_cryptodev.o: ../../include/openssl/stack.h |
345 | hw_openbsd_dev_crypto.o: ../../include/openssl/symhacks.h | 345 | hw_cryptodev.o: ../../include/openssl/symhacks.h |
346 | hw_openbsd_dev_crypto.o: ../../include/openssl/ui.h ../evp/evp_locl.h eng_int.h | 346 | hw_cryptodev.o: ../../include/openssl/ui.h ../evp/evp_locl.h eng_int.h |
347 | hw_openbsd_dev_crypto.o: hw_openbsd_dev_crypto.c | 347 | hw_cryptodev.o: hw_cryptodev.c |
348 | hw_sureware.o: ../../e_os.h ../../include/openssl/asn1.h | 348 | hw_sureware.o: ../../e_os.h ../../include/openssl/asn1.h |
349 | hw_sureware.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | 349 | hw_sureware.o: ../../include/openssl/bio.h ../../include/openssl/bn.h |
350 | hw_sureware.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 350 | hw_sureware.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
diff --git a/src/lib/libssl/src/crypto/engine/Makefile.ssl b/src/lib/libssl/src/crypto/engine/Makefile.ssl index eeea47fbf5..ff5571298c 100644 --- a/src/lib/libssl/src/crypto/engine/Makefile.ssl +++ b/src/lib/libssl/src/crypto/engine/Makefile.ssl | |||
@@ -28,13 +28,13 @@ LIBSRC= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \ | |||
28 | tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c tb_cipher.c tb_digest.c \ | 28 | tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c tb_cipher.c tb_digest.c \ |
29 | eng_openssl.c eng_dyn.c eng_cnf.c \ | 29 | eng_openssl.c eng_dyn.c eng_cnf.c \ |
30 | hw_atalla.c hw_cswift.c hw_ncipher.c hw_nuron.c hw_ubsec.c \ | 30 | hw_atalla.c hw_cswift.c hw_ncipher.c hw_nuron.c hw_ubsec.c \ |
31 | hw_openbsd_dev_crypto.c hw_aep.c hw_sureware.c hw_4758_cca.c | 31 | hw_cryptodev.c hw_aep.c hw_sureware.c hw_4758_cca.c |
32 | LIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \ | 32 | LIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \ |
33 | eng_table.o eng_pkey.o eng_fat.o eng_all.o \ | 33 | eng_table.o eng_pkey.o eng_fat.o eng_all.o \ |
34 | tb_rsa.o tb_dsa.o tb_dh.o tb_rand.o tb_cipher.o tb_digest.o \ | 34 | tb_rsa.o tb_dsa.o tb_dh.o tb_rand.o tb_cipher.o tb_digest.o \ |
35 | eng_openssl.o eng_dyn.o eng_cnf.o \ | 35 | eng_openssl.o eng_dyn.o eng_cnf.o \ |
36 | hw_atalla.o hw_cswift.o hw_ncipher.o hw_nuron.o hw_ubsec.o \ | 36 | hw_atalla.o hw_cswift.o hw_ncipher.o hw_nuron.o hw_ubsec.o \ |
37 | hw_openbsd_dev_crypto.o hw_aep.o hw_sureware.o hw_4758_cca.o | 37 | hw_cryptodev.o hw_aep.o hw_sureware.o hw_4758_cca.o |
38 | 38 | ||
39 | SRC= $(LIBSRC) | 39 | SRC= $(LIBSRC) |
40 | 40 | ||
@@ -323,28 +323,28 @@ hw_nuron.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h | |||
323 | hw_nuron.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 323 | hw_nuron.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
324 | hw_nuron.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 324 | hw_nuron.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h |
325 | hw_nuron.o: ../cryptlib.h hw_nuron.c hw_nuron_err.c hw_nuron_err.h | 325 | hw_nuron.o: ../cryptlib.h hw_nuron.c hw_nuron_err.c hw_nuron_err.h |
326 | hw_openbsd_dev_crypto.o: ../../include/openssl/asn1.h | 326 | hw_cryptodev.o: ../../include/openssl/asn1.h |
327 | hw_openbsd_dev_crypto.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | 327 | hw_cryptodev.o: ../../include/openssl/bio.h ../../include/openssl/bn.h |
328 | hw_openbsd_dev_crypto.o: ../../include/openssl/conf.h | 328 | hw_cryptodev.o: ../../include/openssl/conf.h |
329 | hw_openbsd_dev_crypto.o: ../../include/openssl/crypto.h | 329 | hw_cryptodev.o: ../../include/openssl/crypto.h |
330 | hw_openbsd_dev_crypto.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h | 330 | hw_cryptodev.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h |
331 | hw_openbsd_dev_crypto.o: ../../include/openssl/e_os2.h | 331 | hw_cryptodev.o: ../../include/openssl/e_os2.h |
332 | hw_openbsd_dev_crypto.o: ../../include/openssl/engine.h | 332 | hw_cryptodev.o: ../../include/openssl/engine.h |
333 | hw_openbsd_dev_crypto.o: ../../include/openssl/err.h | 333 | hw_cryptodev.o: ../../include/openssl/err.h |
334 | hw_openbsd_dev_crypto.o: ../../include/openssl/evp.h | 334 | hw_cryptodev.o: ../../include/openssl/evp.h |
335 | hw_openbsd_dev_crypto.o: ../../include/openssl/lhash.h | 335 | hw_cryptodev.o: ../../include/openssl/lhash.h |
336 | hw_openbsd_dev_crypto.o: ../../include/openssl/obj_mac.h | 336 | hw_cryptodev.o: ../../include/openssl/obj_mac.h |
337 | hw_openbsd_dev_crypto.o: ../../include/openssl/objects.h | 337 | hw_cryptodev.o: ../../include/openssl/objects.h |
338 | hw_openbsd_dev_crypto.o: ../../include/openssl/opensslconf.h | 338 | hw_cryptodev.o: ../../include/openssl/opensslconf.h |
339 | hw_openbsd_dev_crypto.o: ../../include/openssl/opensslv.h | 339 | hw_cryptodev.o: ../../include/openssl/opensslv.h |
340 | hw_openbsd_dev_crypto.o: ../../include/openssl/ossl_typ.h | 340 | hw_cryptodev.o: ../../include/openssl/ossl_typ.h |
341 | hw_openbsd_dev_crypto.o: ../../include/openssl/rand.h | 341 | hw_cryptodev.o: ../../include/openssl/rand.h |
342 | hw_openbsd_dev_crypto.o: ../../include/openssl/rsa.h | 342 | hw_cryptodev.o: ../../include/openssl/rsa.h |
343 | hw_openbsd_dev_crypto.o: ../../include/openssl/safestack.h | 343 | hw_cryptodev.o: ../../include/openssl/safestack.h |
344 | hw_openbsd_dev_crypto.o: ../../include/openssl/stack.h | 344 | hw_cryptodev.o: ../../include/openssl/stack.h |
345 | hw_openbsd_dev_crypto.o: ../../include/openssl/symhacks.h | 345 | hw_cryptodev.o: ../../include/openssl/symhacks.h |
346 | hw_openbsd_dev_crypto.o: ../../include/openssl/ui.h ../evp/evp_locl.h eng_int.h | 346 | hw_cryptodev.o: ../../include/openssl/ui.h ../evp/evp_locl.h eng_int.h |
347 | hw_openbsd_dev_crypto.o: hw_openbsd_dev_crypto.c | 347 | hw_cryptodev.o: hw_cryptodev.c |
348 | hw_sureware.o: ../../e_os.h ../../include/openssl/asn1.h | 348 | hw_sureware.o: ../../e_os.h ../../include/openssl/asn1.h |
349 | hw_sureware.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | 349 | hw_sureware.o: ../../include/openssl/bio.h ../../include/openssl/bn.h |
350 | hw_sureware.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 350 | hw_sureware.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |