Searched refs:qce_write_array (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/crypto/qce/ | 
| D | common.c | 30 static inline void qce_write_array(struct qce_device *qce, u32 offset,  in qce_write_array()  function 181 		qce_write_array(qce, REG_AUTH_KEY0, (u32 *)mackey,  in qce_setup_regs_ahash() 194 	qce_write_array(qce, REG_AUTH_IV0, (u32 *)auth, iv_words);  in qce_setup_regs_ahash() 199 		qce_write_array(qce, REG_AUTH_BYTECNT0,  in qce_setup_regs_ahash() 305 	qce_write_array(qce, REG_ENCR_XTS_KEY0, xtskey, xtsklen);  in qce_xtskey() 357 	qce_write_array(qce, REG_ENCR_KEY0, (u32 *)enckey, enckey_words);  in qce_setup_regs_skcipher() 365 		qce_write_array(qce, REG_CNTR0_IV0, (u32 *)enciv, enciv_words);  in qce_setup_regs_skcipher() 445 	qce_write_array(qce, REG_ENCR_KEY0, enckey, enckey_words);  in qce_setup_regs_aead() 449 	qce_write_array(qce, REG_CNTR0_IV0, enciv, enciv_words);  in qce_setup_regs_aead() 454 		qce_write_array(qce, REG_ENCR_CCM_INT_CNTR0, (u32 *)enciv, enciv_words);  in qce_setup_regs_aead() [all …] 
 |