#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif BUILD_SALT; BUILD_LTO_INFO; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(__cast6_setkey, "_gpl", ""); KSYMTAB_FUNC(cast6_setkey, "_gpl", ""); KSYMTAB_FUNC(__cast6_encrypt, "_gpl", ""); KSYMTAB_FUNC(__cast6_decrypt, "_gpl", ""); SYMBOL_CRC(__cast6_setkey, 0xd76a5716, "_gpl"); SYMBOL_CRC(cast6_setkey, 0xc6741384, "_gpl"); SYMBOL_CRC(__cast6_encrypt, 0xcfce512f, "_gpl"); SYMBOL_CRC(__cast6_decrypt, 0x3dbae082, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x5609ce41, "cast_s2" }, { 0xbd3e7542, "cast_s1" }, { 0xb9cba57f, "cast_s3" }, { 0x5b17be06, "cast_s4" }, { 0x4829a47e, "memcpy" }, { 0xcbd4898c, "fortify_panic" }, { 0xdf319726, "crypto_register_alg" }, { 0xaf8b4628, "crypto_unregister_alg" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "cast_common");