Home
last modified time | relevance | path

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

/bsp/ck802/libraries/common/rsa/
A Dck_rsa.c124 static inline uint32_t rsa_raise_exception(void) in rsa_raise_exception() function
230 while (!rsa_cal_q_done() && (!rsa_raise_exception())); in rsa_exptmod_1024()
232 if (!rsa_raise_exception()) { in rsa_exptmod_1024()
235 while ((!rsa_opr_done()) && (rsa_loop_cnt() < MAX_RSA_LP_CNT) && (!rsa_raise_exception())); in rsa_exptmod_1024()
238 || rsa_raise_exception()) { in rsa_exptmod_1024()
291 while (!rsa_cal_q_done() && (!rsa_raise_exception())); in rsa_exptmod_1024()
293 if (!rsa_raise_exception()) { in rsa_exptmod_1024()
296 while ((!rsa_opr_done()) && (rsa_loop_cnt() < MAX_RSA_LP_CNT) && (!rsa_raise_exception())); in rsa_exptmod_1024()
299 || rsa_raise_exception()) { in rsa_exptmod_1024()

Completed in 6 milliseconds