crypto_type       399 crypto/ablkcipher.c const struct crypto_type crypto_ablkcipher_type = {
crypto_type        24 crypto/acompress.c static const struct crypto_type crypto_acomp_type;
crypto_type        92 crypto/acompress.c static const struct crypto_type crypto_acomp_type = {
crypto_type       201 crypto/aead.c  static const struct crypto_type crypto_aead_type = {
crypto_type       545 crypto/ahash.c const struct crypto_type crypto_ahash_type = {
crypto_type        79 crypto/akcipher.c static const struct crypto_type crypto_akcipher_type = {
crypto_type       657 crypto/algapi.c 		       const struct crypto_type *frontend)
crypto_type       823 crypto/algapi.c 				    const struct crypto_type *frontend,
crypto_type      1037 crypto/algapi.c int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
crypto_type       296 crypto/api.c   	const struct crypto_type *type_obj = tfm->__crt_alg->cra_type;
crypto_type       318 crypto/api.c   	const struct crypto_type *type = tfm->__crt_alg->cra_type;
crypto_type       326 crypto/api.c   	const struct crypto_type *type_obj = alg->cra_type;
crypto_type       449 crypto/api.c   			const struct crypto_type *frontend)
crypto_type       490 crypto/api.c   				   const struct crypto_type *frontend,
crypto_type       525 crypto/api.c   		       const struct crypto_type *frontend, u32 type, u32 mask)
crypto_type       537 crypto/blkcipher.c const struct crypto_type crypto_blkcipher_type = {
crypto_type        74 crypto/internal.h 			const struct crypto_type *frontend);
crypto_type        76 crypto/internal.h 				   const struct crypto_type *frontend,
crypto_type        79 crypto/internal.h 		       const struct crypto_type *frontend, u32 type, u32 mask);
crypto_type        85 crypto/internal.h int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
crypto_type        71 crypto/kpp.c   static const struct crypto_type crypto_kpp_type = {
crypto_type       101 crypto/rng.c   static const struct crypto_type crypto_rng_type = {
crypto_type        37 crypto/scompress.c static const struct crypto_type crypto_scomp_type;
crypto_type       244 crypto/scompress.c static const struct crypto_type crypto_scomp_type = {
crypto_type        21 crypto/shash.c static const struct crypto_type crypto_shash_type;
crypto_type       434 crypto/shash.c static const struct crypto_type crypto_shash_type = {
crypto_type       967 crypto/skcipher.c static const struct crypto_type crypto_skcipher_type2 = {
crypto_type       328 drivers/crypto/axis/artpec6_crypto.c 	int crypto_type;
crypto_type      1095 drivers/crypto/axis/artpec6_crypto.c 	switch (ctx->crypto_type) {
crypto_type      1105 drivers/crypto/axis/artpec6_crypto.c 	switch (ctx->crypto_type) {
crypto_type      1140 drivers/crypto/axis/artpec6_crypto.c 	switch (ctx->crypto_type) {
crypto_type      1151 drivers/crypto/axis/artpec6_crypto.c 	switch (ctx->crypto_type) {
crypto_type      1540 drivers/crypto/axis/artpec6_crypto.c 	ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_ECB;
crypto_type      1556 drivers/crypto/axis/artpec6_crypto.c 	ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CTR;
crypto_type      1566 drivers/crypto/axis/artpec6_crypto.c 	ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_CBC;
crypto_type      1576 drivers/crypto/axis/artpec6_crypto.c 	ctx->crypto_type = ARTPEC6_CRYPTO_CIPHER_AES_XTS;
crypto_type      1703 drivers/crypto/axis/artpec6_crypto.c 	if (ctx->crypto_type == ARTPEC6_CRYPTO_CIPHER_AES_XTS)
crypto_type      1725 drivers/crypto/axis/artpec6_crypto.c 	switch (ctx->crypto_type) {
crypto_type      1753 drivers/crypto/axis/artpec6_crypto.c 			MODULE_NAME, ctx->crypto_type);
crypto_type      1801 drivers/crypto/axis/artpec6_crypto.c 	if (ctx->crypto_type == ARTPEC6_CRYPTO_CIPHER_AES_CTR ||
crypto_type      1802 drivers/crypto/axis/artpec6_crypto.c 	    ctx->crypto_type == ARTPEC6_CRYPTO_CIPHER_AES_XTS) {
crypto_type        71 include/crypto/algapi.h 	const struct crypto_type *frontend;
crypto_type       135 include/crypto/algapi.h extern const struct crypto_type crypto_ablkcipher_type;
crypto_type       136 include/crypto/algapi.h extern const struct crypto_type crypto_blkcipher_type;
crypto_type       154 include/crypto/algapi.h 		       const struct crypto_type *frontend);
crypto_type       173 include/crypto/algapi.h 				    const struct crypto_type *frontend,
crypto_type        48 include/crypto/internal/hash.h extern const struct crypto_type crypto_ahash_type;
crypto_type       146 include/linux/crypto.h struct crypto_type;
crypto_type       565 include/linux/crypto.h 	const struct crypto_type *cra_type;