Step 4 of move of engines: Split e.ec into individual files for each

engine.
This commit is contained in:
Richard Levitte 2002-10-11 17:41:40 +00:00
parent 2eaabb718b
commit f28164fefd
10 changed files with 9 additions and 8 deletions

View file

@ -1,8 +0,0 @@
L AEPHK hw_aep_err.h hw_aep_err.c
L ATALLA hw_atalla_err.h hw_atalla_err.c
L CSWIFT hw_cswift_err.h hw_cswift_err.c
L HWCRHK hw_ncipher_err.h hw_ncipher_err.c
L NURON hw_nuron_err.h hw_nuron_err.c
L SUREWARE hw_sureware_err.h hw_sureware_err.c
L UBSEC hw_ubsec_err.h hw_ubsec_err.c
L CCA4758 hw_4758_cca_err.h hw_4758_cca_err.c

1
engines/e_4758_cca.ec Normal file
View file

@ -0,0 +1 @@
L CCA4758 e_4758_cca_err.h e_4758_cca_err.c

1
engines/e_aep.ec Normal file
View file

@ -0,0 +1 @@
L AEPHK e_aep_err.h e_aep_err.c

1
engines/e_atalla.ec Normal file
View file

@ -0,0 +1 @@
L ATALLA e_atalla_err.h e_atalla_err.c

1
engines/e_cryptodev.ec Normal file
View file

@ -0,0 +1 @@
L CRYPTODEV e_cryptodev_err.h e_cryptodev_err.c

1
engines/e_cswift.ec Normal file
View file

@ -0,0 +1 @@
L CSWIFT e_cswift_err.h e_cswift_err.c

1
engines/e_ncipher.ec Normal file
View file

@ -0,0 +1 @@
L HWCRHK e_ncipher_err.h e_ncipher_err.c

1
engines/e_nuron.ec Normal file
View file

@ -0,0 +1 @@
L NURON e_nuron_err.h e_nuron_err.c

1
engines/e_sureware.ec Normal file
View file

@ -0,0 +1 @@
L SUREWARE e_sureware_err.h e_sureware_err.c

1
engines/e_ubsec.ec Normal file
View file

@ -0,0 +1 @@
L UBSEC e_ubsec_err.h e_ubsec_err.c