Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/sunrpc/msg_prot.h>
#include <linux/sunrpc/gss_asn1.h>
#include <linux/sunrpc/auth_gss.h>
#include <linux/sunrpc/svcauth_gss.h>
#include <linux/sunrpc/gss_err.h>
#include <linux/sunrpc/sched.h>
#include <linux/sunrpc/gss_api.h>
#include <linux/sunrpc/clnt.h>
Go to the source code of this file.
Definition at line 144 of file gss_mech_switch.c.
Definition at line 208 of file gss_mech_switch.c.
EXPORT_SYMBOL_GPL | ( | gss_mech_register | ) |
EXPORT_SYMBOL_GPL | ( | gss_mech_unregister | ) |
EXPORT_SYMBOL_GPL | ( | gss_mech_get | ) |
EXPORT_SYMBOL_GPL | ( | gss_mech_get_by_name | ) |
EXPORT_SYMBOL_GPL | ( | gss_mech_get_by_OID | ) |
EXPORT_SYMBOL_GPL | ( | gss_mech_get_by_pseudoflavor | ) |
EXPORT_SYMBOL_GPL | ( | gss_svc_to_pseudoflavor | ) |
EXPORT_SYMBOL_GPL | ( | gss_pseudoflavor_to_service | ) |
EXPORT_SYMBOL_GPL | ( | gss_service_to_auth_domain_name | ) |
EXPORT_SYMBOL_GPL | ( | gss_mech_put | ) |
Definition at line 403 of file gss_mech_switch.c.
u32 gss_get_mic | ( | struct gss_ctx * | context_handle, |
struct xdr_buf * | message, | ||
struct xdr_netobj * | mic_token | ||
) |
Definition at line 341 of file gss_mech_switch.c.
int gss_import_sec_context | ( | const void * | input_token, |
size_t | bufsize, | ||
struct gss_api_mech * | mech, | ||
struct gss_ctx ** | ctx_id, | ||
gfp_t | gfp_mask | ||
) |
Definition at line 325 of file gss_mech_switch.c.
Definition at line 135 of file gss_mech_switch.c.
Definition at line 161 of file gss_mech_switch.c.
Definition at line 175 of file gss_mech_switch.c.
Definition at line 227 of file gss_mech_switch.c.
gss_mech_list_pseudoflavors - Discover registered GSS pseudoflavors : array to fill in : size of "array"
Returns the number of array items filled in, or a negative errno.
The returned array is not sorted by any policy. Callers should not rely on the order of the items in the returned array.
Definition at line 252 of file gss_mech_switch.c.
Definition at line 314 of file gss_mech_switch.c.
Definition at line 106 of file gss_mech_switch.c.
Definition at line 123 of file gss_mech_switch.c.
Definition at line 286 of file gss_mech_switch.c.
Definition at line 300 of file gss_mech_switch.c.
Definition at line 272 of file gss_mech_switch.c.
Definition at line 389 of file gss_mech_switch.c.
u32 gss_verify_mic | ( | struct gss_ctx * | context_handle, |
struct xdr_buf * | message, | ||
struct xdr_netobj * | mic_token | ||
) |
Definition at line 354 of file gss_mech_switch.c.