Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_cryptolite_rsa.c146 …e_Vu_Get_Msb_Bit(cy_stc_cryptolite_context_rsa_t *cfContext, uint8_t* p_z, uint32_t exp_bit_size);
166 …te_Vu_Get_Msb_Bit(cy_stc_cryptolite_context_rsa_t *cfContext, uint8_t* p_z, uint32_t exp_bit_size) in Cy_Cryptolite_Vu_Get_Msb_Bit() argument
175 exp_byte_align_size = CY_CRYPTOLITE_BYTE_SIZE_OF_BITS(exp_bit_size); in Cy_Cryptolite_Vu_Get_Msb_Bit()
176 exp_word_align_size = VU_BITS_TO_WORDS(exp_bit_size); in Cy_Cryptolite_Vu_Get_Msb_Bit()
214 uint32_t exp_bit_size ) // most significant bit assumed to be '1' in Cy_Cryptolite_Rsa_Exp() argument
228 exp_bit_size = Cy_Cryptolite_Vu_Get_Msb_Bit(cfContext, p_exp, exp_bit_size); in Cy_Cryptolite_Rsa_Exp()
237 if (exp_bit_size != 1U) { in Cy_Cryptolite_Rsa_Exp()
238 for (i = ((int)exp_bit_size-2); i >= 0; i--) { in Cy_Cryptolite_Rsa_Exp()