Home
last modified time | relevance | path

Searched refs:hashSize (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v2.c171 hashState->hashSize = CY_CRYPTO_SHA1_HASH_SIZE; in Cy_Crypto_Core_V2_Sha_Init()
184 hashState->hashSize = CY_CRYPTO_SHA256_HASH_SIZE; in Cy_Crypto_Core_V2_Sha_Init()
195 hashState->hashSize = CY_CRYPTO_SHA256_HASH_SIZE; in Cy_Crypto_Core_V2_Sha_Init()
208 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V2_Sha_Init()
219 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V2_Sha_Init()
230 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V2_Sha_Init()
241 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V2_Sha_Init()
278 if (hashState->hashSize != 0U) in Cy_Crypto_Core_V2_Sha_Start()
280 …rypto_Core_V2_MemCpy(base, hashState->hash, hashState->initialHash, (uint16_t)hashState->hashSize); in Cy_Crypto_Core_V2_Sha_Start()
338 … Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_LOAD0, hashState->hash, hashState->hashSize); in Cy_Crypto_Core_V2_Sha_Update()
[all …]
Dcy_crypto_core_sha_v1.c206 hashState->hashSize = CY_CRYPTO_SHA1_HASH_SIZE; in Cy_Crypto_Core_V1_Sha_Init()
223 hashState->hashSize = CY_CRYPTO_SHA256_HASH_SIZE; in Cy_Crypto_Core_V1_Sha_Init()
237 hashState->hashSize = CY_CRYPTO_SHA256_HASH_SIZE; in Cy_Crypto_Core_V1_Sha_Init()
254 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V1_Sha_Init()
268 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V1_Sha_Init()
282 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V1_Sha_Init()
296 hashState->hashSize = CY_CRYPTO_SHA512_HASH_SIZE; in Cy_Crypto_Core_V1_Sha_Init()
335 if (hashState->hashSize != 0U) in Cy_Crypto_Core_V1_Sha_Start()
337 …rypto_Core_V1_MemCpy(base, hashState->hash, hashState->initialHash, (uint16_t)hashState->hashSize); in Cy_Crypto_Core_V1_Sha_Start()
533 Cy_Crypto_Core_V1_MemSet(base, hashState->hash, 0x00U, (uint16_t)hashState->hashSize); in Cy_Crypto_Core_V1_Sha_Free()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_common.h614 uint32_t hashSize; member