Searched refs:get_first_nonzero_words (Results 1 – 2 of 2) sorted by relevance
| /bsp/ck802/libraries/common/rsa/ |
| A D | ck_rsa.c | 335 static uint32_t get_first_nonzero_words(uint32_t *a, uint32_t max_words) in get_first_nonzero_words() function 416 uint32_t tmpa_words = get_first_nonzero_words(tmpa.pdata, a_words); in word_array_mod() 423 uint32_t tmpb_words = get_first_nonzero_words(tmpb.pdata, a_words); in word_array_mod() 449 uint32_t tmpa_words = get_first_nonzero_words(tmpa->pdata, a_words); in word_array_mod() 456 uint32_t tmpb_words = get_first_nonzero_words(tmpb->pdata, a_words); in word_array_mod() 484 tmp.words = get_first_nonzero_words(tmp.pdata, words * 2 + 1); in sw_exptmod_2_2m() 506 tmp->words = get_first_nonzero_words(tmp->pdata, words * 2 + 1); in sw_exptmod_2_2m()
|
| /bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/ |
| A D | rsa.c | 212 static uint32_t get_first_nonzero_words(uint32_t *a, uint32_t max_words) in get_first_nonzero_words() function 567 uint32_t tmpa_words = get_first_nonzero_words(tmpa.pdata, a_words); in word_array_mod() 574 uint32_t tmpb_words = get_first_nonzero_words(tmpb.pdata, a_words); in word_array_mod() 598 tmp.words = get_first_nonzero_words(tmp.pdata, words * 2 + 1); in sw_exptmod_2_2m()
|
Completed in 8 milliseconds