Searched refs:len_id (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/rockchip/ |
| H A D | crypto_v2_pka.h | 221 u32 rk_pka_make_full_opcode(u32 opcode, u32 len_id, 248 u32 rk_pka_exec_operation(u32 opcode, u8 len_id, 261 #define RK_PKA_Add(len_id, op_a, op_b, res, tag) \ argument 262 rk_pka_exec_operation(PKA_Add, (len_id), 0, (op_a),\ 266 #define RK_PKA_AddIm(len_id, op_a, op_b_im, res, tag) \ argument 267 rk_pka_exec_operation(PKA_Add, (len_id), 0, (op_a), \ 271 #define RK_PKA_Sub(len_id, op_a, op_b, res, tag) \ argument 272 rk_pka_exec_operation(PKA_Sub, (len_id), 0, (op_a), \ 276 #define RK_PKA_SubIm(len_id, op_a, op_b_im, res, tag) \ argument 277 rk_pka_exec_operation(PKA_Sub, (len_id), 0, (op_a), \ [all …]
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_v2_pka.c | 166 u32 rk_pka_make_full_opcode(u32 opcode, u32 len_id, in rk_pka_make_full_opcode() argument 176 ((u32)(len_id) & 7) << RK_PKA_OPCODE_LEN_POS | in rk_pka_make_full_opcode() 269 u32 rk_pka_exec_operation(u32 opcode, u8 len_id, in rk_pka_exec_operation() argument 283 full_opcode = rk_pka_make_full_opcode(opcode, len_id, in rk_pka_exec_operation() 413 u8 len_id) in rk_pka_clear_block_of_regs() argument 419 rk_pka_read_regsize(&size, len_id); in rk_pka_clear_block_of_regs() 432 RK_PKA_Clr(len_id, first_reg + i/*regNum*/, 0/*tag*/); in rk_pka_clear_block_of_regs() 498 void rk_pka_copy_data_into_reg(s8 dst_reg, u8 len_id, in rk_pka_copy_data_into_reg() argument 508 rk_pka_read_regsize(®_size, len_id); in rk_pka_copy_data_into_reg() 531 u32 rk_pka_calcNp_and_initmodop(u32 len_id, u32 mod_size_bits, in rk_pka_calcNp_and_initmodop() argument [all …]
|