crypto_hash_setkey   69 crypto/authenc.c 	err = crypto_hash_setkey(auth, key, authkeylen);
crypto_hash_setkey  315 crypto/cryptd.c 	err = crypto_hash_setkey(child, key, keylen);
crypto_hash_setkey  542 net/ieee80211/ieee80211_crypt_tkip.c 	if (crypto_hash_setkey(tfm_michael, key, 8))
crypto_hash_setkey  241 net/ipv4/ah4.c 	if (crypto_hash_setkey(tfm, x->aalg->alg_key,
crypto_hash_setkey  449 net/ipv6/ah6.c 	if (crypto_hash_setkey(tfm, x->aalg->alg_key,
crypto_hash_setkey  741 net/sctp/auth.c 	if (crypto_hash_setkey(desc.tfm, &asoc_key->data[0], asoc_key->len))
crypto_hash_setkey 1546 net/sctp/sm_make_chunk.c 		if (crypto_hash_setkey(desc.tfm, key, keylen) ||
crypto_hash_setkey 1616 net/sctp/sm_make_chunk.c 	if (crypto_hash_setkey(desc.tfm, key, keylen) ||
crypto_hash_setkey 1626 net/sctp/sm_make_chunk.c 		if (crypto_hash_setkey(desc.tfm, key, keylen) ||
crypto_hash_setkey  168 net/sunrpc/auth_gss/gss_spkm3_seal.c 	err = crypto_hash_setkey(desc.tfm, key->data, key->len);