Home
last modified time | relevance | path

Searched refs:auth_keylen (Results 1 – 4 of 4) 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()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c114 unsigned int auth_keylen) in qat_alg_do_precomputes() argument
127 if (auth_keylen > block_size) { in qat_alg_do_precomputes()
129 auth_keylen, ctx->ipad); in qat_alg_do_precomputes()
135 memcpy(ctx->ipad, auth_key, auth_keylen); in qat_alg_do_precomputes()
136 memcpy(ctx->opad, auth_key, auth_keylen); in qat_alg_do_precomputes()