crypto_shash_setkey  183 crypto/adiantum.c 	err = crypto_shash_setkey(tctx->hash, keyp, NHPOLY1305_KEY_SIZE);
crypto_shash_setkey  499 crypto/cryptd.c 	err = crypto_shash_setkey(child, key, keylen);
crypto_shash_setkey 1701 crypto/drbg.c  	crypto_shash_setkey(sdesc->shash.tfm, key, drbg_statelen(drbg));
crypto_shash_setkey   78 crypto/shash.c EXPORT_SYMBOL_GPL(crypto_shash_setkey);
crypto_shash_setkey  227 crypto/shash.c 	return crypto_shash_setkey(*ctx, key, keylen);
crypto_shash_setkey 1106 crypto/testmgr.c 		err = crypto_shash_setkey(tfm, vec->key, vec->ksize);
crypto_shash_setkey 1528 crypto/testmgr.c 		vec->setkey_error = crypto_shash_setkey(desc->tfm, vec->key,
crypto_shash_setkey 5442 drivers/block/drbd/drbd_receiver.c 	rv = crypto_shash_setkey(connection->cram_hmac_tfm, (u8 *)secret, key_len);
crypto_shash_setkey 2114 drivers/crypto/bcm/cipher.c 			ret = crypto_shash_setkey(hash, ctx->authkey,
crypto_shash_setkey  236 drivers/crypto/bcm/util.c 		rc = crypto_shash_setkey(hash, key, key_len);
crypto_shash_setkey 1320 drivers/crypto/omap-sham.c 	err = crypto_shash_setkey(tctx->fallback, key, keylen);
crypto_shash_setkey 3293 drivers/md/dm-integrity.c 			r = crypto_shash_setkey(*hash, a->key, a->key_size);
crypto_shash_setkey   69 drivers/net/wireless/intersil/orinoco/mic.c 	err = crypto_shash_setkey(tfm_michael, key, MIC_KEYLEN);
crypto_shash_setkey  211 drivers/staging/ks7010/ks_hostif.c 	ret = crypto_shash_setkey(tfm, key, MICHAEL_MIC_KEY_LEN);
crypto_shash_setkey  507 drivers/staging/rtl8192e/rtllib_crypt_tkip.c 	if (crypto_shash_setkey(tfm_michael, key, 8))
crypto_shash_setkey  503 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c 	if (crypto_shash_setkey(tfm_michael, key, 8))
crypto_shash_setkey  261 drivers/staging/wusbcore/crypto.c 	result = crypto_shash_setkey(tfm_cbcmac, key, AES_BLOCK_SIZE);
crypto_shash_setkey  669 drivers/thunderbolt/domain.c 	ret = crypto_shash_setkey(tfm, sw->key, TB_SWITCH_KEY_SIZE);
crypto_shash_setkey  514 fs/cifs/cifsencrypt.c 	rc = crypto_shash_setkey(ses->server->secmech.hmacmd5, nt_hash,
crypto_shash_setkey  617 fs/cifs/cifsencrypt.c 	rc = crypto_shash_setkey(ses->server->secmech.hmacmd5,
crypto_shash_setkey  738 fs/cifs/cifsencrypt.c 	rc = crypto_shash_setkey(ses->server->secmech.hmacmd5,
crypto_shash_setkey  192 fs/cifs/smb2transport.c 	rc = crypto_shash_setkey(server->secmech.hmacsha256,
crypto_shash_setkey  253 fs/cifs/smb2transport.c 	rc = crypto_shash_setkey(server->secmech.hmacsha256,
crypto_shash_setkey  447 fs/cifs/smb2transport.c 	rc = crypto_shash_setkey(server->secmech.cmacaes,
crypto_shash_setkey   50 fs/crypto/hkdf.c 	err = crypto_shash_setkey(hmac_tfm, default_salt, HKDF_HASHLEN);
crypto_shash_setkey   90 fs/crypto/hkdf.c 	err = crypto_shash_setkey(hmac_tfm, prk, sizeof(prk));
crypto_shash_setkey  348 fs/ubifs/auth.c 	err = crypto_shash_setkey(c->hmac_tfm, ukp->data, ukp->datalen);
crypto_shash_setkey  824 include/crypto/hash.h int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key,
crypto_shash_setkey  143 net/bluetooth/amp.c 	ret = crypto_shash_setkey(tfm, key, ksize);
crypto_shash_setkey  193 net/bluetooth/smp.c 	err = crypto_shash_setkey(tfm, tmp, 16);
crypto_shash_setkey  141 net/ipv6/seg6_hmac.c 	ret = crypto_shash_setkey(tfm, hinfo->secret, hinfo->slen);
crypto_shash_setkey   60 net/mac80211/aes_cmac.c 		crypto_shash_setkey(tfm, key, key_len);
crypto_shash_setkey   91 net/mac80211/fils_aead.c 	res = crypto_shash_setkey(tfm, key, key_len);
crypto_shash_setkey  206 net/mac80211/fils_aead.c 	res = crypto_shash_setkey(tfm, key, key_len);
crypto_shash_setkey  741 net/sctp/auth.c 	if (crypto_shash_setkey(tfm, &asoc_key->data[0], asoc_key->len))
crypto_shash_setkey 1679 net/sctp/sm_make_chunk.c 		err = crypto_shash_setkey(desc->tfm, ep->secret_key,
crypto_shash_setkey 1749 net/sctp/sm_make_chunk.c 		err = crypto_shash_setkey(desc->tfm, ep->secret_key,
crypto_shash_setkey  982 net/sunrpc/auth_gss/gss_krb5_crypto.c 	err = crypto_shash_setkey(hmac, kctx->Ksess, kctx->gk5e->keylength);
crypto_shash_setkey  991 net/sunrpc/auth_gss/gss_krb5_crypto.c 	err = crypto_shash_setkey(hmac, Kseq, kctx->gk5e->keylength);
crypto_shash_setkey 1052 net/sunrpc/auth_gss/gss_krb5_crypto.c 	err = crypto_shash_setkey(hmac, Kcrypt, kctx->gk5e->keylength);
crypto_shash_setkey 1061 net/sunrpc/auth_gss/gss_krb5_crypto.c 	err = crypto_shash_setkey(hmac, Kcrypt, kctx->gk5e->keylength);
crypto_shash_setkey  427 net/sunrpc/auth_gss/gss_krb5_mech.c 	err = crypto_shash_setkey(hmac, ctx->Ksess, ctx->gk5e->keylength);
crypto_shash_setkey  487 net/wireless/lib80211_crypt_tkip.c 	if (crypto_shash_setkey(tfm_michael, key, 8))
crypto_shash_setkey  110 security/integrity/evm/evm_crypto.c 		rc = crypto_shash_setkey(tmp_tfm, evmkey, evmkey_len);
crypto_shash_setkey  352 security/keys/encrypted-keys/encrypted.c 	err = crypto_shash_setkey(tfm, key, keylen);
crypto_shash_setkey   90 security/keys/trusted.c 	ret = crypto_shash_setkey(hmacalg, key, keylen);