Home
last modified time | relevance | path

Searched refs:instr (Results 1 – 7 of 7) sorted by relevance

/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_hw_v1.c199 void Cy_Crypto_Run0ParamInstr(CRYPTO_Type *base, uint8_t instr) in Cy_Crypto_Run0ParamInstr() argument
206 REG_CRYPTO_INSTR_FF_WR(base) = (uint32_t)((uint32_t)instr << CY_CRYPTO_OPCODE_POS); in Cy_Crypto_Run0ParamInstr()
226 void Cy_Crypto_Run1ParamInstr(CRYPTO_Type *base, uint8_t instr, uint32_t rdst0Shift) in Cy_Crypto_Run1ParamInstr() argument
233 REG_CRYPTO_INSTR_FF_WR(base) = (uint32_t)(((uint32_t)instr << CY_CRYPTO_OPCODE_POS) | in Cy_Crypto_Run1ParamInstr()
259 uint8_t instr, in Cy_Crypto_Run2ParamInstr() argument
268 REG_CRYPTO_INSTR_FF_WR(base) = (uint32_t)(((uint32_t)instr << CY_CRYPTO_OPCODE_POS) | in Cy_Crypto_Run2ParamInstr()
299 uint8_t instr, in Cy_Crypto_Run3ParamInstr() argument
309 REG_CRYPTO_INSTR_FF_WR(base) = (uint32_t)(((uint32_t)instr << CY_CRYPTO_OPCODE_POS) | in Cy_Crypto_Run3ParamInstr()
345 uint8_t instr, in Cy_Crypto_Run4ParamInstr() argument
356 REG_CRYPTO_INSTR_FF_WR(base) = (uint32_t)(((uint32_t)instr << CY_CRYPTO_OPCODE_POS) | in Cy_Crypto_Run4ParamInstr()
Dcy_crypto.c134 if (CY_CRYPTO_INSTR_UNKNOWN != clientContext->instr) in Cy_Crypto_Sync()
227 context->instr = CY_CRYPTO_INSTR_ENABLE; in Cy_Crypto_Init()
265 clientContext->instr = CY_CRYPTO_INSTR_UNKNOWN; in Cy_Crypto_DeInit()
300 clientContext->instr = CY_CRYPTO_INSTR_ENABLE; in Cy_Crypto_Enable()
341 clientContext->instr = CY_CRYPTO_INSTR_SRV_INFO; in Cy_Crypto_GetLibraryInfo()
359 clientContext->instr = CY_CRYPTO_INSTR_DISABLE; in Cy_Crypto_Disable()
390 clientContext->instr = CY_CRYPTO_INSTR_PRNG_INIT; in Cy_Crypto_Prng_Init()
416 clientContext->instr = CY_CRYPTO_INSTR_PRNG; in Cy_Crypto_Prng_Generate()
444 clientContext->instr = CY_CRYPTO_INSTR_AES_INIT; in Cy_Crypto_Aes_Init()
472 clientContext->instr = CY_CRYPTO_INSTR_AES_ECB; in Cy_Crypto_Aes_Ecb_Run()
[all …]
Dcy_crypto_core_hw.c146 void Cy_Crypto_Core_Vu_RunInstr(CRYPTO_Type *base, bool blockingMode, uint32_t instr, uint32_t para… in Cy_Crypto_Core_Vu_RunInstr() argument
153 REG_CRYPTO_INSTR_FF_WR(base) = (uint32_t)((instr << CY_CRYPTO_OPCODE_POS) | (params)); in Cy_Crypto_Core_Vu_RunInstr()
Dcy_crypto_server.c415 if (CY_CRYPTO_INSTR_ENABLE == myData->instr) in Cy_Crypto_Server_Process()
428 switch(myData->instr) in Cy_Crypto_Server_Process()
/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_hw_v1.h84 void Cy_Crypto_Run0ParamInstr(CRYPTO_Type *base, uint8_t instr);
86 void Cy_Crypto_Run1ParamInstr(CRYPTO_Type *base, uint8_t instr, uint32_t rdst0Shift);
88 void Cy_Crypto_Run2ParamInstr(CRYPTO_Type *base, uint8_t instr, uint32_t rdst0Shift, uint32_t rdst1…
90 void Cy_Crypto_Run3ParamInstr(CRYPTO_Type *base, uint8_t instr,
93 void Cy_Crypto_Run4ParamInstr(CRYPTO_Type *base, uint8_t instr,
Dcy_crypto_core_hw.h735 void Cy_Crypto_Core_Vu_RunInstr(CRYPTO_Type *base, bool blockingMode, uint32_t instr, uint32_t para…
853 __STATIC_INLINE void Cy_Crypto_Core_WaitForInstrFifoAvailable(CRYPTO_Type *base, uint32_t instr) in Cy_Crypto_Core_WaitForInstrFifoAvailable() argument
855 …TO_INSTR_FF_STATUS_USED, REG_CRYPTO_INSTR_FF_STATUS(base))) >= (CY_CRYPTO_INSTR_FIFODEPTH - instr)) in Cy_Crypto_Core_WaitForInstrFifoAvailable()
Dcy_crypto_common.h917 cy_en_crypto_comm_instr_t instr; member