#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 static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xf27569e7, "crypto_register_templates" }, { 0x4829a47e, "memcpy" }, { 0x17cd2703, "crypto_skcipher_setkey" }, { 0xae197b5e, "crypto_destroy_tfm" }, { 0x46b051c0, "crypto_spawn_tfm2" }, { 0x2468714c, "crypto_drop_spawn" }, { 0x37a0cba, "kfree" }, { 0x78a92fd4, "crypto_unregister_templates" }, { 0x4934bdd0, "crypto_check_attr_type" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x9a11a0fc, "crypto_attr_alg_name" }, { 0x533c1a76, "crypto_grab_skcipher" }, { 0xb2d48289, "crypto_grab_ahash" }, { 0x656e4a6e, "snprintf" }, { 0xeb1ebede, "aead_register_instance" }, { 0xc62611e1, "scatterwalk_map_and_copy" }, { 0x5a44f8cb, "__crypto_memneq" }, { 0x80a095d8, "scatterwalk_ffwd" }, { 0x931090fe, "crypto_skcipher_decrypt" }, { 0x43babd19, "sg_init_one" }, { 0xc9fb2e51, "crypto_ahash_finup" }, { 0x2409e6cd, "crypto_skcipher_encrypt" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");