Home
last modified time | relevance | path

Searched defs:p_struct (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/include/
Dcy_cryptolite_vu.h198 …e_status_t Cy_Cryptolite_Vu_mul_hw (CRYPTOLITE_Type *base, cy_stc_cryptolite_descr_t* p_struct, ui… in Cy_Cryptolite_Vu_mul_hw()
249 …_status_t Cy_Cryptolite_Vu_xmul_hw (CRYPTOLITE_Type *base, cy_stc_cryptolite_descr_t* p_struct, ui… in Cy_Cryptolite_Vu_xmul_hw()
302 …e_status_t Cy_Cryptolite_Vu_add_hw (CRYPTOLITE_Type *base, cy_stc_cryptolite_descr_t *p_struct, ui… in Cy_Cryptolite_Vu_add_hw()
355 …e_status_t Cy_Cryptolite_Vu_sub_hw (CRYPTOLITE_Type *base, cy_stc_cryptolite_descr_t *p_struct, ui… in Cy_Cryptolite_Vu_sub_hw()
402 …e_status_t Cy_Cryptolite_Vu_mov_hw (CRYPTOLITE_Type *base, cy_stc_cryptolite_descr_t *p_struct, ui… in Cy_Cryptolite_Vu_mov_hw()
447 …_status_t Cy_Cryptolite_Vu_lsl1_hw (CRYPTOLITE_Type *base, cy_stc_cryptolite_descr_t* p_struct, ui… in Cy_Cryptolite_Vu_lsl1_hw()
495 …_status_t Cy_Cryptolite_Vu_lsr1_hw (CRYPTOLITE_Type *base, cy_stc_cryptolite_descr_t* p_struct, ui… in Cy_Cryptolite_Vu_lsr1_hw()
541 …e_status_t Cy_Cryptolite_Vu_lsr_hw (CRYPTOLITE_Type *base, cy_stc_cryptolite_descr_t* p_struct, ui… in Cy_Cryptolite_Vu_lsr_hw()
591 …e_status_t Cy_Cryptolite_Vu_xor_hw (CRYPTOLITE_Type *base, cy_stc_cryptolite_descr_t* p_struct, ui… in Cy_Cryptolite_Vu_xor_hw()
644 …tus_t Cy_Cryptolite_Vu_cond_sub_hw (CRYPTOLITE_Type *base, cy_stc_cryptolite_descr_t* p_struct, ui… in Cy_Cryptolite_Vu_cond_sub_hw()
[all …]
/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/source/
Dcy_cryptolite_vu.c38 bool Cy_Cryptolite_Vu_test_zero(CRYPTOLITE_Type *base, cy_stc_cryptolite_descr_t* p_struct, uint8_t… in Cy_Cryptolite_Vu_test_zero()
56 bool Cy_Cryptolite_Vu_test_equal(CRYPTOLITE_Type *base, cy_stc_cryptolite_descr_t* p_struct, uint8_… in Cy_Cryptolite_Vu_test_equal()
72 bool Cy_Cryptolite_Vu_test_less_than(CRYPTOLITE_Type *base, cy_stc_cryptolite_descr_t* p_struct, ui… in Cy_Cryptolite_Vu_test_less_than()
127 cy_stc_cryptolite_descr_t *p_struct) in Cy_Cryptolite_Vu_RunInstr()