Home
last modified time | relevance | path

Searched defs:len_id (Results 1 – 4 of 4) 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
272 #define RK_PKA_AddIm(len_id, op_a, op_b_im, res, tag) \ argument
277 #define RK_PKA_Sub(len_id, op_a, op_b, res, tag) \ argument
282 #define RK_PKA_SubIm(len_id, op_a, op_b_im, 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
297 #define RK_PKA_ModAddIm(len_id, op_a, op_b_im, res, tag) \ argument
302 #define RK_PKA_ModSub(len_id, op_a, op_b, res, tag) \ argument
307 #define RK_PKA_ModSubIm(len_id, op_a, op_b_im, res, tag) \ argument
312 #define RK_PKA_ModNeg(len_id, op_b, res, tag) \ argument
[all …]
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2_pka.c168 u32 rk_pka_make_full_opcode(u32 opcode, u32 len_id, in rk_pka_make_full_opcode()
271 u32 rk_pka_exec_operation(u32 opcode, u8 len_id, in rk_pka_exec_operation()
415 u8 len_id) in rk_pka_clear_block_of_regs()
499 void rk_pka_copy_data_into_reg(s8 dst_reg, u8 len_id, in rk_pka_copy_data_into_reg()
532 u32 rk_pka_calcNp_and_initmodop(u32 len_id, u32 mod_size_bits, in rk_pka_calcNp_and_initmodop()
631 u32 rk_pka_div_long_num(u8 len_id, s8 op_a, u32 s, in rk_pka_div_long_num()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v2_pka.c230 static u32 pka_make_full_opcode(u32 opcode, u32 len_id, in pka_make_full_opcode()
278 static int pka_exec_op(enum pka_opcode opcode, u8 len_id, in pka_exec_op()
/OK3568_Linux_fs/kernel/fs/isofs/
H A Drock.h21 __u8 len_id; member