Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_cryptolite_hkdf.c149 uint32_t tLength=0u; in Cy_Cryptolite_Hkdf_Expand() local
186 status = Cy_Cryptolite_Hmac_Sha256_Update (base, t, tLength, &cfContext); in Cy_Cryptolite_Hkdf_Expand()
232 tLength = hashlen; in Cy_Cryptolite_Hkdf_Expand()
Dcy_crypto_core_hkdf_v2.c202 uint32_t tLength=0u; in Cy_Crypto_Core_V2_Hkdf_Expand() local
258 status = Cy_Crypto_Core_V2_Hmac_Update(base, &hmacState, t, tLength); in Cy_Crypto_Core_V2_Hkdf_Expand()
299 tLength = hashlen; in Cy_Crypto_Core_V2_Hkdf_Expand()