Searched refs:tmpb (Results 1 – 2 of 2) sorted by relevance
| /bsp/ck802/libraries/common/rsa/ |
| A D | ck_rsa.c | 406 bignum_t tmpb; in word_array_mod() local 409 memset(&tmpb, 0, sizeof(tmpa)); in word_array_mod() 420 memset(tmpb.pdata, 0, (a_words << 2)); in word_array_mod() 422 tmpb.pdata); in word_array_mod() 423 uint32_t tmpb_words = get_first_nonzero_words(tmpb.pdata, a_words); in word_array_mod() 438 bignum_t *tmpb = tee_malloc(sizeof(bignum_t)); in word_array_mod() 440 if ((tmpa == NULL) || (tmpb == NULL)) { in word_array_mod() 453 memset(tmpb->pdata, 0, (a_words << 2)); in word_array_mod() 455 tmpb->pdata); in word_array_mod() 456 uint32_t tmpb_words = get_first_nonzero_words(tmpb->pdata, a_words); in word_array_mod() [all …]
|
| /bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/ |
| A D | rsa.c | 557 bignum_t tmpb; in word_array_mod() local 560 memset(&tmpb, 0, sizeof(tmpa)); in word_array_mod() 571 memset(tmpb.pdata, 0, (a_words << 2)); in word_array_mod() 573 tmpb.pdata); in word_array_mod() 574 uint32_t tmpb_words = get_first_nonzero_words(tmpb.pdata, a_words); in word_array_mod() 575 ret = _word_array_sub(tmpa.pdata, tmpa_words, tmpb.pdata, tmpb_words, tmpa.pdata); in word_array_mod()
|
Completed in 10 milliseconds