Ignore:
Timestamp:
Jun 22, 2021, 9:00:19 PM (3 years ago)
Author:
coas-nagasima
Message:

WolfSSLとAzure IoT SDKを更新

Location:
azure_iot_hub_f767zi/trunk/wolfssl-4.7.0
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_f767zi/trunk/wolfssl-4.7.0/wolfssl/wolfcrypt/sha.h

    r457 r464  
    7373    #include <wolfssl/wolfcrypt/port/Espressif/esp32-crypt.h>
    7474#endif
     75#ifdef WOLFSSL_IMXRT_DCP
     76    #include <wolfssl/wolfcrypt/port/nxp/dcp_port.h>
     77#endif
     78#if defined(WOLFSSL_SILABS_SE_ACCEL)
     79    #include <wolfssl/wolfcrypt/port/silabs/silabs_hash.h>
     80#endif
    7581
    7682#if !defined(NO_OLD_SHA_NAMES)
     
    102108   !defined(NO_WOLFSSL_RENESAS_TSIP_CRYPT_HASH)
    103109    #include "wolfssl/wolfcrypt/port/Renesas/renesas-tsip-crypt.h"
     110#elif defined(WOLFSSL_PSOC6_CRYPTO)
     111    #include "wolfssl/wolfcrypt/port/cypress/psoc6_crypto.h"
    104112#else
    105113
     
    110118#elif defined(STM32_HASH)
    111119        STM32_HASH_Context stmCtx;
     120#elif defined(WOLFSSL_SILABS_SE_ACCEL)
     121        wc_silabs_sha_t silabsCtx;
    112122#else
    113123        word32  buffLen;   /* in bytes          */
Note: See TracChangeset for help on using the changeset viewer.