Home
last modified time | relevance | path

Searched refs:vu_struct1 (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_cryptolite_rsa.c74 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1U]; in cryptolite_rsa_mont_inv_transform() local
77 …(void)Cy_Cryptolite_Vu_lsr_hw (base, vu_struct1, p_a, bitsize, p_t1_2n1, VU_BITS_TO_WORDS(2U*bit_s… in cryptolite_rsa_mont_inv_transform()
79 …(void)Cy_Cryptolite_Vu_lsr_hw (base, vu_struct1, p_a, bitsize, p_t2_2n1, VU_BITS_TO_WORDS(2U*bit_s… in cryptolite_rsa_mont_inv_transform()
81 …(void)Cy_Cryptolite_Vu_sub_hw (base, vu_struct1, p_t1_2n1, VU_BITS_TO_WORDS(bit_size+2U), p_t1_2n1… in cryptolite_rsa_mont_inv_transform()
84 …(void)Cy_Cryptolite_Vu_cond_sub_hw (base, vu_struct1, p_a, bitsize, p_t2_2n1, bitsize_p1, p_mod, b… in cryptolite_rsa_mont_inv_transform()
102 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1U]; in cryptolite_rsa_mont_transform() local
107 …(void)Cy_Cryptolite_Vu_lsr_hw (base, vu_struct1, p_a, bitsize, p_t2_2n1, VU_BITS_TO_WORDS(2U*bit_s… in cryptolite_rsa_mont_transform()
109 …(void)Cy_Cryptolite_Vu_sub_hw (base, vu_struct1, p_t1_2n1, VU_BITS_TO_WORDS(bit_size+2U), p_t1_2n1… in cryptolite_rsa_mont_transform()
112 …(void)Cy_Cryptolite_Vu_cond_sub_hw (base, vu_struct1, p_a, bitsize, p_t2_2n1, bitsize_p1, p_mod, b… in cryptolite_rsa_mont_transform()
130 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1U]; in cryptolite_rsa_mont_mul() local
[all …]
Dcy_cryptolite_nist_p.c93 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cryptolite_EC_Bar_MulRed() local
97 …(void)Cy_Cryptolite_Vu_mul_hw (base, vu_struct1, p_t_double, VU_BITS_TO_WORDS(2U*bit_size), p_z, V… in Cryptolite_EC_Bar_MulRed()
99 …(void)Cy_Cryptolite_Vu_mul_hw (base, vu_struct1, p_t_double, VU_BITS_TO_WORDS(2U*bit_size), p_t1, … in Cryptolite_EC_Bar_MulRed()
102 …(void)Cy_Cryptolite_Vu_sub_hw (base, vu_struct1, p_t1_plus2, VU_BITS_TO_WORDS(bit_size+2U+1U), p_t… in Cryptolite_EC_Bar_MulRed()
112 …(void)Cy_Cryptolite_Vu_cond_sub_hw (base, vu_struct1, p_z, VU_BITS_TO_WORDS(bit_size), p_t1_plus2,… in Cryptolite_EC_Bar_MulRed()
215 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cryptolite_EC_DivMod() local
219 (void)Cy_Cryptolite_Vu_mov_hw (base,vu_struct1, my_b, wordsize, my_P, wordsize); in Cryptolite_EC_DivMod()
231 zero = Cy_Cryptolite_Vu_test_zero (base, vu_struct1, temp, (uint16_t)size); in Cryptolite_EC_DivMod()
245 (void)Cy_Cryptolite_Vu_lsr1_hw (base, vu_struct1, my_a, wordsize, my_a, wordsize); in Cryptolite_EC_DivMod()
257 … (void)Cy_Cryptolite_Vu_sub_hw (base, vu_struct1, my_a, wordsize, my_a, wordsize, my_b, wordsize); in Cryptolite_EC_DivMod()
[all …]
Dcy_cryptolite_ecdsa.c747 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cy_Cryptolite_ECC_VerifyHash() local
784 … if (Cy_Cryptolite_Vu_test_less_than(base, vu_struct1, p_r, my_P, (uint16_t)bitsize) == false) { in Cy_Cryptolite_ECC_VerifyHash()
790 … if (Cy_Cryptolite_Vu_test_less_than(base, vu_struct1, p_s, my_P, (uint16_t)bitsize) == false) { in Cy_Cryptolite_ECC_VerifyHash()
805 if(Cy_Cryptolite_Vu_test_zero(base, vu_struct1, p_u1, (uint16_t)bitsize)) in Cy_Cryptolite_ECC_VerifyHash()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_cryptolite_nist_p.h88 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cryptolite_EC_AddMod() local
90 …(void)Cy_Cryptolite_Vu_add_hw (base, vu_struct1, temp,VU_BITS_TO_WORDS((uint32_t)bitsize+1U), a,VU… in Cryptolite_EC_AddMod()
112 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cryptolite_EC_SubMod() local
118 …(void)Cy_Cryptolite_Vu_mov_hw (base, vu_struct1, z, VU_BITS_TO_WORDS((uint32_t)bitsize), temp_z,VU… in Cryptolite_EC_SubMod()
145 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cryptolite_EC_HalfMod() local
156 …(void)Cy_Cryptolite_Vu_add_hw(base, vu_struct1, a, VU_BITS_TO_WORDS((uint32_t)bitsize), a, VU_BITS… in Cryptolite_EC_HalfMod()