Commit f28164fe authored by Richard Levitte's avatar Richard Levitte
Browse files

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

engine.
parent 2eaabb71
Loading
Loading
Loading
Loading

engines/e.ec

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
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

engines/e_4758_cca.ec

0 → 100644
+1 −0
Original line number Diff line number Diff line
L CCA4758	e_4758_cca_err.h		e_4758_cca_err.c

engines/e_aep.ec

0 → 100644
+1 −0
Original line number Diff line number Diff line
L AEPHK		e_aep_err.h			e_aep_err.c

engines/e_atalla.ec

0 → 100644
+1 −0
Original line number Diff line number Diff line
L ATALLA	e_atalla_err.h			e_atalla_err.c

engines/e_cryptodev.ec

0 → 100644
+1 −0
Original line number Diff line number Diff line
L CRYPTODEV	e_cryptodev_err.h		e_cryptodev_err.c
Loading