Home
last modified time | relevance | path

Searched refs:ctx_sha256 (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_cryptolite_hmac.c72 status = Cy_Cryptolite_Sha256_Init( base, &cfContext->ctx_sha256); in Cy_Cryptolite_Hmac_Sha256_Init()
143 status = Cy_Cryptolite_Sha256_Start( base, &cfContext->ctx_sha256); in Cy_Cryptolite_Hmac_Sha256_Start()
147 status = Cy_Cryptolite_Sha256_Update (base, key, keyLength, &cfContext->ctx_sha256); in Cy_Cryptolite_Hmac_Sha256_Start()
151 status = Cy_Cryptolite_Sha256_Finish (base, m0KeyPtrTmp, &cfContext->ctx_sha256); in Cy_Cryptolite_Hmac_Sha256_Start()
183 status = Cy_Cryptolite_Sha256_Start( base, &cfContext->ctx_sha256); in Cy_Cryptolite_Hmac_Sha256_Start()
187 … status = Cy_Cryptolite_Sha256_Update (base, ipadPtrTmp, blockSizeTmp, &cfContext->ctx_sha256); in Cy_Cryptolite_Hmac_Sha256_Start()
242 status = Cy_Cryptolite_Sha256_Update (base, message, messageSize, &cfContext->ctx_sha256); in Cy_Cryptolite_Hmac_Sha256_Update()
295 status = Cy_Cryptolite_Sha256_Finish (base, ipadPtrTmp, &cfContext->ctx_sha256); in Cy_Cryptolite_Hmac_Sha256_Finish()
301 status = Cy_Cryptolite_Sha256_Start( base, &cfContext->ctx_sha256); in Cy_Cryptolite_Hmac_Sha256_Finish()
305 … status = Cy_Cryptolite_Sha256_Update (base, opadPtrTmp, blockSizeTmp, &cfContext->ctx_sha256); in Cy_Cryptolite_Hmac_Sha256_Finish()
[all …]
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_cryptolite_hmac.h75 cy_stc_cryptolite_context_sha256_t ctx_sha256; /** \endcond */ member