Searched refs:append_cmd (Results 1 – 5 of 5) sorted by relevance
/drivers/crypto/caam/ |
D | desc_constr.h | 117 static inline void append_cmd(u32 *desc, u32 command) in append_cmd() function 126 #define append_u32 append_cmd 155 append_cmd(desc, command | len); in append_cmd_ptr() 163 append_cmd(desc, command); in append_cmd_ptr_extlen() 166 append_cmd(desc, len); in append_cmd_ptr_extlen() 172 append_cmd(desc, command | IMMEDIATE | len); in append_cmd_data() 181 append_cmd(desc, CMD_##op | options); \ 206 append_cmd(desc, CMD_##op | options); \ 214 append_cmd(desc, CMD_##op | len | options); \ in APPEND_CMD() 241 append_cmd(desc, CMD_STORE | options | len); [all …]
|
D | pkc_desc.c | 16 append_cmd(desc, pdb->sgf); in init_rsa_pub_desc() 21 append_cmd(desc, pdb->f_len); in init_rsa_pub_desc() 29 append_cmd(desc, pdb->sgf); in init_rsa_priv_f1_desc()
|
D | caamalg.c | 356 append_cmd(desc, CMD_LOAD | DISABLE_AUTO_INFO_FIFO); in aead_null_set_sh_desc() 440 append_cmd(desc, CMD_LOAD | DISABLE_AUTO_INFO_FIFO); in aead_null_set_sh_desc() 443 append_cmd(desc, CMD_LOAD | ENABLE_AUTO_INFO_FIFO); in aead_null_set_sh_desc() 680 append_cmd(desc, CMD_LOAD | DISABLE_AUTO_INFO_FIFO); in aead_set_sh_desc() 685 append_cmd(desc, CMD_LOAD | ENABLE_AUTO_INFO_FIFO); in aead_set_sh_desc() 1212 append_cmd(desc, CMD_LOAD | DISABLE_AUTO_INFO_FIFO); in rfc4543_set_sh_desc() 1289 append_cmd(desc, CMD_LOAD | DISABLE_AUTO_INFO_FIFO); in rfc4543_set_sh_desc() 1292 append_cmd(desc, CMD_LOAD | ENABLE_AUTO_INFO_FIFO); in rfc4543_set_sh_desc() 1710 append_cmd(desc, CMD_LOAD | DISABLE_AUTO_INFO_FIFO); in ablkcipher_setkey() 1716 append_cmd(desc, CMD_LOAD | ENABLE_AUTO_INFO_FIFO); in ablkcipher_setkey() [all …]
|
D | caamrng.c | 200 append_cmd(desc, SET_OK_NO_PROP_ERRORS | CMD_LOAD); in rng_create_sh_desc()
|
D | caamhash.c | 253 append_cmd(desc, SET_OK_NO_PROP_ERRORS | CMD_LOAD); in init_sh_desc_key_ahash() 285 append_cmd(desc, CMD_SEQ_LOAD | LDST_SRCDST_BYTE_CONTEXT | in ahash_ctx_data_to_out() 329 append_cmd(desc, CMD_SEQ_LOAD | LDST_SRCDST_BYTE_CONTEXT | in ahash_set_sh_desc()
|