Home
last modified time | relevance | path

Searched defs:hashState (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v2.c90 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V2_Sha_Init()
331 …rypto_status_t Cy_Crypto_Core_V2_Sha_Start(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hashState) in Cy_Crypto_Core_V2_Sha_Start()
400 …y_en_crypto_status_t Cy_Crypto_Sha3_Update(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Sha3_Update()
532 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Sha3_Finish()
610 …crypto_status_t Cy_Crypto_Sha1_Sha2_Update(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Sha1_Sha2_Update()
712 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Sha1_Sha2_Finish()
814 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V2_Sha_Update()
904 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V2_Sha_Finish()
983 …crypto_status_t Cy_Crypto_Core_V2_Sha_Free(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hashState) in Cy_Crypto_Core_V2_Sha_Free()
1124 cy_stc_crypto_sha_state_t hashState = { 0 }; in Cy_Crypto_Core_V2_Sha() local
Dcy_crypto_core_sha_v1.c80 cy_stc_crypto_sha_state_t *hashState, uint8_t const *block) in Cy_Crypto_Core_V1_Sha_ProcessBlock()
130 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V1_Sha_Init()
328 …rypto_status_t Cy_Crypto_Core_V1_Sha_Start(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hashState) in Cy_Crypto_Core_V1_Sha_Start()
376 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V1_Sha_Update()
449 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V1_Sha_Finish()
535 …crypto_status_t Cy_Crypto_Core_V1_Sha_Free(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hashState) in Cy_Crypto_Core_V1_Sha_Free()
Dcy_crypto_core_hmac_v1.c156 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V1_Hmac_Calculate()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_sha.h172 …n_crypto_status_t Cy_Crypto_Core_Sha_Start(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hashState) in Cy_Crypto_Core_Sha_Start()
221 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_Sha_Update()
264 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_Sha_Finish()
301 …en_crypto_status_t Cy_Crypto_Core_Sha_Free(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hashState) in Cy_Crypto_Core_Sha_Free()
Dcy_crypto_common.h987 cy_stc_crypto_sha_state_t hashState; member