Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ceph/
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);
81 int (*sign_message)(struct ceph_auth_handshake *auth,
83 int (*check_message_signature)(struct ceph_auth_handshake *auth,
120 struct ceph_auth_handshake *auth);
124 struct ceph_auth_handshake *a);
134 static inline int ceph_auth_sign_message(struct ceph_auth_handshake *auth, in ceph_auth_sign_message()
[all …]
Dmessenger.h31 struct ceph_auth_handshake *(*get_authorizer) (
292 struct ceph_auth_handshake *auth;
Dosd_client.h44 struct ceph_auth_handshake o_auth;
/linux-4.19.296/fs/ceph/
Dmds_client.h158 struct ceph_auth_handshake s_auth;
Dmds_client.c4221 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer()
4227 struct ceph_auth_handshake *auth = &s->s_auth; in get_authorizer()
4304 struct ceph_auth_handshake *auth = &s->s_auth; in mds_sign_message()
4312 struct ceph_auth_handshake *auth = &s->s_auth; in mds_check_message_signature()