Searched refs:cc3xx_lowlevel_pka_mod_sub (Results 1 – 3 of 3) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/ |
| D | cc3xx_ec_weierstrass.c | 109 cc3xx_lowlevel_pka_mod_sub(res->x, tmp, res->x); in double_point() 125 cc3xx_lowlevel_pka_mod_sub(tmp_s, res->x, tmp); in double_point() 127 cc3xx_lowlevel_pka_mod_sub(tmp, res->y, res->y); in double_point() 198 cc3xx_lowlevel_pka_mod_sub(tmp_u2, tmp_u1, tmp_h); in add_points() 206 cc3xx_lowlevel_pka_mod_sub(tmp_s2, tmp_s1, tmp_r); in add_points() 214 cc3xx_lowlevel_pka_mod_sub(res->x, res->y, res->x); in add_points() 217 cc3xx_lowlevel_pka_mod_sub(res->x, res->y, res->x); in add_points() 222 cc3xx_lowlevel_pka_mod_sub(res->y, res->x, res->y); in add_points() 228 cc3xx_lowlevel_pka_mod_sub(res->y, tmp_s1, res->y); in add_points()
|
| D | cc3xx_pka.h | 350 void cc3xx_lowlevel_pka_mod_sub(cc3xx_pka_reg_id_t r0, cc3xx_pka_reg_id_t r1, cc3xx_pka_reg_id_t re…
|
| D | cc3xx_pka.c | 820 void cc3xx_lowlevel_pka_mod_sub(cc3xx_pka_reg_id_t r0, cc3xx_pka_reg_id_t r1, cc3xx_pka_reg_id_t re… in cc3xx_lowlevel_pka_mod_sub() function
|