Home
last modified time | relevance | path

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

/linux/drivers/crypto/qce/
H A Dcommon.c433 unsigned int auth_keylen = ctx->auth_keylen; 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()
498 auth_cfg = qce_auth_cfg(rctx->flags, auth_keylen, ctx->authsize); in qce_setup_regs_aead()
H A Daead.h20 unsigned int auth_keylen; member
H A Daead.c582 ctx->auth_keylen = keylen; in qce_aead_ccm_setkey()
641 ctx->auth_keylen = authenc_keys.authkeylen; in qce_aead_setkey()