fips_make_sha1 816 B

123456789101112131415161718192021222324252627
  1. #!/bin/sh
  2. S=`pwd`/fips/sha1/fips_standalone_sha1
  3. cd fips/sha1
  4. $S fips_sha1dgst.c fips_sha1_selftest.c asm/sx86-elf.s fips_standalone_sha1.c fips_sha_locl.h fips_md32_common.h > standalone.sha1
  5. cd ..
  6. $S fips.c fips_err_wrapper.c fips.h fips_err.h > fingerprint.sha1
  7. cd rand
  8. $S fips_rand.c fips_rand.h > fingerprint.sha1
  9. cd ../sha1
  10. $S fips_sha1dgst.c fips_sha1_selftest.c asm/sx86-elf.s fips_sha_locl.h fips_md32_common.h > fingerprint.sha1
  11. cd ../aes
  12. $S fips_aes_core.c fips_aes_selftest.c fips_aes_locl.h > fingerprint.sha1
  13. cd ../dsa
  14. $S fips_dsa_ossl.c fips_dsa_gen.c fips_dsa_selftest.c > fingerprint.sha1
  15. cd ../des
  16. $S fips_des_enc.c asm/fips-dx86-elf.s fips_des_selftest.c fips_set_key.c fips_des_locl.h > fingerprint.sha1
  17. cd ../rsa
  18. $S fips_rsa_eay.c fips_rsa_gen.c fips_rsa_selftest.c > fingerprint.sha1