Home
last modified time | relevance | path

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

/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/
A Drsa.c62 static uint32_t g_acc[RSA_KEY_WORD] = {0}; variable
626 if (g_acc[0] != 0x0) { in rsa_exptmod()
627 memcpy(tmp_c, g_acc, sizeof(g_acc)); in rsa_exptmod()
754 if (g_acc[0] != 0x0) { in rsa_exptmod_asy()
755 memcpy(tmp_c, g_acc, sizeof(g_acc)); in rsa_exptmod_asy()
815 if (g_acc[0] != 0x0) { in rsa_exptmod_asy1()
816 memcpy(tmp_c, g_acc, sizeof(g_acc)); in rsa_exptmod_asy1()
/bsp/ck802/libraries/common/rsa/
A Dck_rsa.c51 static uint32_t g_acc[RSA_KEY_WORD]; variable
68 static uint32_t g_acc[RSA_KEY_WORD]; variable
225 rsa_loadc(g_acc, RSA_KEY_WORD); in rsa_exptmod_1024()
271 memcpy(tmp_c, g_acc, RSA_KEY_BYTE); in rsa_exptmod_1024()
971 sw_exptmod_2_2m(tmp_n, RSA_KEY_WORD, g_acc); in rsa_sw_exptmod_2_2m()

Completed in 13 milliseconds