Home
last modified time | relevance | path

Searched defs:op_b (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/rockchip/
H A Dcrypto_v2_pka.h267 #define RK_PKA_Add(len_id, op_a, op_b, res, tag) \ argument
277 #define RK_PKA_Sub(len_id, op_a, op_b, res, tag) \ argument
287 #define RK_PKA_Neg(len_id, op_b, res, tag) \ argument
292 #define RK_PKA_ModAdd(len_id, op_a, op_b, res, tag) \ argument
302 #define RK_PKA_ModSub(len_id, op_a, op_b, res, tag) \ argument
312 #define RK_PKA_ModNeg(len_id, op_b, res, tag) \ argument
321 #define RK_PKA_AND(len_id, op_a, op_b, res, tag) \ argument
326 #define RK_PKA_AndIm(len_id, op_a, op_b, res, tag) \ argument
354 #define RK_PKA_OR(len_id, op_a, op_b, res, tag) \ argument
359 #define RK_PKA_OrIm(len_id, op_a, op_b, res, tag) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v2_pka.c107 #define RK_PKA_ADD(op_a, op_b, res) pka_exec_op(PKA_OPCODE_ADD, PKA_CALC_LEN_ID, \ argument
143 #define RK_PKA_MOD_EXP(op_a, op_b, res) \ argument
148 #define RK_PKA_DIV(op_a, op_b, res) pka_exec_op(PKA_OPCODE_DIV, PKA_CALC_LEN_ID, \ argument
232 u32 is_b_immed, u32 op_b, in pka_make_full_opcode()
279 u8 is_a_immed, u8 op_a, u8 is_b_immed, u8 op_b, in pka_exec_op()
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()
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2_pka.c170 u32 is_b_immed, u32 op_b, in rk_pka_make_full_opcode()
273 u8 is_b_immed, s8 op_b, in rk_pka_exec_operation()
632 s8 op_b, s8 res, s8 r_t1, s8 r_t2) in rk_pka_div_long_num()