crypto_shash_setkey
err = crypto_shash_setkey(shash, key, keylen);
return crypto_shash_setkey(child, key, keylen);
return crypto_shash_setkey(kmd, key, keylen);
ret = crypto_shash_setkey(ci, Kc->data, Kc->len);
ret = crypto_shash_setkey(shash, Kp.data, Kp.len);
ret = crypto_shash_setkey(shash, key->data, key->len);
ret = crypto_shash_setkey(shash, key->data, key->len);
EXPORT_SYMBOL_GPL(crypto_shash_setkey);
err = do_setkey(crypto_shash_setkey, tfm, vec->key, vec->ksize,
rv = crypto_shash_setkey(connection->cram_hmac_tfm, (u8 *)secret, key_len);
ret = crypto_shash_setkey(hash, ctx->authkey,
rc = crypto_shash_setkey(hash, key, key_len);
err = crypto_shash_setkey(tctx->fallback, key, keylen);
ret = crypto_shash_setkey(ctx->xtfm, ctx->key, ctx->keylen);
crypto_shash_setkey(ctx->fallback_tfm, key, keylen);
r = crypto_shash_setkey(*shash, a->key, a->key_size);
err = crypto_shash_setkey(c->hmac_tfm, ukp->data, ukp->datalen);
int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key,
rc = crypto_shash_setkey(tmp_tfm, evmkey, evmkey_len);