Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/qce/
Dsha.h57 unsigned int authklen; member
Dcommon.c175 auth_cfg = qce_auth_cfg(rctx->flags, rctx->authklen, digestsize); in qce_setup_regs_ahash()
179 u32 authkey_words = rctx->authklen / sizeof(u32); in qce_setup_regs_ahash()
181 qce_cpu_to_be32p_array(mackey, rctx->authkey, rctx->authklen); in qce_setup_regs_ahash()
Dsha.c87 rctx->authklen = QCE_SHA_HMAC_KEY_SIZE; in qce_ahash_async_req_handle()
90 rctx->authklen = AES_KEYSIZE_128; in qce_ahash_async_req_handle()