#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") = { { 0x92bca589, "af_alg_register_type" }, { 0x2409e6cd, "crypto_skcipher_encrypt" }, { 0x2de877fb, "af_alg_sendmsg" }, { 0x463d1c2f, "crypto_aead_setauthsize" }, { 0x6ba9e4dc, "af_alg_pull_tsgl" }, { 0xbedb12a7, "sock_kzfree_s" }, { 0x672f5015, "sock_kfree_s" }, { 0x95ffd306, "af_alg_release_parent" }, { 0xdc72f94b, "sock_kmalloc" }, { 0xdcb764ad, "memset" }, { 0x608741b5, "__init_swait_queue_head" }, { 0xa7286fed, "crypto_aead_setkey" }, { 0xae197b5e, "crypto_destroy_tfm" }, { 0x21cd536a, "crypto_put_default_null_skcipher" }, { 0x37a0cba, "kfree" }, { 0x868afc4a, "af_alg_unregister_type" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x9c16aaf9, "crypto_alloc_aead" }, { 0x1043079c, "crypto_get_default_null_skcipher" }, { 0x599c2c5e, "lock_sock_nested" }, { 0xf0b94d69, "release_sock" }, { 0x55fe8277, "af_alg_alloc_areq" }, { 0x9c506982, "af_alg_get_rsgl" }, { 0x4fd63e, "af_alg_free_resources" }, { 0xd8960b7c, "af_alg_wait_for_data" }, { 0x3f7aa9a, "af_alg_wmem_wakeup" }, { 0x27e92408, "af_alg_async_cb" }, { 0x36b0f5a7, "crypto_aead_decrypt" }, { 0x296695f, "refcount_warn_saturate" }, { 0xa8e458b, "crypto_req_done" }, { 0xf37db1b7, "crypto_aead_encrypt" }, { 0x97dc9f15, "af_alg_count_tsgl" }, { 0x2cf0c910, "sg_init_table" }, { 0x25974000, "wait_for_completion" }, { 0x28d9857d, "sk_free" }, { 0xcc714d32, "af_alg_release" }, { 0x493e9e, "sock_no_bind" }, { 0x6afc081e, "sock_no_connect" }, { 0x5eb4ef0, "sock_no_socketpair" }, { 0xedd5e607, "sock_no_accept" }, { 0x46f43463, "sock_no_getname" }, { 0x39d0e566, "af_alg_poll" }, { 0xc07d0add, "sock_no_ioctl" }, { 0x44d01fc7, "sock_no_listen" }, { 0x63d75e50, "sock_no_shutdown" }, { 0x47ec979c, "sock_no_mmap" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "af_alg");