Searched refs:qce_write_array (Results 1 – 1 of 1) sorted by relevance
/drivers/crypto/qce/ |
D | common.c | 28 static inline void qce_write_array(struct qce_device *qce, u32 offset, in qce_write_array() function 178 qce_write_array(qce, REG_AUTH_KEY0, (u32 *)mackey, in qce_setup_regs_ahash() 191 qce_write_array(qce, REG_AUTH_IV0, (u32 *)auth, iv_words); in qce_setup_regs_ahash() 196 qce_write_array(qce, REG_AUTH_BYTECNT0, in qce_setup_regs_ahash() 301 qce_write_array(qce, REG_ENCR_XTS_KEY0, xtskey, xtsklen); in qce_xtskey() 353 qce_write_array(qce, REG_ENCR_KEY0, (u32 *)enckey, enckey_words); in qce_setup_regs_skcipher() 361 qce_write_array(qce, REG_CNTR0_IV0, (u32 *)enciv, enciv_words); in qce_setup_regs_skcipher()
|