Searched refs:r_t0 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v2_pka.c | 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 590 RK_PKA_CLR(r_t0); in pka_calc_and_init_np() 600 RK_PKA_SET_0(r_t0 /*op_a*/, r_t0 /*res*/); in pka_calc_and_init_np() 604 RK_PKA_SHL0(r_t0 /*op_a*/, num_bits - 1 /*s*/, r_t0 /*res*/); in pka_calc_and_init_np() 608 RK_PKA_SHL0(r_t0 /*op_a*/, 31 /*s*/, r_t0 /*res*/); in pka_calc_and_init_np() 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 551 RK_PKA_Clr(len_id + 1, r_t0/*op_a*/, 0/*tag*/); /* r2 = 0 */ in rk_pka_calcNp_and_initmodop() 558 RK_PKA_Set0(len_id + 1, r_t0/*op_a*/, r_t0/*res*/, 0/*tag*/); in rk_pka_calcNp_and_initmodop() 562 RK_PKA_SHL0(len_id + 1, r_t0/*op_a*/, num_bits - 1/*s*/, in rk_pka_calcNp_and_initmodop() 563 r_t0/*res*/, 0/*tag*/); in rk_pka_calcNp_and_initmodop() 567 RK_PKA_SHL0(len_id + 1, r_t0/*op_a*/, 31/*s*/, in rk_pka_calcNp_and_initmodop() 568 r_t0/*res*/, 0/*tag*/); in rk_pka_calcNp_and_initmodop() 574 r_t0, /*op_a*/ in rk_pka_calcNp_and_initmodop() 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); 541 s8 r_t0, s8 r_t1, s8 r_t2);
|