Home
last modified time | relevance | path

Searched refs:cy_stc_crypto_sha_state_t (Results 1 – 8 of 8) sorted by relevance

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_sha_v1.h80 cy_stc_crypto_sha_state_t *hashState,
84 cy_stc_crypto_sha_state_t *hashState,
89 cy_stc_crypto_sha_state_t *hashState);
92 cy_stc_crypto_sha_state_t *hashState,
97 cy_stc_crypto_sha_state_t *hashState,
101 cy_stc_crypto_sha_state_t *hashState);
Dcy_crypto_core_sha_v2.h70 cy_stc_crypto_sha_state_t *hashState,
74 cy_en_crypto_status_t Cy_Crypto_Core_V2_Sha_Start(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *has…
77 cy_stc_crypto_sha_state_t *hashState,
82 cy_stc_crypto_sha_state_t *hashState,
85 cy_en_crypto_status_t Cy_Crypto_Core_V2_Sha_Free(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hash…
Dcy_crypto_core_sha.h124 cy_stc_crypto_sha_state_t *shaHashState, in Cy_Crypto_Core_Sha_Init()
158 …_en_crypto_status_t Cy_Crypto_Core_Sha_Start(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hashSta… in Cy_Crypto_Core_Sha_Start()
202 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_Sha_Update()
240 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_Sha_Finish()
273 …y_en_crypto_status_t Cy_Crypto_Core_Sha_Free(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hashSta… in Cy_Crypto_Core_Sha_Free()
Dcy_crypto_common.h622 } cy_stc_crypto_sha_state_t; typedef
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v1.c76 cy_stc_crypto_sha_state_t *hashState, uint8_t const *block) in Cy_Crypto_Core_V1_Sha_ProcessBlock()
126 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V1_Sha_Init()
326 cy_en_crypto_status_t Cy_Crypto_Core_V1_Sha_Start(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *has… in Cy_Crypto_Core_V1_Sha_Start()
374 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V1_Sha_Update()
443 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V1_Sha_Finish()
525 cy_en_crypto_status_t Cy_Crypto_Core_V1_Sha_Free(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hash… in Cy_Crypto_Core_V1_Sha_Free()
577 cy_stc_crypto_sha_state_t myHashState = { 0 }; in Cy_Crypto_Core_V1_Sha()
Dcy_crypto_core_sha_v2.c66 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V2_Sha_Init()
269 cy_en_crypto_status_t Cy_Crypto_Core_V2_Sha_Start(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *has… in Cy_Crypto_Core_V2_Sha_Start()
317 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V2_Sha_Update()
421 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V2_Sha_Finish()
510 cy_en_crypto_status_t Cy_Crypto_Core_V2_Sha_Free(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hash… in Cy_Crypto_Core_V2_Sha_Free()
521 … Cy_Crypto_Core_V2_MemSet(base, hashState, 0x00U, (uint16_t)sizeof(cy_stc_crypto_sha_state_t)); in Cy_Crypto_Core_V2_Sha_Free()
570 cy_stc_crypto_sha_state_t hashState = { 0 }; in Cy_Crypto_Core_V2_Sha()
Dcy_crypto_core_hmac_v2.c72 cy_stc_crypto_sha_state_t *hashState,
150 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V2_Hmac_Calculate()
317 cy_stc_crypto_sha_state_t hashStateLoc = { 0 }; in Cy_Crypto_Core_V2_Hmac()
Dcy_crypto_core_hmac_v1.c73 cy_stc_crypto_sha_state_t *hashState,
152 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V1_Hmac_Calculate()
319 cy_stc_crypto_sha_state_t hashStateLoc = { 0 }; in Cy_Crypto_Core_V1_Hmac()