setkey            165 arch/x86/crypto/crc32c-intel.c 			.setkey        =       crc32c_intel_setkey,
setkey            103 arch/x86/crypto/salsa20_glue.c 			.setkey         =   setkey,
setkey             44 crypto/ablkcipher.c 	ret = cipher->setkey(tfm, alignbuffer, keylen);
setkey             64 crypto/ablkcipher.c 	return cipher->setkey(tfm, key, keylen);
setkey             92 crypto/ablkcipher.c 	crt->setkey = setkey;
setkey            144 crypto/ablkcipher.c 	crt->setkey = tfm->__crt_alg->cra_flags & CRYPTO_ALG_GENIV ?
setkey            145 crypto/ablkcipher.c 		      alg->setkey : setkey;
setkey             42 crypto/aead.c  	ret = aead->setkey(tfm, alignbuffer, keylen);
setkey             56 crypto/aead.c  	return aead->setkey(tfm, key, keylen);
setkey             98 crypto/aead.c  	crt->setkey = tfm->__crt_alg->cra_flags & CRYPTO_ALG_GENIV ?
setkey             99 crypto/aead.c  		      alg->setkey : setkey;
setkey            153 crypto/aead.c  	crt->setkey = setkey;
setkey            290 crypto/aead.c  	inst->alg.cra_aead.setkey = alg->cra_aead.setkey;
setkey            131 crypto/ahash.c 	ret = ahash->setkey(tfm, alignbuffer, keylen);
setkey            146 crypto/ahash.c 	return ahash->setkey(tfm, key, keylen);
setkey            167 crypto/ahash.c 	crt->setkey = ahash_setkey;
setkey            441 crypto/authenc.c 	inst->alg.cra_aead.setkey = crypto_authenc_setkey;
setkey            375 crypto/blkcipher.c 	ret = cipher->setkey(tfm, alignbuffer, keylen);
setkey            394 crypto/blkcipher.c 	return cipher->setkey(tfm, key, keylen);
setkey            400 crypto/blkcipher.c 	return setkey(crypto_ablkcipher_tfm(tfm), key, keylen);
setkey            450 crypto/blkcipher.c 	crt->setkey = async_setkey;
setkey            470 crypto/blkcipher.c 	crt->setkey = setkey;
setkey            540 crypto/blkcipher.c 		int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
setkey            594 crypto/blkcipher.c 		balg.setkey = async_setkey;
setkey            604 crypto/blkcipher.c 		balg.setkey = alg->cra_ablkcipher.setkey;
setkey            654 crypto/blkcipher.c 	inst->alg.cra_ablkcipher.setkey = balg.setkey;
setkey            255 crypto/cbc.c   	inst->alg.cra_blkcipher.setkey = crypto_cbc_setkey;
setkey            552 crypto/ccm.c   	inst->alg.cra_aead.setkey = crypto_ccm_setkey;
setkey            819 crypto/ccm.c   	inst->alg.cra_aead.setkey = crypto_rfc4309_setkey;
setkey            111 crypto/cipher.c 	ops->cit_setkey = setkey;
setkey            195 crypto/crc32c.c 			 .setkey	=	crc32c_setkey,
setkey            262 crypto/cryptd.c 	inst->alg.cra_ablkcipher.setkey = cryptd_blkcipher_setkey;
setkey            497 crypto/cryptd.c 	inst->alg.cra_ahash.setkey = cryptd_hash_setkey;
setkey            136 crypto/crypto_null.c 	.setkey			= 	null_setkey,
setkey            218 crypto/ctr.c   	inst->alg.cra_blkcipher.setkey = crypto_ctr_setkey;
setkey            371 crypto/ctr.c   	inst->alg.cra_blkcipher.setkey = crypto_rfc3686_setkey;
setkey            317 crypto/cts.c   	inst->alg.cra_blkcipher.setkey = crypto_cts_setkey;
setkey            152 crypto/digest.c 	ops->setkey	= dalg->dia_setkey ? setkey : nosetkey;
setkey            235 crypto/digest.c 	crt->setkey     = dalg->dia_setkey ? digest_async_setkey :
setkey            151 crypto/ecb.c   	inst->alg.cra_blkcipher.setkey = crypto_ecb_setkey;
setkey            499 crypto/gcm.c   	inst->alg.cra_aead.setkey = crypto_gcm_setkey;
setkey            752 crypto/gcm.c   	inst->alg.cra_aead.setkey = crypto_rfc4106_setkey;
setkey             44 crypto/hash.c  	ret = alg->setkey(crt, alignbuffer, keylen);
setkey             60 crypto/hash.c  	return alg->setkey(crt, key, keylen);
setkey             70 crypto/hash.c  	return alg->setkey(tfm_hash, key, keylen);
setkey            130 crypto/hash.c  	crt->setkey     = hash_async_setkey;
setkey            145 crypto/hash.c  	crt->setkey     = hash_setkey;
setkey            270 crypto/hmac.c  	inst->alg.cra_hash.setkey = hmac_setkey;
setkey            272 crypto/lrw.c   	inst->alg.cra_blkcipher.setkey = setkey;
setkey            261 crypto/pcbc.c  	inst->alg.cra_blkcipher.setkey = crypto_pcbc_setkey;
setkey            230 crypto/salsa20_generic.c 			.setkey         =   setkey,
setkey            339 crypto/xcbc.c  	inst->alg.cra_hash.setkey = crypto_xcbc_digest_setkey;
setkey            255 crypto/xts.c   	inst->alg.cra_blkcipher.setkey = setkey;
setkey             95 include/crypto/hash.h 	return crt->setkey(tfm, key, keylen);
setkey            207 include/linux/crypto.h 	int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
setkey            226 include/linux/crypto.h 	int (*setkey)(struct crypto_ahash *tfm, const u8 *key,
setkey            233 include/linux/crypto.h 	int (*setkey)(struct crypto_aead *tfm, const u8 *key,
setkey            248 include/linux/crypto.h 	int (*setkey)(struct crypto_tfm *tfm, const u8 *key,
setkey            290 include/linux/crypto.h 	int (*setkey)(struct crypto_hash *tfm, const u8 *key,
setkey            376 include/linux/crypto.h 	int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
setkey            390 include/linux/crypto.h 	int (*setkey)(struct crypto_aead *tfm, const u8 *key,
setkey            406 include/linux/crypto.h 	int (*setkey)(struct crypto_tfm *tfm, const u8 *key,
setkey            428 include/linux/crypto.h 	int (*setkey)(struct crypto_hash *tfm, const u8 *key,
setkey            438 include/linux/crypto.h 	int (*setkey)(struct crypto_ahash *tfm, const u8 *key,
setkey            707 include/linux/crypto.h 	return crt->setkey(crt->base, key, keylen);
setkey            849 include/linux/crypto.h 	return crt->setkey(crt->base, key, keylen);
setkey           1024 include/linux/crypto.h 	return crypto_blkcipher_crt(tfm)->setkey(crypto_blkcipher_tfm(tfm),
setkey           1272 include/linux/crypto.h 	return crypto_hash_crt(hash)->setkey(hash, key, keylen);