Lines Matching refs:vu_struct0
73 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0U]; in Cy_Cryptolite_Rsa_Mont_Inv_Transform() local
76 …(void)Cy_Cryptolite_Vu_mul_hw (base, vu_struct0, p_t1_2n1, VU_BITS_TO_WORDS(2U*bit_size), p_a, bit… in Cy_Cryptolite_Rsa_Mont_Inv_Transform()
78 …(void)Cy_Cryptolite_Vu_mul_hw (base, vu_struct0, p_t2_2n1, VU_BITS_TO_WORDS(2U*bit_size), p_a, bit… in Cy_Cryptolite_Rsa_Mont_Inv_Transform()
80 …(void)Cy_Cryptolite_Vu_mul_hw (base, vu_struct0, p_t2_2n1, VU_BITS_TO_WORDS(2U*bit_size), p_a, bit… in Cy_Cryptolite_Rsa_Mont_Inv_Transform()
83 …(void)Cy_Cryptolite_Vu_cond_sub_hw (base, vu_struct0, p_t2_2n1, bitsize_p1, p_t1_2n1, VU_BITS_TO_W… in Cy_Cryptolite_Rsa_Mont_Inv_Transform()
101 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0U]; in Cy_Cryptolite_Rsa_Mont_Transform() local
106 …(void)Cy_Cryptolite_Vu_mul_hw (base, vu_struct0, p_t2_2n1, VU_BITS_TO_WORDS(2U*bit_size), p_a, bit… in Cy_Cryptolite_Rsa_Mont_Transform()
108 …(void)Cy_Cryptolite_Vu_mul_hw (base, vu_struct0, p_t2_2n1, VU_BITS_TO_WORDS(2U*bit_size), p_a, bit… in Cy_Cryptolite_Rsa_Mont_Transform()
111 …(void)Cy_Cryptolite_Vu_cond_sub_hw (base, vu_struct0, p_t2_2n1, bitsize_p1, p_t1_2n1, VU_BITS_TO_W… in Cy_Cryptolite_Rsa_Mont_Transform()
129 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0U]; in Cy_Cryptolite_Rsa_Mont_Mul() local
135 …(void)Cy_Cryptolite_Vu_mul_hw (base, vu_struct0, p_t1_2n1, VU_BITS_TO_WORDS(2U*bit_size), p_a, bit… in Cy_Cryptolite_Rsa_Mont_Mul()
137 …(void)Cy_Cryptolite_Vu_mul_hw (base, vu_struct0, p_t2_2n1, VU_BITS_TO_WORDS(2U*bit_size), p_z, bit… in Cy_Cryptolite_Rsa_Mont_Mul()
141 …(void)Cy_Cryptolite_Vu_cond_sub_hw (base, vu_struct0, p_z, bitsize, &(p_t1_2n1[VU_BITS_TO_BYTES(bi… in Cy_Cryptolite_Rsa_Mont_Mul()
225 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0U]; in Cy_Cryptolite_Rsa_Exp() local
230 (void)Cy_Cryptolite_Vu_mov_hw (base, vu_struct0, p_msg, bitsize, (uint8_t*)p_a, bitsize); in Cy_Cryptolite_Rsa_Exp()
234 (void)Cy_Cryptolite_Vu_mov_hw (base, vu_struct0, p_z, bitsize, p_msg, bitsize); in Cy_Cryptolite_Rsa_Exp()
276 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0U]; in Cy_Cryptolite_Rsa_Coeff() local
289 …(void)Cy_Cryptolite_Vu_sub_hw (base, vu_struct0, p_dividend, bitsize_p1, p_dividend, bitsize_p1, … in Cy_Cryptolite_Rsa_Coeff()
299 …(void)Cy_Cryptolite_Vu_sub_hw (base, vu_struct0, p_t2_n1, bitsize_p1, p_dividend, bitsize_p1, p_m… in Cy_Cryptolite_Rsa_Coeff()
306 … (void)Cy_Cryptolite_Vu_lsr1_hw (base, vu_struct0, p_mont_r_inv, bitsize, p_mont_r_inv, bitsize); in Cy_Cryptolite_Rsa_Coeff()
310 …(void)Cy_Cryptolite_Vu_add_hw (base, vu_struct0, p_mont_r_inv, bitsize_p1, p_mont_r_inv, bitsize,… in Cy_Cryptolite_Rsa_Coeff()
323 … (void)Cy_Cryptolite_Vu_lsl1_hw (base, vu_struct0, p_dividend, bitsize_p1, p_dividend, bitsize_p1); in Cy_Cryptolite_Rsa_Coeff()