Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_sha_v2.c49 cy_stc_crypto_sha_state_t *hashState,
52 static cy_en_crypto_status_t Cy_Crypto_Sha3_Update(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *ha…
57 …n_crypto_status_t Cy_Crypto_Sha1_Sha2_Update(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hashSta…
62 cy_stc_crypto_sha_state_t *hashState,
90 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V2_Sha_Init()
331 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()
400 static cy_en_crypto_status_t Cy_Crypto_Sha3_Update(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *ha… in Cy_Crypto_Sha3_Update()
532 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Sha3_Finish()
610 …n_crypto_status_t Cy_Crypto_Sha1_Sha2_Update(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *hashSta… in Cy_Crypto_Sha1_Sha2_Update()
712 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Sha1_Sha2_Finish()
[all …]
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 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()
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 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()
587 cy_stc_crypto_sha_state_t myHashState = { 0 }; in Cy_Crypto_Core_V1_Sha()
Dcy_crypto_core_hmac_v1.c77 cy_stc_crypto_sha_state_t *hashState,
156 cy_stc_crypto_sha_state_t *hashState, in Cy_Crypto_Core_V1_Hmac_Calculate()
323 cy_stc_crypto_sha_state_t hashStateLoc = { 0 }; in Cy_Crypto_Core_V1_Hmac()
Dcy_crypto_core_ecc_eddsa.c69 uint32_t ctx_len, cy_stc_crypto_sha_state_t *shaState ) in Cy_Crypto_Core_ED25519_dom2_ctx()
1206 static cy_stc_crypto_sha_state_t shaHashState; in Cy_Crypto_Core_ED25519_MakePublicKey()
1411 static cy_stc_crypto_sha_state_t shaHashState; in Cy_Crypto_Core_ED25519_Sign()
2119 static cy_stc_crypto_sha_state_t shaHashState; in Cy_Crypto_Core_ED25519_Verify()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_sha_v1.h99 cy_stc_crypto_sha_state_t *hashState,
103 cy_stc_crypto_sha_state_t *hashState,
108 cy_stc_crypto_sha_state_t *hashState);
111 cy_stc_crypto_sha_state_t *hashState,
116 cy_stc_crypto_sha_state_t *hashState,
120 cy_stc_crypto_sha_state_t *hashState);
Dcy_crypto_core_sha_v2.h112 cy_stc_crypto_sha_state_t *hashState,
116 cy_en_crypto_status_t Cy_Crypto_Core_V2_Sha_Start(CRYPTO_Type *base, cy_stc_crypto_sha_state_t *has…
119 cy_stc_crypto_sha_state_t *hashState,
124 cy_stc_crypto_sha_state_t *hashState,
127 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.h134 cy_stc_crypto_sha_state_t *shaHashState, in Cy_Crypto_Core_Sha_Init()
172 …_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()
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 …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.h954 } cy_stc_crypto_sha_state_t; typedef
987 cy_stc_crypto_sha_state_t hashState;