cra_type          419 arch/powerpc/crypto/aes-spe-glue.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          439 arch/powerpc/crypto/aes-spe-glue.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          459 arch/powerpc/crypto/aes-spe-glue.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          479 arch/powerpc/crypto/aes-spe-glue.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          337 arch/s390/crypto/aes_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          434 arch/s390/crypto/aes_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          647 arch/s390/crypto/aes_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          777 arch/s390/crypto/aes_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          152 arch/s390/crypto/des_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          192 arch/s390/crypto/des_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          297 arch/s390/crypto/des_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          338 arch/s390/crypto/des_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          431 arch/s390/crypto/des_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          473 arch/s390/crypto/des_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          211 arch/s390/crypto/paes_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          337 arch/s390/crypto/paes_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          506 arch/s390/crypto/paes_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          675 arch/s390/crypto/paes_s390.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          411 arch/sparc/crypto/aes_glue.c 	.cra_type		= &crypto_blkcipher_type,
cra_type          430 arch/sparc/crypto/aes_glue.c 	.cra_type		= &crypto_blkcipher_type,
cra_type          450 arch/sparc/crypto/aes_glue.c 	.cra_type		= &crypto_blkcipher_type,
cra_type          253 arch/sparc/crypto/camellia_glue.c 	.cra_type		= &crypto_blkcipher_type,
cra_type          272 arch/sparc/crypto/camellia_glue.c 	.cra_type		= &crypto_blkcipher_type,
cra_type          400 arch/sparc/crypto/des_glue.c 	.cra_type		= &crypto_blkcipher_type,
cra_type          419 arch/sparc/crypto/des_glue.c 	.cra_type		= &crypto_blkcipher_type,
cra_type          457 arch/sparc/crypto/des_glue.c 	.cra_type		= &crypto_blkcipher_type,
cra_type          476 arch/sparc/crypto/des_glue.c 	.cra_type		= &crypto_blkcipher_type,
cra_type           65 crypto/acompress.c 	if (tfm->__crt_alg->cra_type != &crypto_acomp_type)
cra_type           86 crypto/acompress.c 	if (alg->cra_type != &crypto_acomp_type)
cra_type          118 crypto/acompress.c 	if (req && (tfm->__crt_alg->cra_type != &crypto_acomp_type))
cra_type          130 crypto/acompress.c 	if (tfm->__crt_alg->cra_type != &crypto_acomp_type)
cra_type          146 crypto/acompress.c 	base->cra_type = &crypto_acomp_type;
cra_type          396 crypto/aead.c  	base->cra_type = &crypto_aead_type;
cra_type          485 crypto/ahash.c 	if (tfm->__crt_alg->cra_type != &crypto_ahash_type)
cra_type          506 crypto/ahash.c 	if (alg->cra_type != &crypto_ahash_type)
cra_type          581 crypto/ahash.c 	base->cra_type = &crypto_ahash_type;
cra_type          678 crypto/ahash.c 	if (alg->cra_type != &crypto_ahash_type)
cra_type          112 crypto/akcipher.c 	base->cra_type = &crypto_akcipher_type;
cra_type           49 crypto/algapi.c 	if (!alg->cra_type && (alg->cra_flags & CRYPTO_ALG_TYPE_MASK) ==
cra_type           68 crypto/algapi.c 	if (!inst->alg.cra_type->free) {
cra_type           73 crypto/algapi.c 	inst->alg.cra_type->free(inst);
cra_type          296 crypto/api.c   	const struct crypto_type *type_obj = tfm->__crt_alg->cra_type;
cra_type          318 crypto/api.c   	const struct crypto_type *type = tfm->__crt_alg->cra_type;
cra_type          326 crypto/api.c   	const struct crypto_type *type_obj = alg->cra_type;
cra_type          127 crypto/crypto_user_base.c 	if (alg->cra_type && alg->cra_type->report) {
cra_type          128 crypto/crypto_user_base.c 		if (alg->cra_type->report(skb, alg))
cra_type           94 crypto/kpp.c   	base->cra_type = &crypto_kpp_type;
cra_type           58 crypto/proc.c  	if (alg->cra_type && alg->cra_type->show) {
cra_type           59 crypto/proc.c  		alg->cra_type->show(m, alg);
cra_type          188 crypto/rng.c   	base->cra_type = &crypto_rng_type;
cra_type          261 crypto/scompress.c 	base->cra_type = &crypto_scomp_type;
cra_type          466 crypto/shash.c 	base->cra_type = &crypto_shash_type;
cra_type          583 crypto/skcipher.c 	if (alg->cra_type == &crypto_blkcipher_type)
cra_type          586 crypto/skcipher.c 	if (alg->cra_type == &crypto_ablkcipher_type)
cra_type          891 crypto/skcipher.c 	if (tfm->__crt_alg->cra_type == &crypto_blkcipher_type)
cra_type          894 crypto/skcipher.c 	if (tfm->__crt_alg->cra_type == &crypto_ablkcipher_type)
cra_type         1040 crypto/skcipher.c 	base->cra_type = &crypto_skcipher_type2;
cra_type         1271 drivers/crypto/atmel-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1290 drivers/crypto/atmel-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1310 drivers/crypto/atmel-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1330 drivers/crypto/atmel-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1350 drivers/crypto/atmel-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1370 drivers/crypto/atmel-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1390 drivers/crypto/atmel-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1410 drivers/crypto/atmel-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1432 drivers/crypto/atmel-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1960 drivers/crypto/atmel-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          900 drivers/crypto/atmel-tdes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          919 drivers/crypto/atmel-tdes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          939 drivers/crypto/atmel-tdes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          959 drivers/crypto/atmel-tdes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          979 drivers/crypto/atmel-tdes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          999 drivers/crypto/atmel-tdes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1019 drivers/crypto/atmel-tdes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1039 drivers/crypto/atmel-tdes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1058 drivers/crypto/atmel-tdes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1078 drivers/crypto/atmel-tdes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         4545 drivers/crypto/bcm/cipher.c 	crypto->cra_type = &crypto_ablkcipher_type;
cra_type          350 drivers/crypto/cavium/cpt/cptvf_algs.c 	.cra_type = &crypto_ablkcipher_type,
cra_type          371 drivers/crypto/cavium/cpt/cptvf_algs.c 	.cra_type = &crypto_ablkcipher_type,
cra_type          392 drivers/crypto/cavium/cpt/cptvf_algs.c 	.cra_type = &crypto_ablkcipher_type,
cra_type          413 drivers/crypto/cavium/cpt/cptvf_algs.c 	.cra_type = &crypto_ablkcipher_type,
cra_type          434 drivers/crypto/cavium/cpt/cptvf_algs.c 	.cra_type = &crypto_ablkcipher_type,
cra_type          455 drivers/crypto/cavium/cpt/cptvf_algs.c 	.cra_type = &crypto_ablkcipher_type,
cra_type          431 drivers/crypto/cavium/nitrox/nitrox_skcipher.c 		.cra_type = &crypto_ablkcipher_type,
cra_type          182 drivers/crypto/ccp/ccp-crypto-aes-galois.c 		.cra_type	= &crypto_ablkcipher_type,
cra_type          251 drivers/crypto/ccp/ccp-crypto-aes-xts.c 	alg->cra_type = &crypto_ablkcipher_type;
cra_type          222 drivers/crypto/ccp/ccp-crypto-aes.c 	.cra_type	= &crypto_ablkcipher_type,
cra_type          243 drivers/crypto/ccp/ccp-crypto-aes.c 	.cra_type	= &crypto_ablkcipher_type,
cra_type          142 drivers/crypto/ccp/ccp-crypto-des3.c 	.cra_type	= &crypto_ablkcipher_type,
cra_type         4297 drivers/crypto/chelsio/chcr_algo.c 			driver_algs[i].alg.crypto.cra_type =
cra_type         2399 drivers/crypto/hifn_795x.c 	alg->alg.cra_type = &crypto_ablkcipher_type;
cra_type         1437 drivers/crypto/ixp4xx_crypto.c 		cra->cra_type = &crypto_ablkcipher_type;
cra_type          761 drivers/crypto/mediatek/mtk-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          782 drivers/crypto/mediatek/mtk-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          802 drivers/crypto/mediatek/mtk-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          823 drivers/crypto/mediatek/mtk-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          844 drivers/crypto/mediatek/mtk-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          868 drivers/crypto/mxs-dcp.c 		.cra_type		= &crypto_ablkcipher_type,
cra_type          891 drivers/crypto/mxs-dcp.c 		.cra_type		= &crypto_ablkcipher_type,
cra_type         1393 drivers/crypto/n2_core.c 	alg->cra_type = &crypto_ablkcipher_type;
cra_type          125 drivers/crypto/nx/nx-aes-cbc.c 	.cra_type        = &crypto_blkcipher_type,
cra_type          142 drivers/crypto/nx/nx-aes-ctr.c 	.cra_type        = &crypto_blkcipher_type,
cra_type          126 drivers/crypto/nx/nx-aes-ecb.c 	.cra_type        = &crypto_blkcipher_type,
cra_type          693 drivers/crypto/omap-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          715 drivers/crypto/omap-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          741 drivers/crypto/omap-aes.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          743 drivers/crypto/omap-des.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          765 drivers/crypto/omap-des.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          788 drivers/crypto/omap-des.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          810 drivers/crypto/omap-des.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type          401 drivers/crypto/padlock-aes.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type          476 drivers/crypto/padlock-aes.c 	.cra_type		=	&crypto_blkcipher_type,
cra_type         1245 drivers/crypto/picoxcell_crypto.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1272 drivers/crypto/picoxcell_crypto.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1298 drivers/crypto/picoxcell_crypto.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1325 drivers/crypto/picoxcell_crypto.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1351 drivers/crypto/picoxcell_crypto.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1378 drivers/crypto/picoxcell_crypto.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1591 drivers/crypto/picoxcell_crypto.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1319 drivers/crypto/qat/qat_common/qat_algs.c 	.cra_type = &crypto_ablkcipher_type,
cra_type         1341 drivers/crypto/qat/qat_common/qat_algs.c 	.cra_type = &crypto_ablkcipher_type,
cra_type         1363 drivers/crypto/qat/qat_common/qat_algs.c 	.cra_type = &crypto_ablkcipher_type,
cra_type          386 drivers/crypto/qce/ablkcipher.c 	alg->cra_type = &crypto_ablkcipher_type;
cra_type          415 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c 		.cra_type		= &crypto_ablkcipher_type,
cra_type          440 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c 		.cra_type		= &crypto_ablkcipher_type,
cra_type          466 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c 		.cra_type		= &crypto_ablkcipher_type,
cra_type          491 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c 		.cra_type		= &crypto_ablkcipher_type,
cra_type          517 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c 		.cra_type		= &crypto_ablkcipher_type,
cra_type          543 drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c 		.cra_type		= &crypto_ablkcipher_type,
cra_type         2136 drivers/crypto/s5p-sss.c 		.cra_type		= &crypto_ablkcipher_type,
cra_type         2157 drivers/crypto/s5p-sss.c 		.cra_type		= &crypto_ablkcipher_type,
cra_type         2179 drivers/crypto/s5p-sss.c 		.cra_type		= &crypto_ablkcipher_type,
cra_type         1202 drivers/crypto/sahara.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1222 drivers/crypto/sahara.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1737 drivers/crypto/stm32/stm32-cryp.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1757 drivers/crypto/stm32/stm32-cryp.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1778 drivers/crypto/stm32/stm32-cryp.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1799 drivers/crypto/stm32/stm32-cryp.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1819 drivers/crypto/stm32/stm32-cryp.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1840 drivers/crypto/stm32/stm32-cryp.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         1860 drivers/crypto/stm32/stm32-cryp.c 	.cra_type		= &crypto_ablkcipher_type,
cra_type         3163 drivers/crypto/talitos.c 		alg->cra_type = &crypto_ablkcipher_type;
cra_type         1090 drivers/crypto/ux500/cryp/cryp_core.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1115 drivers/crypto/ux500/cryp/cryp_core.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1140 drivers/crypto/ux500/cryp/cryp_core.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1166 drivers/crypto/ux500/cryp/cryp_core.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1192 drivers/crypto/ux500/cryp/cryp_core.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1217 drivers/crypto/ux500/cryp/cryp_core.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1242 drivers/crypto/ux500/cryp/cryp_core.c 			.cra_type = &crypto_ablkcipher_type,
cra_type         1267 drivers/crypto/ux500/cryp/cryp_core.c 			.cra_type = &crypto_ablkcipher_type,
cra_type          608 drivers/crypto/virtio/virtio_crypto_algs.c 		.cra_type = &crypto_ablkcipher_type,
cra_type          119 drivers/crypto/vmx/aes.c 	.cra_type = NULL,
cra_type          565 include/linux/crypto.h 	const struct crypto_type *cra_type;