Searched refs:auth_keylen (Results 1 – 4 of 4) sorted by relevance
433 unsigned int auth_keylen = ctx->auth_keylen; in qce_setup_regs_aead() local470 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()
20 unsigned int auth_keylen; member
582 ctx->auth_keylen = keylen; in qce_aead_ccm_setkey()641 ctx->auth_keylen = authenc_keys.authkeylen; in qce_aead_setkey()
114 unsigned int auth_keylen) in qat_alg_do_precomputes() argument127 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()