Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/qce/
Dcommon.c178 u32 authkey_words = rctx->authklen / sizeof(u32); in qce_setup_regs_ahash() local
182 authkey_words); in qce_setup_regs_ahash()
436 unsigned int authkey_words, authiv_words, authnonce_words; in qce_setup_regs_aead() local
469 authkey_words = qce_be32_to_cpu_array(authkey, ctx->auth_key, auth_keylen); in qce_setup_regs_aead()
470 qce_write_array(qce, REG_AUTH_KEY0, (u32 *)authkey, authkey_words); in qce_setup_regs_aead()