| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_cryptolite_rsa.c | 74 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1U]; in Cy_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 Cy_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 Cy_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 Cy_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 Cy_Cryptolite_Rsa_Mont_Inv_Transform() 102 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1U]; in Cy_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 Cy_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 Cy_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 Cy_Cryptolite_Rsa_Mont_Transform() 130 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1U]; in Cy_Cryptolite_Rsa_Mont_Mul() local [all …]
|
| D | cy_cryptolite_nist_p.c | 86 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cy_Cryptolite_EC_Bar_MulRed() local 90 …(void)Cy_Cryptolite_Vu_mul_hw (base, vu_struct1, p_t_double, VU_BITS_TO_WORDS(2U*bit_size), p_z, V… in Cy_Cryptolite_EC_Bar_MulRed() 92 …(void)Cy_Cryptolite_Vu_mul_hw (base, vu_struct1, p_t_double, VU_BITS_TO_WORDS(2U*bit_size), p_t1, … in Cy_Cryptolite_EC_Bar_MulRed() 95 …(void)Cy_Cryptolite_Vu_sub_hw (base, vu_struct1, p_t1_plus2, VU_BITS_TO_WORDS(bit_size+2U+1U), p_t… in Cy_Cryptolite_EC_Bar_MulRed() 105 …(void)Cy_Cryptolite_Vu_cond_sub_hw (base, vu_struct1, p_z, VU_BITS_TO_WORDS(bit_size), p_t1_plus2,… in Cy_Cryptolite_EC_Bar_MulRed() 208 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cy_Cryptolite_EC_DivMod() local 212 (void)Cy_Cryptolite_Vu_mov_hw (base,vu_struct1, my_b, wordsize, my_P, wordsize); in Cy_Cryptolite_EC_DivMod() 224 zero = Cy_Cryptolite_Vu_test_zero (base, vu_struct1, temp, (uint16_t)size); in Cy_Cryptolite_EC_DivMod() 238 (void)Cy_Cryptolite_Vu_lsr1_hw (base, vu_struct1, my_a, wordsize, my_a, wordsize); in Cy_Cryptolite_EC_DivMod() 250 … (void)Cy_Cryptolite_Vu_sub_hw (base, vu_struct1, my_a, wordsize, my_a, wordsize, my_b, wordsize); in Cy_Cryptolite_EC_DivMod() [all …]
|
| D | cy_cryptolite_ecdsa.c | 676 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cy_Cryptolite_ECC_SignHash() local 719 … if (Cy_Cryptolite_Vu_test_less_than(base, vu_struct1, p_r, my_P, (uint16_t)bitsize) == false) in Cy_Cryptolite_ECC_SignHash() 827 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cy_Cryptolite_ECC_VerifyHash() local 864 … if (Cy_Cryptolite_Vu_test_less_than(base, vu_struct1, p_r, my_P, (uint16_t)bitsize) == false) { in Cy_Cryptolite_ECC_VerifyHash() 870 … if (Cy_Cryptolite_Vu_test_less_than(base, vu_struct1, p_s, my_P, (uint16_t)bitsize) == false) { in Cy_Cryptolite_ECC_VerifyHash() 885 if(Cy_Cryptolite_Vu_test_zero(base, vu_struct1, p_u1, (uint16_t)bitsize)) in Cy_Cryptolite_ECC_VerifyHash()
|
| D | cy_cryptolite_ecc_key_gen.c | 136 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cy_Cryptolite_ECC_MakePrivateKey() local 198 … if (Cy_Cryptolite_Vu_test_less_than(base, vu_struct1, p_u1, p_o, (uint16_t)bitsize) == false) in Cy_Cryptolite_ECC_MakePrivateKey()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_cryptolite_nist_p.h | 94 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cy_Cryptolite_EC_AddMod() local 96 …(void)Cy_Cryptolite_Vu_add_hw (base, vu_struct1, temp,VU_BITS_TO_WORDS((uint32_t)bitsize+1U), a,VU… in Cy_Cryptolite_EC_AddMod() 118 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cy_Cryptolite_EC_SubMod() local 124 …(void)Cy_Cryptolite_Vu_mov_hw (base, vu_struct1, z, VU_BITS_TO_WORDS((uint32_t)bitsize), temp_z,VU… in Cy_Cryptolite_EC_SubMod() 151 cy_stc_cryptolite_descr_t *vu_struct1 = &cfContext->vu_desptr[1]; in Cy_Cryptolite_EC_HalfMod() local 162 …(void)Cy_Cryptolite_Vu_add_hw(base, vu_struct1, a, VU_BITS_TO_WORDS((uint32_t)bitsize), a, VU_BITS… in Cy_Cryptolite_EC_HalfMod()
|