Home
last modified time | relevance | path

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

/Linux-v5.10/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) (
277 struct ceph_auth_handshake *auth;
Dosd_client.h45 struct ceph_auth_handshake o_auth;
/Linux-v5.10/net/ceph/
Dauth_none.c92 struct ceph_auth_handshake *auth) in ceph_auth_none_create_authorizer()
Dauth.c286 struct ceph_auth_handshake *auth) in ceph_auth_create_authorizer()
306 struct ceph_auth_handshake *a) in ceph_auth_update_authorizer()
Dauth_x.c628 struct ceph_auth_handshake *auth) in ceph_x_create_authorizer()
663 struct ceph_auth_handshake *auth) in ceph_x_update_authorizer()
870 static int ceph_x_sign_message(struct ceph_auth_handshake *auth, in ceph_x_sign_message()
889 static int ceph_x_check_message_signature(struct ceph_auth_handshake *auth, in ceph_x_check_message_signature()
Dosd_client.c5582 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer()
5588 struct ceph_auth_handshake *auth = &o->o_auth; in get_authorizer()
5651 struct ceph_auth_handshake *auth = &o->o_auth; in osd_sign_message()
5659 struct ceph_auth_handshake *auth = &o->o_auth; in osd_check_message_signature()
Dmessenger.c1407 struct ceph_auth_handshake *auth; in get_connect_authorizer()
/Linux-v5.10/fs/ceph/
Dmds_client.h186 struct ceph_auth_handshake s_auth;
Dmds_client.c5077 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer()
5083 struct ceph_auth_handshake *auth = &s->s_auth; in get_authorizer()
5160 struct ceph_auth_handshake *auth = &s->s_auth; in mds_sign_message()
5168 struct ceph_auth_handshake *auth = &s->s_auth; in mds_check_message_signature()