Lines Matching refs:qce_write_array
31 static inline void qce_write_array(struct qce_device *qce, u32 offset, in qce_write_array() function
182 qce_write_array(qce, REG_AUTH_KEY0, (u32 *)mackey, in qce_setup_regs_ahash()
195 qce_write_array(qce, REG_AUTH_IV0, (u32 *)auth, iv_words); in qce_setup_regs_ahash()
200 qce_write_array(qce, REG_AUTH_BYTECNT0, in qce_setup_regs_ahash()
306 qce_write_array(qce, REG_ENCR_XTS_KEY0, xtskey, xtsklen); in qce_xtskey()
358 qce_write_array(qce, REG_ENCR_KEY0, (u32 *)enckey, enckey_words); in qce_setup_regs_skcipher()
366 qce_write_array(qce, REG_CNTR0_IV0, (u32 *)enciv, enciv_words); in qce_setup_regs_skcipher()
446 qce_write_array(qce, REG_ENCR_KEY0, enckey, enckey_words); in qce_setup_regs_aead()
450 qce_write_array(qce, REG_CNTR0_IV0, enciv, enciv_words); in qce_setup_regs_aead()
455 qce_write_array(qce, REG_ENCR_CCM_INT_CNTR0, (u32 *)enciv, enciv_words); in qce_setup_regs_aead()
471 qce_write_array(qce, REG_AUTH_KEY0, (u32 *)authkey, authkey_words); in qce_setup_regs_aead()
484 qce_write_array(qce, REG_AUTH_IV0, (u32 *)authiv, authiv_words); in qce_setup_regs_aead()
488 qce_write_array(qce, REG_AUTH_INFO_NONCE0, authnonce, authnonce_words); in qce_setup_regs_aead()