12345678910111213141516171819202122232425262728293031323334353637383940 |
- # wolfSSL folders
- $(SEARCH_wolfssl)/IDE
- $(SEARCH_wolfssl)/examples
- $(SEARCH_wolfssl)/linuxkm
- $(SEARCH_wolfssl)/mcapi
- $(SEARCH_wolfssl)/mplabx
- $(SEARCH_wolfssl)/mqx
- $(SEARCH_wolfssl)/tirtos
- $(SEARCH_wolfssl)/tests
- $(SEARCH_wolfssl)/testsuite
- $(SEARCH_wolfssl)/wolfcrypt/src/port/autosar
- $(SEARCH_wolfssl)/zephyr
- # wolfSSL files
- $(SEARCH_wolfssl)/wolfcrypt/src/aes_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/aes_xts_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/aes_gcm_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/aes_gcm_x86_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/chacha_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/fe_x25519_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/poly1305_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/sha256_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/sha512_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/sha3_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/sm3_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/sp_x86_64_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/sp_sm2_x86_64_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/wc_kyber_asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-aes-asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-curve25519.S
- $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-sha256-asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-32-sha512-asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-curve25519.S
- $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-sha3-asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/armv8-sha512-asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/thumb2-aes-asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/thumb2-curve25519.S
- $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/thumb2-sha256-asm.S
- $(SEARCH_wolfssl)/wolfcrypt/src/port/arm/thumb2-sha512-asm.S
|