xcrypt.asm 314 B

12345678910111213141516171819202122232425
  1. ;Testname=test; Arguments=-fbin -oxcrypt.bin; Files=stdout stderr xcrypt.bin
  2. ; BR 2029829
  3. bits 32
  4. rep xstore
  5. rep xcryptecb
  6. rep xcryptcbc
  7. rep xcryptctr
  8. rep xcryptcfb
  9. rep xcryptofb
  10. rep montmul
  11. rep xsha1
  12. rep xsha256
  13. xstore
  14. xcryptecb
  15. xcryptcbc
  16. xcryptctr
  17. xcryptcfb
  18. xcryptofb
  19. montmul
  20. xsha1
  21. xsha256