Searched refs:hashSize (Results 1 – 3 of 3) sorted by relevance
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/ |
D | cy_crypto_core_sha_v2.c | 171 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 …]
|
D | cy_crypto_core_sha_v1.c | 206 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/ |
D | cy_crypto_common.h | 614 uint32_t hashSize; member
|