Linux Kernel
3.7.1
|
#include <auth.h>
Data Fields | |
const char * | name |
int(* | is_authenticated )(struct ceph_auth_client *ac) |
int(* | should_authenticate )(struct ceph_auth_client *ac) |
int(* | build_request )(struct ceph_auth_client *ac, void *buf, void *end) |
int(* | handle_reply )(struct ceph_auth_client *ac, int result, void *buf, void *end) |
int(* | create_authorizer )(struct ceph_auth_client *ac, int peer_type, struct ceph_auth_handshake *auth) |
int(* | verify_authorizer_reply )(struct ceph_auth_client *ac, struct ceph_authorizer *a, size_t len) |
void(* | destroy_authorizer )(struct ceph_auth_client *ac, struct ceph_authorizer *a) |
void(* | invalidate_authorizer )(struct ceph_auth_client *ac, int peer_type) |
void(* | reset )(struct ceph_auth_client *ac) |
void(* | destroy )(struct ceph_auth_client *ac) |
int(* create_authorizer)(struct ceph_auth_client *ac, int peer_type, struct ceph_auth_handshake *auth) |
void(* invalidate_authorizer)(struct ceph_auth_client *ac, int peer_type) |