.cyignore 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # wolfSSL folders
  2. $(SEARCH_wolfssl)/IDE
  3. $(SEARCH_wolfssl)/examples
  4. $(SEARCH_wolfssl)/linuxkm
  5. $(SEARCH_wolfssl)/mcapi
  6. $(SEARCH_wolfssl)/mplabx
  7. $(SEARCH_wolfssl)/mqx
  8. $(SEARCH_wolfssl)/tirtos
  9. $(SEARCH_wolfssl)/tests
  10. $(SEARCH_wolfssl)/testsuite
  11. $(SEARCH_wolfssl)/wolfcrypt/src/port/autosar
  12. $(SEARCH_wolfssl)/zephyr
  13. # wolfSSL files
  14. $(SEARCH_wolfssl)/wolfcrypt/src/aes_asm.S
  15. $(SEARCH_wolfssl)/wolfcrypt/src/aes_xts_asm.S
  16. $(SEARCH_wolfssl)/wolfcrypt/src/aes_gcm_asm.S
  17. $(SEARCH_wolfssl)/wolfcrypt/src/aes_gcm_x86_asm.S
  18. $(SEARCH_wolfssl)/wolfcrypt/src/chacha_asm.S
  19. $(SEARCH_wolfssl)/wolfcrypt/src/fe_x25519_asm.S
  20. $(SEARCH_wolfssl)/wolfcrypt/src/poly1305_asm.S
  21. $(SEARCH_wolfssl)/wolfcrypt/src/sha256_asm.S
  22. $(SEARCH_wolfssl)/wolfcrypt/src/sha512_asm.S
  23. $(SEARCH_wolfssl)/wolfcrypt/src/sha3_asm.S
  24. $(SEARCH_wolfssl)/wolfcrypt/src/sm3_asm.S
  25. $(SEARCH_wolfssl)/wolfcrypt/src/sp_x86_64_asm.S
  26. $(SEARCH_wolfssl)/wolfcrypt/src/sp_sm2_x86_64_asm.S
  27. $(SEARCH_wolfssl)/wolfcrypt/src/wc_kyber_asm.S
  28. $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-aes-asm.S
  29. $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-curve25519.S
  30. $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-sha256-asm.S
  31. $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-sha512-asm.S
  32. $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-curve25519.S
  33. $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-sha3-asm.S
  34. $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-sha512-asm.S
  35. $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/thumb2-aes-asm.S
  36. $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/thumb2-curve25519.S
  37. $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/thumb2-sha256-asm.S
  38. $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/thumb2-sha512-asm.S