Home
last modified time | relevance | path

Searched refs:authnonce_words (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/qce/
H A Dcommon.c437 unsigned int authkey_words, authiv_words, authnonce_words; in qce_setup_regs_aead() local
487 authnonce_words = qce_be32_to_cpu_array(authnonce, rctx->ccm_nonce, QCE_MAX_NONCE); in qce_setup_regs_aead()
488 qce_write_array(qce, REG_AUTH_INFO_NONCE0, authnonce, authnonce_words); in qce_setup_regs_aead()