Searched refs:r_t2 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v2_pka.c | 517 static int pka_div_bignum(u8 op_a, u32 s, u8 op_b, u8 res, u8 r_t1, u8 r_t2) in pka_div_bignum() argument 550 RK_PKA_DIV(r_t1 /*op_a*/, op_b /*B*/, r_t2 /*res*/); in pka_div_bignum() 556 RK_PKA_ADD(res /*op_a*/, r_t2 /*op_b*/, res /*res*/); in pka_div_bignum() 564 static u32 pka_calc_and_init_np(struct rk_bignum *bn, u8 r_t0, u8 r_t1, u8 r_t2) in pka_calc_and_init_np() argument 613 ret = pka_div_bignum(r_t0, s, PKA_N, PKA_NP, r_t1, r_t2); in pka_calc_and_init_np() 643 u8 r_t0 = 2, r_t1 = 3, r_t2 = 4; in rk_pka_expt_mod() local 657 ret = pka_calc_and_init_np(n, r_t0, r_t1, r_t2); in rk_pka_expt_mod()
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2_pka.c | 533 s8 r_t0, s8 r_t1, s8 r_t2) in rk_pka_calcNp_and_initmodop() argument 579 r_t2 /*temp reg*/); in rk_pka_calcNp_and_initmodop() 632 s8 op_b, s8 res, s8 r_t1, s8 r_t2) in rk_pka_div_long_num() argument 672 RK_PKA_Div(len_id + 1, r_t1/*op_a*/, op_b/*B*/, r_t2/*res*/, in rk_pka_div_long_num() 680 RK_PKA_Add(len_id + 1, res/*op_a*/, r_t2/*op_b*/, res/*res*/, in rk_pka_div_long_num() 733 s8 r_t0, s8 r_t1, s8 r_t2) in rk_calcNp_and_initmodop() argument 757 r_t0, r_t1, r_t2); in rk_calcNp_and_initmodop()
|
| /OK3568_Linux_fs/u-boot/include/rockchip/ |
| H A D | crypto_v2_pka.h | 534 s8 r_t0, s8 r_t1, s8 r_t2); 537 s8 res, s8 r_t1, s8 r_t2); 541 s8 r_t0, s8 r_t1, s8 r_t2);
|