#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") = { { 0xd225f5d2, "crypto_register_template" }, { 0x5e373fb4, "gf128mul_64k_bbe" }, { 0x7ea48af1, "skcipher_walk_virt" }, { 0x883fc497, "skcipher_walk_done" }, { 0x17cd2703, "crypto_skcipher_setkey" }, { 0xd60736ec, "gf128mul_free_64k" }, { 0x3755f990, "gf128mul_init_64k_bbe" }, { 0xae197b5e, "crypto_destroy_tfm" }, { 0x46b051c0, "crypto_spawn_tfm2" }, { 0x2468714c, "crypto_drop_spawn" }, { 0x37a0cba, "kfree" }, { 0x22231993, "crypto_unregister_template" }, { 0x931090fe, "crypto_skcipher_decrypt" }, { 0x4934bdd0, "crypto_check_attr_type" }, { 0x9a11a0fc, "crypto_attr_alg_name" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x533c1a76, "crypto_grab_skcipher" }, { 0x263f88ea, "crypto_inst_setname" }, { 0x5a921311, "strncmp" }, { 0xa916b694, "strnlen" }, { 0xdd64e639, "strscpy" }, { 0x656e4a6e, "snprintf" }, { 0xe57450cc, "skcipher_register_instance" }, { 0xcbd4898c, "fortify_panic" }, { 0x2409e6cd, "crypto_skcipher_encrypt" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");