Searched refs:len_id (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/rockchip/ |
| H A D | crypto_v2_pka.h | 227 u32 rk_pka_make_full_opcode(u32 opcode, u32 len_id, 254 u32 rk_pka_exec_operation(u32 opcode, u8 len_id, 267 #define RK_PKA_Add(len_id, op_a, op_b, res, tag) \ argument 268 rk_pka_exec_operation(PKA_Add, (len_id), 0, (op_a),\ 272 #define RK_PKA_AddIm(len_id, op_a, op_b_im, res, tag) \ argument 273 rk_pka_exec_operation(PKA_Add, (len_id), 0, (op_a), \ 277 #define RK_PKA_Sub(len_id, op_a, op_b, res, tag) \ argument 278 rk_pka_exec_operation(PKA_Sub, (len_id), 0, (op_a), \ 282 #define RK_PKA_SubIm(len_id, op_a, op_b_im, res, tag) \ argument 283 rk_pka_exec_operation(PKA_Sub, (len_id), 0, (op_a), \ [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2_pka.c | 168 u32 rk_pka_make_full_opcode(u32 opcode, u32 len_id, in rk_pka_make_full_opcode() argument 178 ((u32)(len_id) & 7) << RK_PKA_OPCODE_LEN_POS | in rk_pka_make_full_opcode() 271 u32 rk_pka_exec_operation(u32 opcode, u8 len_id, in rk_pka_exec_operation() argument 285 full_opcode = rk_pka_make_full_opcode(opcode, len_id, in rk_pka_exec_operation() 415 u8 len_id) in rk_pka_clear_block_of_regs() argument 421 rk_pka_read_regsize(&size, len_id); in rk_pka_clear_block_of_regs() 434 RK_PKA_Clr(len_id, first_reg + i/*regNum*/, 0/*tag*/); 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() argument 509 rk_pka_read_regsize(®_size, 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() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v2_pka.c | 230 static u32 pka_make_full_opcode(u32 opcode, u32 len_id, in pka_make_full_opcode() argument 239 (len_id & 7) << CRYPTO_OPCODE_LEN_SHIFT | in pka_make_full_opcode() 278 static int pka_exec_op(enum pka_opcode opcode, u8 len_id, in pka_exec_op() argument 290 full_opcode = pka_make_full_opcode(opcode, len_id, in pka_exec_op()
|
| /OK3568_Linux_fs/kernel/fs/isofs/ |
| H A D | rock.h | 21 __u8 len_id; member
|
| H A D | rock.c | 374 if (rr->u.ER.len_id + offsetof(struct rock_ridge, u.ER.data) > rr->len) in parse_rock_ridge_inode_internal() 380 for (p = 0; p < rr->u.ER.len_id; p++) in parse_rock_ridge_inode_internal()
|