Searched refs:ceph_auth_handshake (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/include/linux/ceph/ |
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, 174 struct ceph_auth_handshake *auth, 177 struct ceph_auth_handshake *auth, [all …]
|
A D | messenger.h | 32 struct ceph_auth_handshake *(*get_authorizer) ( 300 struct ceph_auth_handshake *auth;
|
A D | osd_client.h | 45 struct ceph_auth_handshake o_auth;
|
/linux-6.3-rc2/net/ceph/ |
A D | auth.c | 309 struct ceph_auth_handshake *auth, in __ceph_auth_get_authorizer() 548 struct ceph_auth_handshake *auth, in ceph_auth_get_authorizer() 578 struct ceph_auth_handshake *auth, in ceph_auth_handle_svc_reply_more() 602 struct ceph_auth_handshake *auth, in ceph_auth_handle_svc_reply_done()
|
A D | auth_none.c | 95 struct ceph_auth_handshake *auth) in ceph_auth_none_create_authorizer()
|
A D | auth_x.c | 736 struct ceph_auth_handshake *auth) in ceph_x_create_authorizer() 771 struct ceph_auth_handshake *auth) in ceph_x_update_authorizer() 1027 static int ceph_x_sign_message(struct ceph_auth_handshake *auth, in ceph_x_sign_message() 1046 static int ceph_x_check_message_signature(struct ceph_auth_handshake *auth, in ceph_x_check_message_signature()
|
A D | osd_client.c | 5485 static struct ceph_auth_handshake * 5491 struct ceph_auth_handshake *auth = &o->o_auth; in osd_get_authorizer() 5518 struct ceph_auth_handshake *auth = &o->o_auth; in osd_verify_authorizer_reply() 5541 struct ceph_auth_handshake *auth = &o->o_auth; in osd_get_auth_request() 5561 struct ceph_auth_handshake *auth = &o->o_auth; in osd_handle_auth_reply_more() 5581 struct ceph_auth_handshake *auth = &o->o_auth; in osd_handle_auth_done() 5620 struct ceph_auth_handshake *auth = &o->o_auth; in osd_sign_message() 5628 struct ceph_auth_handshake *auth = &o->o_auth; in osd_check_message_signature()
|
A D | messenger_v1.c | 327 struct ceph_auth_handshake *auth; in get_connect_authorizer()
|
/linux-6.3-rc2/fs/ceph/ |
A D | mds_client.h | 191 struct ceph_auth_handshake s_auth;
|
A D | mds_client.c | 5395 static struct ceph_auth_handshake * 5401 struct ceph_auth_handshake *auth = &s->s_auth; in mds_get_authorizer() 5428 struct ceph_auth_handshake *auth = &s->s_auth; in mds_verify_authorizer_reply() 5452 struct ceph_auth_handshake *auth = &s->s_auth; in mds_get_auth_request() 5472 struct ceph_auth_handshake *auth = &s->s_auth; in mds_handle_auth_reply_more() 5492 struct ceph_auth_handshake *auth = &s->s_auth; in mds_handle_auth_done() 5544 struct ceph_auth_handshake *auth = &s->s_auth; in mds_sign_message() 5552 struct ceph_auth_handshake *auth = &s->s_auth; in mds_check_message_signature()
|
Completed in 34 milliseconds