Home
last modified time | relevance | path

Searched refs:vu_struct0 (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_cryptolite_rsa.c73 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
[all …]
Dcy_cryptolite_nist_p.c85 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0]; in Cy_Cryptolite_EC_Bar_MulRed() local
88 …(void)Cy_Cryptolite_Vu_lsr_hw (base, vu_struct0, p_z, VU_BITS_TO_WORDS(bit_size), p_x, VU_BITS_TO_… in Cy_Cryptolite_EC_Bar_MulRed()
91 …(void)Cy_Cryptolite_Vu_lsr_hw (base, vu_struct0, p_t1, VU_BITS_TO_WORDS(bit_size), p_t_double, VU_… in Cy_Cryptolite_EC_Bar_MulRed()
94 …(void)Cy_Cryptolite_Vu_sub_hw (base, vu_struct0, p_t2_plus2, VU_BITS_TO_WORDS(bit_size+2U+1U), p_x… in Cy_Cryptolite_EC_Bar_MulRed()
149 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0]; in Cy_Cryptolite_EC_MulMod() local
151 …(void)Cy_Cryptolite_Vu_mul_hw (base, vu_struct0, ab_double, VU_BITS_TO_WORDS(2U*(uint32_t)size), a… in Cy_Cryptolite_EC_MulMod()
207 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0]; in Cy_Cryptolite_EC_DivMod() local
211 (void)Cy_Cryptolite_Vu_mov_hw (base,vu_struct0, my_a, wordsize, b, wordsize); in Cy_Cryptolite_EC_DivMod()
213 (void)Cy_Cryptolite_Vu_mov_hw (base,vu_struct0, z, wordsize, a, wordsize); in Cy_Cryptolite_EC_DivMod()
220 … (void)Cy_Cryptolite_Vu_sub_hw (base, vu_struct0, temp, wordsize1, my_a, wordsize, my_b, wordsize); in Cy_Cryptolite_EC_DivMod()
[all …]
Dcy_cryptolite_ecdsa.c675 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0]; in Cy_Cryptolite_ECC_SignHash() local
713 if (Cy_Cryptolite_Vu_test_zero(base, vu_struct0, p_r, (uint16_t)bitsize) == true) in Cy_Cryptolite_ECC_SignHash()
721 …(void)Cy_Cryptolite_Vu_mov_hw (base, vu_struct0, temp, VU_BITS_TO_WORDS(bitsize+1U), p_r, VU_BITS_… in Cy_Cryptolite_ECC_SignHash()
723 if (Cy_Cryptolite_Vu_test_zero(base, vu_struct0, p_r, (uint16_t)bitsize) == true) in Cy_Cryptolite_ECC_SignHash()
755 …(void)Cy_Cryptolite_Vu_mov_hw (base, vu_struct0, temp, VU_BITS_TO_WORDS(bitsize+1U), p_s, VU_BITS_… in Cy_Cryptolite_ECC_SignHash()
762 if (Cy_Cryptolite_Vu_test_zero(base, vu_struct0, p_s, (uint16_t)bitsize) == true) in Cy_Cryptolite_ECC_SignHash()
826 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0]; in Cy_Cryptolite_ECC_VerifyHash() local
861 if (Cy_Cryptolite_Vu_test_zero(base, vu_struct0, p_r, (uint16_t)bitsize) == true) { in Cy_Cryptolite_ECC_VerifyHash()
867 if (Cy_Cryptolite_Vu_test_zero(base, vu_struct0, p_s, (uint16_t)bitsize) == true) { in Cy_Cryptolite_ECC_VerifyHash()
945 if (Cy_Cryptolite_Vu_test_equal(base, vu_struct0, p_s, p_r, (uint16_t)bitsize)) in Cy_Cryptolite_ECC_VerifyHash()
Dcy_cryptolite_ecc_key_gen.c137 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0]; in Cy_Cryptolite_ECC_MakePrivateKey() local
200 …(void)Cy_Cryptolite_Vu_mov_hw (base, vu_struct0, temp, VU_BITS_TO_WORDS(bitsize+1U), p_u1, VU_BITS… in Cy_Cryptolite_ECC_MakePrivateKey()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_cryptolite_nist_p.h93 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0]; in Cy_Cryptolite_EC_AddMod() local
97 …(void)Cy_Cryptolite_Vu_cond_sub_hw (base, vu_struct0, z, VU_BITS_TO_WORDS((uint32_t)bitsize), temp… in Cy_Cryptolite_EC_AddMod()
117 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0]; in Cy_Cryptolite_EC_SubMod() local
123 …(void)Cy_Cryptolite_Vu_sub_hw (base, vu_struct0, temp_z, VU_BITS_TO_WORDS((uint32_t)bitsize+1U), a… in Cy_Cryptolite_EC_SubMod()
131 …(void)Cy_Cryptolite_Vu_add_hw (base, vu_struct0, z, VU_BITS_TO_WORDS((uint32_t)bitsize), z,VU_BITS… in Cy_Cryptolite_EC_SubMod()
150 cy_stc_cryptolite_descr_t *vu_struct0 = &cfContext->vu_desptr[0]; in Cy_Cryptolite_EC_HalfMod() local
161 …(void)Cy_Cryptolite_Vu_add_hw(base, vu_struct0, temp_a, VU_BITS_TO_WORDS((uint32_t)bitsize+1U), a,… in Cy_Cryptolite_EC_HalfMod()
165 …(void)Cy_Cryptolite_Vu_lsr1_carry_hw(base, vu_struct0, z, VU_BITS_TO_WORDS((uint32_t)bitsize), a, … in Cy_Cryptolite_EC_HalfMod()