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/sha256.h

    r457 r464  
    8888#if defined(WOLFSSL_CRYPTOCELL)
    8989    #include <wolfssl/wolfcrypt/port/arm/cryptoCell.h>
     90#endif
     91#if defined(WOLFSSL_SILABS_SE_ACCEL)
     92    #include <wolfssl/wolfcrypt/port/silabs/silabs_hash.h>
    9093#endif
    9194
     
    127130   !defined(NO_WOLFSSL_RENESAS_TSIP_CRYPT_HASH)
    128131    #include "wolfssl/wolfcrypt/port/Renesas/renesas-tsip-crypt.h"
     132#elif defined(WOLFSSL_PSOC6_CRYPTO)
     133    #include "wolfssl/wolfcrypt/port/cypress/psoc6_crypto.h"
     134#elif defined(WOLFSSL_IMXRT_DCP)
     135    #include <wolfssl/wolfcrypt/port/nxp/dcp_port.h>
    129136#else
    130137
     
    135142#elif defined(STM32_HASH_SHA2)
    136143    STM32_HASH_Context stmCtx;
     144#elif defined(WOLFSSL_SILABS_SE_ACCEL)
     145  wc_silabs_sha_t silabsCtx;
    137146#else
    138147    /* alignment on digest and buffer speeds up ARMv8 crypto operations */
     
    143152    word32  hiLen;     /* length in bytes   */
    144153    void*   heap;
     154#endif
    145155#ifdef WOLFSSL_PIC32MZ_HASH
    146156    hashUpdCache cache; /* cache for updates */
     
    151161#ifdef WOLFSSL_SMALL_STACK_CACHE
    152162    word32* W;
    153 #endif
     163#endif /* !FREESCALE_LTC_SHA && !STM32_HASH_SHA2 */
    154164#ifdef WOLFSSL_DEVCRYPTO_HASH
    155165    WC_CRYPTODEV ctx;
     
    168178    int    devId;
    169179    void*  devCtx; /* generic crypto callback context */
    170 #endif
    171180#endif
    172181#if defined(WOLFSSL_HASH_FLAGS) || defined(WOLF_CRYPTO_CB)
Note: See TracChangeset for help on using the changeset viewer.