export             46 include/crypto/hash.h 	int (*export)(struct ahash_request *req, void *out);
export             75 include/crypto/hash.h 	int (*export)(struct shash_desc *desc, void *out);
export             96 include/crypto/hash.h 	int (*export)(struct ahash_request *req, void *out);
export            195 include/crypto/hash.h 	return crypto_ahash_reqtfm(req)->export(req, out);
export            339 include/crypto/hash.h 	return crypto_shash_alg(desc->tfm)->export(desc, out);
export            168 scripts/mod/modpost.c 	enum export  export;       /* Type of export */
export            205 scripts/mod/modpost.c 				 enum export export)
export            213 scripts/mod/modpost.c 	new->export = export;
export            234 scripts/mod/modpost.c 	enum export export;
export            236 scripts/mod/modpost.c 	{ .str = "EXPORT_SYMBOL",            .export = export_plain },
export            237 scripts/mod/modpost.c 	{ .str = "EXPORT_UNUSED_SYMBOL",     .export = export_unused },
export            238 scripts/mod/modpost.c 	{ .str = "EXPORT_SYMBOL_GPL",        .export = export_gpl },
export            239 scripts/mod/modpost.c 	{ .str = "EXPORT_UNUSED_SYMBOL_GPL", .export = export_unused_gpl },
export            240 scripts/mod/modpost.c 	{ .str = "EXPORT_SYMBOL_GPL_FUTURE", .export = export_gpl_future },
export            241 scripts/mod/modpost.c 	{ .str = "(unknown)",                .export = export_unknown },
export            245 scripts/mod/modpost.c static const char *export_str(enum export ex)
export            250 scripts/mod/modpost.c static enum export export_no(const char *s)
export            256 scripts/mod/modpost.c 	for (i = 0; export_list[i].export != export_unknown; i++) {
export            258 scripts/mod/modpost.c 			return export_list[i].export;
export            267 scripts/mod/modpost.c static enum export export_from_secname(struct elf_info *elf, unsigned int sec)
export            285 scripts/mod/modpost.c static enum export export_from_sec(struct elf_info *elf, unsigned int sec)
export            306 scripts/mod/modpost.c 				       enum export export)
export            311 scripts/mod/modpost.c 		s = new_symbol(name, mod, export);
export            326 scripts/mod/modpost.c 	s->export    = export;
export            331 scripts/mod/modpost.c 			   unsigned int crc, enum export export)
export            336 scripts/mod/modpost.c 		s = new_symbol(name, mod, export);
export            609 scripts/mod/modpost.c 	enum export export;
export            613 scripts/mod/modpost.c 		export = export_from_secname(info, get_secindex(info, sym));
export            615 scripts/mod/modpost.c 		export = export_from_sec(info, get_secindex(info, sym));
export            621 scripts/mod/modpost.c 				export);
export            672 scripts/mod/modpost.c 					export);
export           1803 scripts/mod/modpost.c static void check_for_gpl_usage(enum export exp, const char *m, const char *s)
export           1828 scripts/mod/modpost.c static void check_for_unused(enum export exp, const char *m, const char *s)
export           1859 scripts/mod/modpost.c 			check_for_gpl_usage(exp->export, basename, exp->name);
export           1860 scripts/mod/modpost.c 		check_for_unused(exp->export, basename, exp->name);
export           2057 scripts/mod/modpost.c 		char *symname, *modname, *d, *export, *end;
export           2068 scripts/mod/modpost.c 		if ((export = strchr(modname, '\t')) != NULL)
export           2069 scripts/mod/modpost.c 			*export++ = '\0';
export           2070 scripts/mod/modpost.c 		if (export && ((end = strchr(export, '\t')) != NULL))
export           2082 scripts/mod/modpost.c 		s = sym_add_exported(symname, mod, export_no(export));
export           2085 scripts/mod/modpost.c 		sym_update_crc(symname, mod, crc, export_no(export));
export           2120 scripts/mod/modpost.c 					export_str(symbol->export));