|
Linux Kernel
3.7.1
|
#include <linux/atomic.h>#include <crypto/if_alg.h>#include <linux/crypto.h>#include <linux/init.h>#include <linux/kernel.h>#include <linux/list.h>#include <linux/module.h>#include <linux/net.h>#include <linux/rwsem.h>Go to the source code of this file.
Data Structures | |
| struct | alg_type_list |
| int af_alg_cmsg_send | ( | struct msghdr * | msg, |
| struct af_alg_control * | con | ||
| ) |
| void af_alg_complete | ( | struct crypto_async_request * | req, |
| int | err | ||
| ) |
| void af_alg_free_sg | ( | struct af_alg_sgl * | sgl | ) |
| int af_alg_unregister_type | ( | const struct af_alg_type * | type | ) |
| int af_alg_wait_for_completion | ( | int | err, |
| struct af_alg_completion * | completion | ||
| ) |
| EXPORT_SYMBOL_GPL | ( | af_alg_register_type | ) |
| EXPORT_SYMBOL_GPL | ( | af_alg_unregister_type | ) |
| EXPORT_SYMBOL_GPL | ( | af_alg_release | ) |
| EXPORT_SYMBOL_GPL | ( | af_alg_accept | ) |
| EXPORT_SYMBOL_GPL | ( | af_alg_make_sg | ) |
| EXPORT_SYMBOL_GPL | ( | af_alg_free_sg | ) |
| EXPORT_SYMBOL_GPL | ( | af_alg_cmsg_send | ) |
| EXPORT_SYMBOL_GPL | ( | af_alg_wait_for_completion | ) |
| EXPORT_SYMBOL_GPL | ( | af_alg_complete | ) |
| MODULE_ALIAS_NETPROTO | ( | AF_ALG | ) |
| module_exit | ( | af_alg_exit | ) |
| module_init | ( | af_alg_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2