crypto_aead_setkey   67 crypto/aead.c  EXPORT_SYMBOL_GPL(crypto_aead_setkey);
crypto_aead_setkey  220 crypto/aead.c  	return crypto_aead_setkey(ctx->child, key, keylen);
crypto_aead_setkey  522 crypto/algif_aead.c 	return crypto_aead_setkey(tfm->aead, key, keylen);
crypto_aead_setkey  618 crypto/ccm.c   	err = crypto_aead_setkey(child, key, keylen);
crypto_aead_setkey  740 crypto/cryptd.c 	return crypto_aead_setkey(child, key, keylen);
crypto_aead_setkey  114 crypto/essiv.c 	err = crypto_aead_setkey(tctx->u.aead, key, keylen);
crypto_aead_setkey  741 crypto/gcm.c   	err = crypto_aead_setkey(child, key, keylen);
crypto_aead_setkey  970 crypto/gcm.c   	err = crypto_aead_setkey(child, key, keylen);
crypto_aead_setkey   48 crypto/pcrypt.c 	return crypto_aead_setkey(ctx->child, key, keylen);
crypto_aead_setkey  303 crypto/simd.c  	err = crypto_aead_setkey(child, key, key_len);
crypto_aead_setkey  362 crypto/tcrypt.c 			ret = crypto_aead_setkey(tfm, key, *keysize);
crypto_aead_setkey  609 crypto/tcrypt.c 			ret = crypto_aead_setkey(tfm, key, *keysize);
crypto_aead_setkey 1864 crypto/testmgr.c 	err = crypto_aead_setkey(tfm, vec->key, vec->klen);
crypto_aead_setkey 2075 crypto/testmgr.c 	vec->setkey_error = crypto_aead_setkey(tfm, vec->key, vec->klen);
crypto_aead_setkey  387 drivers/crypto/amcc/crypto4xx_alg.c 	rc = crypto_aead_setkey(ctx->sw_cipher.aead, key, keylen);
crypto_aead_setkey 2896 drivers/crypto/bcm/cipher.c 		ret = crypto_aead_setkey(ctx->fallback_cipher, key, keylen);
crypto_aead_setkey 2968 drivers/crypto/bcm/cipher.c 		ret = crypto_aead_setkey(ctx->fallback_cipher, key,
crypto_aead_setkey 3307 drivers/crypto/chelsio/chcr_algo.c 	error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen);
crypto_aead_setkey 3330 drivers/crypto/chelsio/chcr_algo.c 	error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen);
crypto_aead_setkey 3354 drivers/crypto/chelsio/chcr_algo.c 	ret = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen);
crypto_aead_setkey 3423 drivers/crypto/chelsio/chcr_algo.c 	err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen);
crypto_aead_setkey 3553 drivers/crypto/chelsio/chcr_algo.c 	err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen);
crypto_aead_setkey  467 drivers/crypto/picoxcell_crypto.c 	err = crypto_aead_setkey(ctx->sw_cipher, key, keylen);
crypto_aead_setkey 1878 drivers/md/dm-crypt.c 			r = crypto_aead_setkey(cc->cipher_tfm.tfms_aead[i],
crypto_aead_setkey 1881 drivers/md/dm-crypt.c 			r = crypto_aead_setkey(cc->cipher_tfm.tfms_aead[i],
crypto_aead_setkey 1318 drivers/net/macsec.c 	ret = crypto_aead_setkey(tfm, key, key_len);
crypto_aead_setkey  339 drivers/staging/rtl8192e/rtllib_crypt_ccmp.c 			crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN))
crypto_aead_setkey  347 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_ccmp.c 		    crypto_aead_setkey(tfm, data->key, CCMP_TK_LEN))
crypto_aead_setkey 3692 fs/cifs/smb2ops.c 	rc = crypto_aead_setkey(tfm, key, SMB3_SIGN_KEY_SIZE);
crypto_aead_setkey  281 include/crypto/aead.h int crypto_aead_setkey(struct crypto_aead *tfm,
crypto_aead_setkey  848 net/ipv4/esp4.c 	err = crypto_aead_setkey(aead, x->aead->alg_key,
crypto_aead_setkey  945 net/ipv4/esp4.c 	err = crypto_aead_setkey(aead, key, keylen);
crypto_aead_setkey  743 net/ipv6/esp6.c 	err = crypto_aead_setkey(aead, x->aead->alg_key,
crypto_aead_setkey  840 net/ipv6/esp6.c 	err = crypto_aead_setkey(aead, key, keylen);
crypto_aead_setkey   95 net/mac80211/aead_api.c 	err = crypto_aead_setkey(tfm, key, key_len);
crypto_aead_setkey   66 net/mac80211/aes_gmac.c 	err = crypto_aead_setkey(tfm, key, key_len);
crypto_aead_setkey  134 net/mac802154/llsec.c 		if (crypto_aead_setkey(key->tfm[i], template->key,
crypto_aead_setkey  457 net/tls/tls_device_fallback.c 	rc = crypto_aead_setkey(offload_ctx->aead_send, key,
crypto_aead_setkey 2433 net/tls/tls_sw.c 	rc = crypto_aead_setkey(*aead, key, keysize);
crypto_aead_setkey  369 net/wireless/lib80211_crypt_ccmp.c 		    crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN))
crypto_aead_setkey  122 security/keys/big_key.c 	if (crypto_aead_setkey(big_key_aead, key, ENC_KEY_SIZE)) {