Home
last modified time | relevance | path

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

/linux/drivers/crypto/qce/
H A Dcommon.c179 u32 authkey_words = rctx->authklen / sizeof(u32); in qce_setup_regs_ahash() local
183 authkey_words); in qce_setup_regs_ahash()
437 unsigned int authkey_words, authiv_words, authnonce_words; in qce_setup_regs_aead() local
470 authkey_words = qce_be32_to_cpu_array(authkey, ctx->auth_key, auth_keylen); in qce_setup_regs_aead()
471 qce_write_array(qce, REG_AUTH_KEY0, (u32 *)authkey, authkey_words); in qce_setup_regs_aead()