Searched refs:CY_CRYPTO_SHA512_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
255 hashState->blockSize = CY_CRYPTO_SHA512_BLOCK_SIZE; in Cy_Crypto_Core_V1_Sha_Init()269 hashState->blockSize = CY_CRYPTO_SHA512_BLOCK_SIZE; in Cy_Crypto_Core_V1_Sha_Init()283 hashState->blockSize = CY_CRYPTO_SHA512_BLOCK_SIZE; in Cy_Crypto_Core_V1_Sha_Init()297 hashState->blockSize = CY_CRYPTO_SHA512_BLOCK_SIZE; in Cy_Crypto_Core_V1_Sha_Init()463 if (CY_CRYPTO_SHA512_BLOCK_SIZE == hashBlockSize) in Cy_Crypto_Core_V1_Sha_Finish()
213 hashState->blockSize = CY_CRYPTO_SHA512_BLOCK_SIZE; in Cy_Crypto_Core_V2_Sha_Init()224 hashState->blockSize = CY_CRYPTO_SHA512_BLOCK_SIZE; in Cy_Crypto_Core_V2_Sha_Init()235 hashState->blockSize = CY_CRYPTO_SHA512_BLOCK_SIZE; in Cy_Crypto_Core_V2_Sha_Init()246 hashState->blockSize = CY_CRYPTO_SHA512_BLOCK_SIZE; in Cy_Crypto_Core_V2_Sha_Init()453 if (CY_CRYPTO_SHA512_BLOCK_SIZE == hashBlockSize) in Cy_Crypto_Core_V2_Sha_Finish()
76 uint32_t block[CY_CRYPTO_SHA512_BLOCK_SIZE / 4u];
151 #define CY_CRYPTO_SHA512_BLOCK_SIZE (128u) macro202 #define CY_CRYPTO_SHA_MAX_BLOCK_SIZE (CY_CRYPTO_SHA512_BLOCK_SIZE)