Lines Matching defs:authkey
183 dev_dbg(dev, "Allocated authkey buffer in context ctx->authkey=@%p\n",
410 static int cc_get_plain_hmac_key(struct crypto_aead *tfm, const u8 *authkey,
443 key = kmemdup(authkey, keylen, GFP_KERNEL);
549 const u8 *enckey, *authkey;
564 authkey = keys.authkey;
583 authkey = NULL;
599 memcpy(ctx->auth_state.xcbc.xcbc_keys, authkey,
602 rc = cc_get_plain_hmac_key(tfm, authkey, ctx->auth_keylen);