Home
last modified time | relevance | path

Searched refs:lfsr29InitState (Results 1 – 9 of 9) sorted by relevance

/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_prng.h50 uint32_t lfsr29InitState);
90 uint32_t lfsr29InitState) in Cy_Crypto_Core_Prng_Init() argument
97 … tmpResult = Cy_Crypto_Core_V1_Prng_Init(base, lfsr32InitState, lfsr31InitState, lfsr29InitState); in Cy_Crypto_Core_Prng_Init()
103 … tmpResult = Cy_Crypto_Core_V2_Prng_Init(base, lfsr32InitState, lfsr31InitState, lfsr29InitState); in Cy_Crypto_Core_Prng_Init()
Dcy_crypto_core_prng_v2.h45 uint32_t lfsr29InitState);
Dcy_crypto_core_prng_v1.h45 uint32_t lfsr29InitState);
Dcy_crypto.h1011 uint32_t lfsr29InitState,
Dcy_crypto_common.h1036 uint32_t lfsr29InitState; /**< lfsr29 initialization data */ member
/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_prng_v1.c71 uint32_t lfsr29InitState) in Cy_Crypto_Core_V1_Prng_Init() argument
77 … REG_CRYPTO_PR_LFSR_CTL2(base) = (uint32_t)(_VAL2FLD(CRYPTO_PR_LFSR_CTL2_LFSR29, lfsr29InitState)); in Cy_Crypto_Core_V1_Prng_Init()
Dcy_crypto_core_prng_v2.c74 uint32_t lfsr29InitState) in Cy_Crypto_Core_V2_Prng_Init() argument
80 … REG_CRYPTO_PR_LFSR_CTL2(base) = (uint32_t)(_VAL2FLD(CRYPTO_PR_LFSR_CTL2_LFSR29, lfsr29InitState)); in Cy_Crypto_Core_V2_Prng_Init()
Dcy_crypto.c383 uint32_t lfsr29InitState, in Cy_Crypto_Prng_Init() argument
395 cfContext->lfsr29InitState = lfsr29InitState; in Cy_Crypto_Prng_Init()
Dcy_crypto_server.c470 … cfContext->lfsr32InitState, cfContext->lfsr31InitState, cfContext->lfsr29InitState); in Cy_Crypto_Server_Process()