Searched refs:ceph_auth_handshake (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ceph/ |
D | auth.h | 18 struct ceph_auth_handshake { struct 24 int (*sign_message)(struct ceph_auth_handshake *auth, argument 26 int (*check_message_signature)(struct ceph_auth_handshake *auth, argument 59 struct ceph_auth_handshake *auth); 62 struct ceph_auth_handshake *auth); 75 int (*sign_message)(struct ceph_auth_handshake *auth, 77 int (*check_message_signature)(struct ceph_auth_handshake *auth, 114 struct ceph_auth_handshake *auth); 119 struct ceph_auth_handshake *a); 126 static inline int ceph_auth_sign_message(struct ceph_auth_handshake *auth, in ceph_auth_sign_message() [all …]
|
D | messenger.h | 29 struct ceph_auth_handshake *(*get_authorizer) (
|
D | osd_client.h | 39 struct ceph_auth_handshake o_auth;
|
/linux-4.1.27/net/ceph/ |
D | auth.c | 284 struct ceph_auth_handshake *auth) in ceph_auth_create_authorizer() 308 struct ceph_auth_handshake *a) in ceph_auth_update_authorizer()
|
D | auth_none.c | 67 struct ceph_auth_handshake *auth) in ceph_auth_none_create_authorizer()
|
D | auth_x.c | 546 struct ceph_auth_handshake *auth) in ceph_x_create_authorizer() 579 struct ceph_auth_handshake *auth) in ceph_x_update_authorizer() 690 static int ceph_x_sign_message(struct ceph_auth_handshake *auth, in ceph_x_sign_message() 704 static int ceph_x_check_message_signature(struct ceph_auth_handshake *auth, in ceph_x_check_message_signature()
|
D | osd_client.c | 2935 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() 2941 struct ceph_auth_handshake *auth = &o->o_auth; in get_authorizer() 2986 struct ceph_auth_handshake *auth = &o->o_auth; in sign_message() 2993 struct ceph_auth_handshake *auth = &o->o_auth; in check_message_signature()
|
D | messenger.c | 1394 static struct ceph_auth_handshake *get_connect_authorizer(struct ceph_connection *con, in get_connect_authorizer() 1397 struct ceph_auth_handshake *auth; in get_connect_authorizer() 1438 struct ceph_auth_handshake *auth; in prepare_write_connect()
|
/linux-4.1.27/fs/ceph/ |
D | mds_client.h | 127 struct ceph_auth_handshake s_auth;
|
D | mds_client.c | 3774 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() 3780 struct ceph_auth_handshake *auth = &s->s_auth; in get_authorizer() 3847 struct ceph_auth_handshake *auth = &s->s_auth; in sign_message() 3854 struct ceph_auth_handshake *auth = &s->s_auth; in check_message_signature()
|