Home
last modified time | relevance | path

Searched refs:M2M_SHA256_DIGEST_LEN (Results 1 – 2 of 2) sorted by relevance

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/driver/source/
Dm2m_crypto.c192 uint32 au32HashState[M2M_SHA256_DIGEST_LEN/4];
324 uint32 au32Digest[M2M_SHA256_DIGEST_LEN / 4]; in m2m_crypto_sha256_hash_finish()
388 for(u32Idx = 0; u32Idx < (M2M_SHA256_DIGEST_LEN / 4); u32Idx ++) in m2m_crypto_sha256_hash_finish()
707 uint8 au8Hash[M2M_SHA256_DIGEST_LEN];
766 …56Ctxt) + sizeof(tstrCyptoResp), (uint8*)gstrCryptoCtxt.pu8Digest,M2M_SHA256_DIGEST_LEN, 1) == M2M… in m2m_crypto_cb()
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/driver/include/
Dm2m_crypto.h59 #define M2M_SHA256_DIGEST_LEN 32 macro