Searched refs:ceph_auth_handshake (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ceph/ |
| H A D | auth.h | 22 struct ceph_auth_handshake { struct 28 int (*sign_message)(struct ceph_auth_handshake *auth, argument 30 int (*check_message_signature)(struct ceph_auth_handshake *auth, argument 63 struct ceph_auth_handshake *auth); 66 struct ceph_auth_handshake *auth); 84 int (*sign_message)(struct ceph_auth_handshake *auth, 86 int (*check_message_signature)(struct ceph_auth_handshake *auth, 128 struct ceph_auth_handshake *auth, 144 static inline int ceph_auth_sign_message(struct ceph_auth_handshake *auth, in ceph_auth_sign_message() 153 int ceph_auth_check_message_signature(struct ceph_auth_handshake *auth, in ceph_auth_check_message_signature() [all …]
|
| H A D | messenger.h | 34 struct ceph_auth_handshake *(*get_authorizer) ( 334 struct ceph_auth_handshake *auth;
|
| H A D | osd_client.h | 94 struct ceph_auth_handshake o_auth;
|
| /linux/net/ceph/ |
| H A D | auth.c | 311 struct ceph_auth_handshake *auth, in __ceph_auth_get_authorizer() 550 struct ceph_auth_handshake *auth, in ceph_auth_get_authorizer() 580 struct ceph_auth_handshake *auth, in ceph_auth_handle_svc_reply_more() 604 struct ceph_auth_handshake *auth, in ceph_auth_handle_svc_reply_done()
|
| H A D | auth_none.c | 95 struct ceph_auth_handshake *auth) in ceph_auth_none_create_authorizer()
|
| H A D | auth_x.c | 801 struct ceph_auth_handshake *auth) in ceph_x_create_authorizer() 836 struct ceph_auth_handshake *auth) in ceph_x_update_authorizer() 1111 static int ceph_x_sign_message(struct ceph_auth_handshake *auth, in ceph_x_sign_message() 1130 static int ceph_x_check_message_signature(struct ceph_auth_handshake *auth, in ceph_x_check_message_signature()
|
| H A D | osd_client.c | 5551 static struct ceph_auth_handshake * 5557 struct ceph_auth_handshake *auth = &o->o_auth; in osd_get_authorizer() 5584 struct ceph_auth_handshake *auth = &o->o_auth; in osd_verify_authorizer_reply() 5607 struct ceph_auth_handshake *auth = &o->o_auth; in osd_get_auth_request() 5627 struct ceph_auth_handshake *auth = &o->o_auth; in osd_handle_auth_reply_more() 5647 struct ceph_auth_handshake *auth = &o->o_auth; in osd_handle_auth_done() 5686 struct ceph_auth_handshake *auth = &o->o_auth; in osd_sign_message() 5694 struct ceph_auth_handshake *auth = &o->o_auth; in osd_check_message_signature()
|
| H A D | messenger_v1.c | 326 struct ceph_auth_handshake *auth; in get_connect_authorizer()
|
| /linux/fs/ceph/ |
| H A D | mds_client.h | 229 struct ceph_auth_handshake s_auth;
|
| H A D | mds_client.c | 6418 static struct ceph_auth_handshake * 6424 struct ceph_auth_handshake *auth = &s->s_auth; in mds_get_authorizer() 6451 struct ceph_auth_handshake *auth = &s->s_auth; in mds_verify_authorizer_reply() 6475 struct ceph_auth_handshake *auth = &s->s_auth; in mds_get_auth_request() 6495 struct ceph_auth_handshake *auth = &s->s_auth; in mds_handle_auth_reply_more() 6515 struct ceph_auth_handshake *auth = &s->s_auth; in mds_handle_auth_done() 6567 struct ceph_auth_handshake *auth = &s->s_auth; in mds_sign_message() 6575 struct ceph_auth_handshake *auth = &s->s_auth; in mds_check_message_signature()
|