Home
last modified time | relevance | path

Searched refs:ceph_auth_handshake (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/ceph/
H A Dauth.h22 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 Dmessenger.h33 struct ceph_auth_handshake *(*get_authorizer) (
333 struct ceph_auth_handshake *auth;
H A Dosd_client.h94 struct ceph_auth_handshake o_auth;
/linux/net/ceph/
H A Dauth.c309 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()
H A Dauth_none.c95 struct ceph_auth_handshake *auth) in ceph_auth_none_create_authorizer()
H A Dauth_x.c736 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()
H A Dosd_client.c5567 static struct ceph_auth_handshake *
5573 struct ceph_auth_handshake *auth = &o->o_auth; in osd_get_authorizer()
5600 struct ceph_auth_handshake *auth = &o->o_auth; in osd_verify_authorizer_reply()
5623 struct ceph_auth_handshake *auth = &o->o_auth; in osd_get_auth_request()
5643 struct ceph_auth_handshake *auth = &o->o_auth; in osd_handle_auth_reply_more()
5663 struct ceph_auth_handshake *auth = &o->o_auth; in osd_handle_auth_done()
5702 struct ceph_auth_handshake *auth = &o->o_auth; in osd_sign_message()
5710 struct ceph_auth_handshake *auth = &o->o_auth; in osd_check_message_signature()
H A Dmessenger_v1.c330 struct ceph_auth_handshake *auth; in get_connect_authorizer()
/linux/fs/ceph/
H A Dmds_client.h225 struct ceph_auth_handshake s_auth;
H A Dmds_client.c6279 static struct ceph_auth_handshake *
6285 struct ceph_auth_handshake *auth = &s->s_auth; in mds_get_authorizer()
6312 struct ceph_auth_handshake *auth = &s->s_auth; in mds_verify_authorizer_reply()
6336 struct ceph_auth_handshake *auth = &s->s_auth; in mds_get_auth_request()
6356 struct ceph_auth_handshake *auth = &s->s_auth; in mds_handle_auth_reply_more()
6376 struct ceph_auth_handshake *auth = &s->s_auth; in mds_handle_auth_done()
6428 struct ceph_auth_handshake *auth = &s->s_auth; in mds_sign_message()
6436 struct ceph_auth_handshake *auth = &s->s_auth; in mds_check_message_signature()