af_alg_type        23 crypto/af_alg.c 	const struct af_alg_type *type;
af_alg_type        39 crypto/af_alg.c static const struct af_alg_type *alg_get_type(const char *name)
af_alg_type        41 crypto/af_alg.c 	const struct af_alg_type *type = ERR_PTR(-ENOENT);
af_alg_type        58 crypto/af_alg.c int af_alg_register_type(const struct af_alg_type *type)
af_alg_type        88 crypto/af_alg.c int af_alg_unregister_type(const struct af_alg_type *type)
af_alg_type       109 crypto/af_alg.c static void alg_do_release(const struct af_alg_type *type, void *private)
af_alg_type       156 crypto/af_alg.c 	const struct af_alg_type *type;
af_alg_type       210 crypto/af_alg.c 	const struct af_alg_type *type = ask->type;
af_alg_type       235 crypto/af_alg.c 	const struct af_alg_type *type;
af_alg_type       274 crypto/af_alg.c 	const struct af_alg_type *type;
af_alg_type       589 crypto/algif_aead.c static const struct af_alg_type algif_type_aead = {
af_alg_type       463 crypto/algif_hash.c static const struct af_alg_type algif_type_hash = {
af_alg_type       169 crypto/algif_rng.c static const struct af_alg_type algif_type_rng = {
af_alg_type       379 crypto/algif_skcipher.c static const struct af_alg_type algif_type_skcipher = {
af_alg_type        35 include/crypto/if_alg.h 	const struct af_alg_type *type;
af_alg_type       158 include/crypto/if_alg.h int af_alg_register_type(const struct af_alg_type *type);
af_alg_type       159 include/crypto/if_alg.h int af_alg_unregister_type(const struct af_alg_type *type);