Searched refs:ceph_auth_handshake (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/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 | 30 struct ceph_auth_handshake *(*get_authorizer) (
|
D | osd_client.h | 39 struct ceph_auth_handshake o_auth;
|
/linux-4.4.14/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 | 555 struct ceph_auth_handshake *auth) in ceph_x_create_authorizer() 588 struct ceph_auth_handshake *auth) in ceph_x_update_authorizer() 697 static int ceph_x_sign_message(struct ceph_auth_handshake *auth, in ceph_x_sign_message() 713 static int ceph_x_check_message_signature(struct ceph_auth_handshake *auth, in ceph_x_check_message_signature()
|
D | osd_client.c | 2931 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() 2937 struct ceph_auth_handshake *auth = &o->o_auth; in get_authorizer() 2982 struct ceph_auth_handshake *auth = &o->o_auth; in osd_sign_message() 2990 struct ceph_auth_handshake *auth = &o->o_auth; in osd_check_message_signature()
|
D | messenger.c | 1400 static struct ceph_auth_handshake *get_connect_authorizer(struct ceph_connection *con, in get_connect_authorizer() 1403 struct ceph_auth_handshake *auth; in get_connect_authorizer() 1444 struct ceph_auth_handshake *auth; in prepare_write_connect()
|
/linux-4.4.14/fs/ceph/ |
D | mds_client.h | 127 struct ceph_auth_handshake s_auth;
|
D | mds_client.c | 3875 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() 3881 struct ceph_auth_handshake *auth = &s->s_auth; in get_authorizer() 3948 struct ceph_auth_handshake *auth = &s->s_auth; in mds_sign_message() 3956 struct ceph_auth_handshake *auth = &s->s_auth; in mds_check_message_signature()
|